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&¶ms)' 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&¶ms)' 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&¶ms)' 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&¶ms)' 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