DACA2 - libc

STARTDATE 2018-08-22
STARTTIME 14:07:55
GIT-REVISION 799601c

ftp://ftp.se.debian.org/debian/pool/main/libc/libc++/libc++_6.0.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libc/libcaca/libcaca_0.99.beta19.orig.tar.gz
libcaca-0.99.beta19/caca/caca.c:366:23: style: Variable 'var' is assigned a value that is never used. [unreadVariable]
libcaca-0.99.beta19/caca/caca0.c:79:0: error: failed to expand 'caca_get_event', Wrong number of parameters for macro 'caca_get_event'. [preprocessorErrorDirective]
libcaca-0.99.beta19/caca/codec/export.c:349:28: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcaca-0.99.beta19/caca/codec/export.c:353:28: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcaca-0.99.beta19/caca/codec/export.c:580:28: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcaca-0.99.beta19/caca/codec/export.c:584:28: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcaca-0.99.beta19/caca/codec/export.c:367:5: error: Common realloc mistake: 'data' nulled but not freed upon failure [memleakOnRealloc]
libcaca-0.99.beta19/caca/codec/export.c:623:5: error: Common realloc mistake: 'data' nulled but not freed upon failure [memleakOnRealloc]
libcaca-0.99.beta19/caca/codec/export.c:723:5: error: Common realloc mistake: 'data' nulled but not freed upon failure [memleakOnRealloc]
libcaca-0.99.beta19/caca/codec/export.c:832:5: error: Common realloc mistake: 'data' nulled but not freed upon failure [memleakOnRealloc]
libcaca-0.99.beta19/caca/codec/export.c:918:5: error: Common realloc mistake: 'data' nulled but not freed upon failure [memleakOnRealloc]
libcaca-0.99.beta19/caca/codec/export.c:1063:5: error: Common realloc mistake: 'data' nulled but not freed upon failure [memleakOnRealloc]
libcaca-0.99.beta19/caca/codec/text.c:569:5: error: Common realloc mistake: 'data' nulled but not freed upon failure [memleakOnRealloc]
libcaca-0.99.beta19/caca/codec/text.c:649:5: error: Common realloc mistake: 'data' nulled but not freed upon failure [memleakOnRealloc]
libcaca-0.99.beta19/caca/codec/text.c:756:5: error: Common realloc mistake: 'data' nulled but not freed upon failure [memleakOnRealloc]
libcaca-0.99.beta19/caca/dither.c:983:13: style: The scope of the variable 'fg_r' can be reduced. [variableScope]
libcaca-0.99.beta19/caca/dither.c:983:23: style: The scope of the variable 'fg_g' can be reduced. [variableScope]
libcaca-0.99.beta19/caca/dither.c:983:33: style: The scope of the variable 'fg_b' can be reduced. [variableScope]
libcaca-0.99.beta19/caca/dither.c:984:47: style: The scope of the variable 'dots' can be reduced. [variableScope]
libcaca-0.99.beta19/caca/dither.c:1540:32: style: The scope of the variable 'dist' can be reduced. [variableScope]
libcaca-0.99.beta19/caca/dither.c:373:39: style: Function 'caca_set_dither_palette' argument 2 names different: declaration 'r' definition 'red'. [funcArgNamesDifferent]
libcaca-0.99.beta19/caca/caca.h:389:48: note: Function 'caca_set_dither_palette' argument 2 names different: declaration 'r' definition 'red'.
libcaca-0.99.beta19/caca/dither.c:373:39: note: Function 'caca_set_dither_palette' argument 2 names different: declaration 'r' definition 'red'.
libcaca-0.99.beta19/caca/dither.c:373:55: style: Function 'caca_set_dither_palette' argument 3 names different: declaration 'g' definition 'green'. [funcArgNamesDifferent]
libcaca-0.99.beta19/caca/caca.h:389:62: note: Function 'caca_set_dither_palette' argument 3 names different: declaration 'g' definition 'green'.
libcaca-0.99.beta19/caca/dither.c:373:55: note: Function 'caca_set_dither_palette' argument 3 names different: declaration 'g' definition 'green'.
libcaca-0.99.beta19/caca/dither.c:374:39: style: Function 'caca_set_dither_palette' argument 4 names different: declaration 'b' definition 'blue'. [funcArgNamesDifferent]
libcaca-0.99.beta19/caca/caca.h:390:48: note: Function 'caca_set_dither_palette' argument 4 names different: declaration 'b' definition 'blue'.
libcaca-0.99.beta19/caca/dither.c:374:39: note: Function 'caca_set_dither_palette' argument 4 names different: declaration 'b' definition 'blue'.
libcaca-0.99.beta19/caca/dither.c:374:56: style: Function 'caca_set_dither_palette' argument 5 names different: declaration 'a' definition 'alpha'. [funcArgNamesDifferent]
libcaca-0.99.beta19/caca/caca.h:390:62: note: Function 'caca_set_dither_palette' argument 5 names different: declaration 'a' definition 'alpha'.
libcaca-0.99.beta19/caca/dither.c:374:56: note: Function 'caca_set_dither_palette' argument 5 names different: declaration 'a' definition 'alpha'.
libcaca-0.99.beta19/caca/dither.c:959:13: style: Variable 'pitch' is assigned a value that is never used. [unreadVariable]
libcaca-0.99.beta19/caca/driver/raw.c:31:17: style: Unused variable: geometry [unusedVariable]
libcaca-0.99.beta19/caca/figfont.c:432:24: style: Redundant condition: If '!EXPR', the comparison 'EXPR < '0'' is always true. [redundantCondition]
libcaca-0.99.beta19/caca/figfont.c:363:8: warning: Width 6 given in format string (no. 1) is smaller than destination buffer 'hardblank[10]'. [invalidScanfFormatWidth_smaller]
libcaca-0.99.beta19/caca/figfont.c:363:8: warning: %u in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libcaca-0.99.beta19/caca/figfont.c:363:8: warning: %u in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libcaca-0.99.beta19/caca/figfont.c:363:8: warning: %u in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libcaca-0.99.beta19/caca/figfont.c:363:8: warning: %u in format string (no. 6) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libcaca-0.99.beta19/caca/figfont.c:363:8: warning: %u in format string (no. 7) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libcaca-0.99.beta19/caca/figfont.c:363:8: warning: %u in format string (no. 8) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libcaca-0.99.beta19/caca/figfont.c:363:8: warning: %u in format string (no. 9) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libcaca-0.99.beta19/caca/figfont.c:485:18: style: The scope of the variable 'ch' can be reduced. [variableScope]
libcaca-0.99.beta19/caca/legacy.c:185:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
libcaca-0.99.beta19/caca/string.c:490:13: style: Variable 'bleed_left' is assigned a value that is never used. [unreadVariable]
libcaca-0.99.beta19/caca/string.c:497:13: style: Variable 'bleed_right' is assigned a value that is never used. [unreadVariable]
libcaca-0.99.beta19/caca/time.c:82:12: error: Uninitialized variable: new_sec [uninitvar]
libcaca-0.99.beta19/caca/time.c:92:23: error: Uninitialized variable: new_sec [uninitvar]
libcaca-0.99.beta19/caca/time.c:87:22: error: Uninitialized variable: new_usec [uninitvar]
libcaca-0.99.beta19/caca/time.c:93:24: error: Uninitialized variable: new_usec [uninitvar]
libcaca-0.99.beta19/caca/time.c:86:22: error: Uninitialized variable: new_sec [uninitvar]
libcaca-0.99.beta19/caca/transform.c:187:29: warning: Either the condition '!cbegin' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
libcaca-0.99.beta19/caca/transform.c:192:8: note: Assuming that condition '!cbegin' is not redundant
libcaca-0.99.beta19/caca/transform.c:187:29: note: Null pointer addition
libcaca-0.99.beta19/caca/triangle.c:90:15: style: The scope of the variable 'xmin' can be reduced. [variableScope]
libcaca-0.99.beta19/caca/triangle.c:90:21: style: The scope of the variable 'xmax' can be reduced. [variableScope]
libcaca-0.99.beta19/caca/triangle.c:284:9: style: Variable 'sl12' is assigned a value that is never used. [unreadVariable]
libcaca-0.99.beta19/caca/triangle.c:287:9: style: Variable 'usl12' is assigned a value that is never used. [unreadVariable]
libcaca-0.99.beta19/caca/triangle.c:288:9: style: Variable 'vsl12' is assigned a value that is never used. [unreadVariable]
libcaca-0.99.beta19/cxx/caca++.cpp:71:35: style: Function 'setSize' argument 1 names different: declaration 'w' definition 'width'. [funcArgNamesDifferent]
libcaca-0.99.beta19/cxx/caca++.h:97:31: note: Function 'setSize' argument 1 names different: declaration 'w' definition 'width'.
libcaca-0.99.beta19/cxx/caca++.cpp:71:35: note: Function 'setSize' argument 1 names different: declaration 'w' definition 'width'.
libcaca-0.99.beta19/cxx/caca++.cpp:71:55: style: Function 'setSize' argument 2 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent]
libcaca-0.99.beta19/cxx/caca++.h:97:47: note: Function 'setSize' argument 2 names different: declaration 'h' definition 'height'.
libcaca-0.99.beta19/cxx/caca++.cpp:71:55: note: Function 'setSize' argument 2 names different: declaration 'h' definition 'height'.
libcaca-0.99.beta19/cxx/caca++.h:38:14: performance: Technically the member function 'Charset::utf8ToUtf32' can be static. [functionStatic]
libcaca-0.99.beta19/cxx/caca++.cpp:29:19: note: Technically the member function 'Charset::utf8ToUtf32' can be static.
libcaca-0.99.beta19/cxx/caca++.h:38:14: note: Technically the member function 'Charset::utf8ToUtf32' can be static.
libcaca-0.99.beta19/cxx/caca++.h:39:12: performance: Technically the member function 'Charset::utf32ToUtf8' can be static. [functionStatic]
libcaca-0.99.beta19/cxx/caca++.cpp:33:17: note: Technically the member function 'Charset::utf32ToUtf8' can be static.
libcaca-0.99.beta19/cxx/caca++.h:39:12: note: Technically the member function 'Charset::utf32ToUtf8' can be static.
libcaca-0.99.beta19/cxx/caca++.h:40:13: performance: Technically the member function 'Charset::utf32ToCp437' can be static. [functionStatic]
libcaca-0.99.beta19/cxx/caca++.cpp:37:18: note: Technically the member function 'Charset::utf32ToCp437' can be static.
libcaca-0.99.beta19/cxx/caca++.h:40:13: note: Technically the member function 'Charset::utf32ToCp437' can be static.
libcaca-0.99.beta19/cxx/caca++.h:41:14: performance: Technically the member function 'Charset::cp437ToUtf32' can be static. [functionStatic]
libcaca-0.99.beta19/cxx/caca++.cpp:41:19: note: Technically the member function 'Charset::cp437ToUtf32' can be static.
libcaca-0.99.beta19/cxx/caca++.h:41:14: note: Technically the member function 'Charset::cp437ToUtf32' can be static.
libcaca-0.99.beta19/cxx/caca++.h:50:25: performance: Technically the member function 'Font::getList' can be static. [functionStatic]
libcaca-0.99.beta19/cxx/caca++.cpp:398:27: note: Technically the member function 'Font::getList' can be static.
libcaca-0.99.beta19/cxx/caca++.h:50:25: note: Technically the member function 'Font::getList' can be static.
libcaca-0.99.beta19/cxx/caca++.h:138:26: performance: Technically the member function 'Canvas::getImportList' can be static. [functionStatic]
libcaca-0.99.beta19/cxx/caca++.cpp:293:29: note: Technically the member function 'Canvas::getImportList' can be static.
libcaca-0.99.beta19/cxx/caca++.h:138:26: note: Technically the member function 'Canvas::getImportList' can be static.
libcaca-0.99.beta19/cxx/caca++.h:141:26: performance: Technically the member function 'Canvas::getExportList' can be static. [functionStatic]
libcaca-0.99.beta19/cxx/caca++.cpp:308:29: note: Technically the member function 'Canvas::getExportList' can be static.
libcaca-0.99.beta19/cxx/caca++.h:141:26: note: Technically the member function 'Canvas::getExportList' can be static.
libcaca-0.99.beta19/cxx/caca++.h:180:5: style: Class 'Caca' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcaca-0.99.beta19/java/org_zoy_caca_Canvas.c:377:0: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
libcaca-0.99.beta19/ruby/caca-dither.c:70:9: error: Memory pointed to by 'red' is freed twice. [doubleFree]
libcaca-0.99.beta19/ruby/caca-dither.c:78:9: error: Memory pointed to by 'red' is freed twice. [doubleFree]
libcaca-0.99.beta19/ruby/caca-dither.c:79:9: error: Memory pointed to by 'green' is freed twice. [doubleFree]
libcaca-0.99.beta19/src/aafire.c:205:19: style: The scope of the variable 'last1' can be reduced. [variableScope]
libcaca-0.99.beta19/src/aafire.c:206:24: style: The scope of the variable 'sloop' can be reduced. [variableScope]
libcaca-0.99.beta19/src/aafire.c:190:3: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
libcaca-0.99.beta19/src/cacademo.c:546:18: style: The scope of the variable 'color' can be reduced. [variableScope]
libcaca-0.99.beta19/src/cacaserver.c:196:5: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcaca-0.99.beta19/src/cacaserver.c:158:9: error: Memory leak: server.input [memleak]
libcaca-0.99.beta19/src/cacaserver.c:150:25: error: Uninitialized struct member: server.width [uninitStructMember]
libcaca-0.99.beta19/src/cacaserver.c:151:24: error: Uninitialized struct member: server.width [uninitStructMember]
libcaca-0.99.beta19/src/cacaserver.c:152:25: error: Uninitialized struct member: server.height [uninitStructMember]
libcaca-0.99.beta19/src/cacaserver.c:153:24: error: Uninitialized struct member: server.height [uninitStructMember]
libcaca-0.99.beta19/tools/makefont.c:125:5: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcaca-0.99.beta19/tools/makefont.c:125:5: warning: %i in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcaca-0.99.beta19/tools/makefont.c:182:5: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcaca-0.99.beta19/tools/makefont.c:182:5: warning: %i in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcaca-0.99.beta19/tools/makefont.c:185:5: warning: %i in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcaca-0.99.beta19/tools/makefont.c:185:5: warning: %i in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcaca-0.99.beta19/tools/makefont.c:189:5: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcaca-0.99.beta19/tools/makefont.c:191:5: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcaca-0.99.beta19/tools/makefont.c:453:19: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcaca-0.99.beta19/tools/sortchars.c:125:20: warning: Either the condition 'i<=159' is redundant or the array 'allbits[127]' is accessed at index 159, which is out of bounds. [arrayIndexOutOfBoundsCond]
libcaca-0.99.beta19/tools/sortchars.c:123:27: note: Assuming that condition 'i<=159' is not redundant
libcaca-0.99.beta19/tools/sortchars.c:125:20: note: Array index out of bounds
[14:08]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcacard/libcacard_2.5.3.orig.tar.xz
libcacard-2.5.3/src/cac.c:35:15: style: union member 'Anonymous1::reserved' is never used. [unusedStructMember]
libcacard-2.5.3/src/card_7816.c:569:41: style: The scope of the variable 'count' can be reduced. [variableScope]
libcacard-2.5.3/src/card_7816.c:572:25: style: The scope of the variable 'status' can be reduced. [variableScope]
libcacard-2.5.3/src/vcard.c:129:67: style: Function 'vcard_set_applet_private' argument 2 names different: declaration '_private' definition 'private'. [funcArgNamesDifferent]
libcacard-2.5.3/src/vcard.h:42:72: note: Function 'vcard_set_applet_private' argument 2 names different: declaration '_private' definition 'private'.
libcacard-2.5.3/src/vcard.c:129:67: note: Function 'vcard_set_applet_private' argument 2 names different: declaration '_private' definition 'private'.
libcacard-2.5.3/src/vcard.c:140:22: style: Function 'vcard_new' argument 1 names different: declaration '_private' definition 'private'. [funcArgNamesDifferent]
libcacard-2.5.3/src/vcard.h:69:29: note: Function 'vcard_new' argument 1 names different: declaration '_private' definition 'private'.
libcacard-2.5.3/src/vcard.c:140:22: note: Function 'vcard_new' argument 1 names different: declaration '_private' definition 'private'.
libcacard-2.5.3/src/vcard.c:188:22: style: Function 'vcard_get_atr' argument 1 names different: declaration 'card' definition 'vcard'. [funcArgNamesDifferent]
libcacard-2.5.3/src/vcard.h:75:27: note: Function 'vcard_get_atr' argument 1 names different: declaration 'card' definition 'vcard'.
libcacard-2.5.3/src/vcard.c:188:22: note: Function 'vcard_get_atr' argument 1 names different: declaration 'card' definition 'vcard'.
libcacard-2.5.3/src/vcard.c:198:45: style: Function 'vcard_set_atr_func' argument 2 names different: declaration 'vcard_get_atr' definition 'get_atr'. [funcArgNamesDifferent]
libcacard-2.5.3/src/vcard.h:76:50: note: Function 'vcard_set_atr_func' argument 2 names different: declaration 'vcard_get_atr' definition 'get_atr'.
libcacard-2.5.3/src/vcard.c:198:45: note: Function 'vcard_set_atr_func' argument 2 names different: declaration 'vcard_get_atr' definition 'get_atr'.
libcacard-2.5.3/src/vcard.c:321:26: style: Function 'vcard_get_private' argument 1 names different: declaration 'card' definition 'vcard'. [funcArgNamesDifferent]
libcacard-2.5.3/src/vcard.h:84:37: note: Function 'vcard_get_private' argument 1 names different: declaration 'card' definition 'vcard'.
libcacard-2.5.3/src/vcard.c:321:26: note: Function 'vcard_get_private' argument 1 names different: declaration 'card' definition 'vcard'.
libcacard-2.5.3/src/vcard_emul_nss.c:685:19: style: The scope of the variable 'slot' can be reduced. [variableScope]
libcacard-2.5.3/src/vreader.c:109:25: style: Function 'vreader_new' argument 1 names different: declaration 'readerName' definition 'name'. [funcArgNamesDifferent]
libcacard-2.5.3/src/vreader.h:23:34: note: Function 'vreader_new' argument 1 names different: declaration 'readerName' definition 'name'.
libcacard-2.5.3/src/vreader.c:109:25: note: Function 'vreader_new' argument 1 names different: declaration 'readerName' definition 'name'.
libcacard-2.5.3/src/vreader.c:109:44: style: Function 'vreader_new' argument 2 names different: declaration 'emul_private' definition 'private'. [funcArgNamesDifferent]
libcacard-2.5.3/src/vreader.h:23:59: note: Function 'vreader_new' argument 2 names different: declaration 'emul_private' definition 'private'.
libcacard-2.5.3/src/vreader.c:109:44: note: Function 'vreader_new' argument 2 names different: declaration 'emul_private' definition 'private'.
libcacard-2.5.3/src/vreader.c:355:41: style: Function 'vreader_list_get_next' argument 1 names different: declaration 'list' definition 'current'. [funcArgNamesDifferent]
libcacard-2.5.3/src/vreader.h:43:59: note: Function 'vreader_list_get_next' argument 1 names different: declaration 'list' definition 'current'.
libcacard-2.5.3/src/vreader.c:355:41: note: Function 'vreader_list_get_next' argument 1 names different: declaration 'list' definition 'current'.
libcacard-2.5.3/src/vscclient.c:261:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcacard-2.5.3/src/vscclient.c:261:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcacard-2.5.3/src/vscclient.c:329:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcacard-2.5.3/src/vscclient.c:329:13: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcacard-2.5.3/src/vscclient.c:635:9: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
libcacard-2.5.3/src/vscclient.c:137:13: style: The scope of the variable 'event' can be reduced. [variableScope]
libcacard-2.5.3/src/vscclient.c:138:18: style: The scope of the variable 'reader_id' can be reduced. [variableScope]
libcacard-2.5.3/src/vscclient.c:292:9: style: The scope of the variable 'dwSendLength' can be reduced. [variableScope]
libcacard-2.5.3/src/vscclient.c:294:13: style: The scope of the variable 'pbRecvBuffer' can be reduced. [variableScope]
libcacard-2.5.3/tests/libcacard.c:58:5: style: Variable 'command_line_options' is reassigned a value before the old one has been used. [redundantAssignment]
libcacard-2.5.3/tests/libcacard.c:50:0: note: Variable 'command_line_options' is reassigned a value before the old one has been used.
libcacard-2.5.3/tests/libcacard.c:58:5: note: Variable 'command_line_options' is reassigned a value before the old one has been used.
libcacard-2.5.3/tests/libcacard.c:15:18: style: The scope of the variable 'reader_id' can be reduced. [variableScope]
libcacard-2.5.3/tests/libcacard.c:16:13: style: The scope of the variable 'event' can be reduced. [variableScope]
[14:08]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcache-bdb-perl/libcache-bdb-perl_0.04.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcache-cache-perl/libcache-cache-perl_1.08.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcache-fastmmap-perl/libcache-fastmmap-perl_1.47.orig.tar.gz
Cache-FastMmap-1.47/mmap_cache.c:1205:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
Cache-FastMmap-1.47/mmap_cache.c:1207:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
Cache-FastMmap-1.47/mmap_cache.c:1211:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
Cache-FastMmap-1.47/mmap_cache.c:1212:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
Cache-FastMmap-1.47/mmap_cache.c:1213:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
Cache-FastMmap-1.47/mmap_cache.c:1214:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
Cache-FastMmap-1.47/mmap_cache.c:1215:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
Cache-FastMmap-1.47/mmap_cache.c:1220:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
Cache-FastMmap-1.47/mmap_cache.c:1220:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
Cache-FastMmap-1.47/mmap_cache.c:1228:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
Cache-FastMmap-1.47/mmap_cache.c:1228:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
Cache-FastMmap-1.47/mmap_cache.c:1228:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
Cache-FastMmap-1.47/mmap_cache.c:1228:7: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
Cache-FastMmap-1.47/mmap_cache.c:953:9: warning: Redundant assignment of 'cache' to itself. [selfAssignment]
Cache-FastMmap-1.47/mmap_cache.c:119:7: style: The scope of the variable 'i' can be reduced. [variableScope]
Cache-FastMmap-1.47/mmap_cache.c:198:7: style: The scope of the variable 'res' can be reduced. [variableScope]
Cache-FastMmap-1.47/mmap_cache.c:279:27: style: Checking if unsigned variable 'cache->p_free_slots' is less than zero. [unsignedLessThanZero]
Cache-FastMmap-1.47/mmap_cache.c:1153:21: style: Unsigned variable 'key_len' can't be negative so it is unnecessary to test it. [unsignedPositive]
Cache-FastMmap-1.47/mmap_cache.c:1155:21: style: Unsigned variable 'val_len' can't be negative so it is unnecessary to test it. [unsignedPositive]
Cache-FastMmap-1.47/mmap_cache.c:822:54: style: Function 'mmc_get_page_details' argument 2 names different: declaration 'nreads' definition 'n_reads'. [funcArgNamesDifferent]
Cache-FastMmap-1.47/mmap_cache.h:214:54: note: Function 'mmc_get_page_details' argument 2 names different: declaration 'nreads' definition 'n_reads'.
Cache-FastMmap-1.47/mmap_cache.c:822:54: note: Function 'mmc_get_page_details' argument 2 names different: declaration 'nreads' definition 'n_reads'.
Cache-FastMmap-1.47/mmap_cache.c:822:70: style: Function 'mmc_get_page_details' argument 3 names different: declaration 'nreadhits' definition 'n_read_hits'. [funcArgNamesDifferent]
Cache-FastMmap-1.47/mmap_cache.h:214:69: note: Function 'mmc_get_page_details' argument 3 names different: declaration 'nreadhits' definition 'n_read_hits'.
Cache-FastMmap-1.47/mmap_cache.c:822:70: note: Function 'mmc_get_page_details' argument 3 names different: declaration 'nreadhits' definition 'n_read_hits'.
Cache-FastMmap-1.47/mmap_cache.c:138:28: style: Variable 'c_size' is assigned a value that is never used. [unreadVariable]
Cache-FastMmap-1.47/mmap_cache.c:135:17: style: Variable 'start_slots' is assigned a value that is never used. [unreadVariable]
Cache-FastMmap-1.47/mmap_cache.c:655:7: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
Cache-FastMmap-1.47/mmap_cache_test.c:352:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
Cache-FastMmap-1.47/mmap_cache_test.c:341:3: note: Variable 'res' is reassigned a value before the old one has been used.
Cache-FastMmap-1.47/mmap_cache_test.c:352:3: note: Variable 'res' is reassigned a value before the old one has been used.
Cache-FastMmap-1.47/mmap_cache_test.c:368:3: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
Cache-FastMmap-1.47/mmap_cache_test.c:352:3: note: Variable 'res' is reassigned a value before the old one has been used.
Cache-FastMmap-1.47/mmap_cache_test.c:368:3: note: Variable 'res' is reassigned a value before the old one has been used.
Cache-FastMmap-1.47/mmap_cache_test.c:152:10: style: The scope of the variable 'str1' can be reduced. [variableScope]
Cache-FastMmap-1.47/mmap_cache_test.c:152:18: style: The scope of the variable 'str2' can be reduced. [variableScope]
Cache-FastMmap-1.47/mmap_cache_test.c:152:26: style: The scope of the variable 'str3' can be reduced. [variableScope]
Cache-FastMmap-1.47/mmap_cache_test.c:306:7: style: The scope of the variable 'pid' can be reduced. [variableScope]
Cache-FastMmap-1.47/mmap_cache_test.c:253:23: portability: 'v' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
Cache-FastMmap-1.47/mmap_cache_test.c:101:7: style: Unused variable: val_len [unusedVariable]
Cache-FastMmap-1.47/mmap_cache_test.c:102:10: style: Variable 'val_ptr' is not assigned a value. [unassignedVariable]
Cache-FastMmap-1.47/mmap_cache_test.c:368:9: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
Cache-FastMmap-1.47/mmap_cache_test.c:116:8: error: Uninitialized variable: val_ptr [uninitvar]
Cache-FastMmap-1.47/mmap_cache_test.c:119:8: error: Uninitialized variable: val_ptr [uninitvar]
Cache-FastMmap-1.47/mmap_cache_test.c:122:8: error: Uninitialized variable: val_ptr [uninitvar]
Cache-FastMmap-1.47/mmap_cache_test.c:131:8: error: Uninitialized variable: val_ptr [uninitvar]
Cache-FastMmap-1.47/mmap_cache_test.c:135:8: error: Uninitialized variable: val_ptr [uninitvar]
Cache-FastMmap-1.47/mmap_cache_test.c:141:8: error: Uninitialized variable: val_ptr [uninitvar]
Cache-FastMmap-1.47/unix.c:36:12: style: The scope of the variable 'i' can be reduced. [variableScope]
Cache-FastMmap-1.47/unix.c:37:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
Cache-FastMmap-1.47/unix.c:229:5: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
Cache-FastMmap-1.47/unix.c:230:5: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
Cache-FastMmap-1.47/unix.c:76:0: error: Memory leak: tmp [memleak]
Cache-FastMmap-1.47/win32.c:49:7: style: The scope of the variable 'i' can be reduced. [variableScope]
Cache-FastMmap-1.47/win32.c:50:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
Cache-FastMmap-1.47/win32.c:51:16: style: Unused variable: fileMap [unusedVariable]
Cache-FastMmap-1.47/win32.c:217:5: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
[14:08]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcache-historical-perl/libcache-historical-perl_0.05.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcache-lru-perl/libcache-lru-perl_0.04.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcache-memcached-fast-perl/libcache-memcached-fast-perl_0.25.orig.tar.gz
[14:08]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcache-memcached-getparserxs-perl/libcache-memcached-getparserxs-perl_0.01.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcache-memcached-libmemcached-perl/libcache-memcached-libmemcached-perl_0.04001.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcache-memcached-managed-perl/libcache-memcached-managed-perl_0.24.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcache-memcached-perl/libcache-memcached-perl_1.30.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcache-mmap-perl/libcache-mmap-perl_0.11.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcache-perl/libcache-perl_2.11.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcache-ref-perl/libcache-ref-perl_0.04.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcache-simple-timedexpiry-perl/libcache-simple-timedexpiry-perl_0.27.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcairo-gobject-perl/libcairo-gobject-perl_1.004.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcairo-perl/libcairo-perl_1.106.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcal-dav-perl/libcal-dav-perl_0.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcalendar-simple-perl/libcalendar-simple-perl_1.23.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcam-pdf-perl/libcam-pdf-perl_1.60.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcanary-stability-perl/libcanary-stability-perl_2006.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcanberra/libcanberra_0.30.orig.tar.xz
libcanberra-0.30/src/macro.h:30:0: error: #error "Please include config.h before including this file!" [preprocessorErrorDirective]
libcanberra-0.30/src/canberra-gtk-play.c:164:95: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libcanberra-0.30/src/test-canberra.c:54:83: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libcanberra-0.30/src/test-canberra.c:67:74: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libcanberra-0.30/src/test-canberra.c:85:62: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
[14:08]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcangjie/libcangjie_1.3.orig.tar.xz
libcangjie-1.3/src/bench.c:77:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcangjie-1.3/src/bench.c:101:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcangjie-1.3/src/bench.c:125:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcangjie-1.3/src/cangjie.c:81:10: warning: Either the condition 'query==NULL' is redundant or there is possible null pointer dereference: query. [nullPointerRedundantCheck]
libcangjie-1.3/src/cangjie.c:82:19: note: Assuming that condition 'query==NULL' is not redundant
libcangjie-1.3/src/cangjie.c:81:10: note: Null pointer dereference
libcangjie-1.3/src/cangjie.c:89:6: warning: Either the condition 'query==NULL' is redundant or there is possible null pointer dereference: query. [nullPointerRedundantCheck]
libcangjie-1.3/src/cangjie.c:90:15: note: Assuming that condition 'query==NULL' is not redundant
libcangjie-1.3/src/cangjie.c:89:6: note: Null pointer dereference
libcangjie-1.3/src/cangjie.c:212:46: style: Function 'cangjie_get_characters' argument 2 names different: declaration 'code' definition 'input_code'. [funcArgNamesDifferent]
libcangjie-1.3/src/cangjie.h:66:46: note: Function 'cangjie_get_characters' argument 2 names different: declaration 'code' definition 'input_code'.
libcangjie-1.3/src/cangjie.c:212:46: note: Function 'cangjie_get_characters' argument 2 names different: declaration 'code' definition 'input_code'.
libcangjie-1.3/src/cangjie.c:309:59: style: Function 'cangjie_get_characters_by_shortcode' argument 2 names different: declaration 'shortcode' definition 'input_code'. [funcArgNamesDifferent]
libcangjie-1.3/src/cangjie.h:70:59: note: Function 'cangjie_get_characters_by_shortcode' argument 2 names different: declaration 'shortcode' definition 'input_code'.
libcangjie-1.3/src/cangjie.c:309:59: note: Function 'cangjie_get_characters_by_shortcode' argument 2 names different: declaration 'shortcode' definition 'input_code'.
libcangjie-1.3/src/cli.c:243:13: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcangjie-1.3/src/cli.c:70:18: style: The scope of the variable 'c' can be reduced. [variableScope]
libcangjie-1.3/src/cli.c:73:9: style: The scope of the variable 'opt' can be reduced. [variableScope]
libcangjie-1.3/src/cli.c:83:11: style: The scope of the variable 'code_ptr' can be reduced. [variableScope]
[14:08]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcap-ng/libcap-ng_0.7.9.orig.tar.gz
libcap-ng-0.7.9/src/cap-ng.c:816:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcap-ng-0.7.9/src/cap-ng.c:821:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcap-ng-0.7.9/src/cap-ng.c:826:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcap-ng-0.7.9/src/cap-ng.c:840:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcap-ng-0.7.9/src/captab.h:23:1: style: union member 'captab_msgstr_t::str56' is never used. [unusedStructMember]
libcap-ng-0.7.9/src/captab.h:24:1: style: union member 'captab_msgstr_t::str56' is never used. [unusedStructMember]
libcap-ng-0.7.9/src/captab.h:25:1: style: union member 'captab_msgstr_t::str56' is never used. [unusedStructMember]
libcap-ng-0.7.9/src/captab.h:26:1: style: union member 'captab_msgstr_t::str56' is never used. [unusedStructMember]
libcap-ng-0.7.9/src/captab.h:27:1: style: union member 'captab_msgstr_t::str56' is never used. [unusedStructMember]
libcap-ng-0.7.9/src/captab.h:28:1: style: union member 'captab_msgstr_t::str56' is never used. [unusedStructMember]
libcap-ng-0.7.9/src/captab.h:29:1: style: union member 'captab_msgstr_t::str56' is never used. [unusedStructMember]
libcap-ng-0.7.9/src/captab.h:30:1: style: union member 'captab_msgstr_t::str56' is never used. [unusedStructMember]
libcap-ng-0.7.9/src/captab.h:31:1: style: union member 'captab_msgstr_t::str56' is never used. [unusedStructMember]
libcap-ng-0.7.9/src/captab.h:32:1: style: union member 'captab_msgstr_t::str56' is never used. [unusedStructMember]
libcap-ng-0.7.9/src/captab.h:33:1: style: union member 'captab_msgstr_t::str56' is never used. [unusedStructMember]
libcap-ng-0.7.9/src/captab.h:34:1: style: union member 'captab_msgstr_t::str56' is never used. [unusedStructMember]
libcap-ng-0.7.9/src/captab.h:35:1: style: union member 'captab_msgstr_t::str56' is never used. [unusedStructMember]
libcap-ng-0.7.9/src/captab.h:36:1: style: union member 'captab_msgstr_t::str56' is never used. [unusedStructMember]
libcap-ng-0.7.9/src/captab.h:37:1: style: union member 'captab_msgstr_t::str56' is never used. [unusedStructMember]
libcap-ng-0.7.9/src/captab.h:38:1: style: union member 'captab_msgstr_t::str56' is never used. [unusedStructMember]
libcap-ng-0.7.9/src/captab.h:39:1: style: union member 'captab_msgstr_t::str56' is never used. [unusedStructMember]
libcap-ng-0.7.9/src/captab.h:40:1: style: union member 'captab_msgstr_t::str56' is never used. [unusedStructMember]
libcap-ng-0.7.9/src/captab.h:41:1: style: union member 'captab_msgstr_t::str56' is never used. [unusedStructMember]
libcap-ng-0.7.9/src/captab.h:42:1: style: union member 'captab_msgstr_t::str56' is never used. [unusedStructMember]
libcap-ng-0.7.9/src/captab.h:43:1: style: union member 'captab_msgstr_t::str56' is never used. [unusedStructMember]
libcap-ng-0.7.9/src/captab.h:44:1: style: union member 'captab_msgstr_t::str56' is never used. [unusedStructMember]
libcap-ng-0.7.9/src/captab.h:45:1: style: union member 'captab_msgstr_t::str56' is never used. [unusedStructMember]
libcap-ng-0.7.9/src/captab.h:46:1: style: union member 'captab_msgstr_t::str56' is never used. [unusedStructMember]
libcap-ng-0.7.9/src/captab.h:47:1: style: union member 'captab_msgstr_t::str56' is never used. [unusedStructMember]
libcap-ng-0.7.9/src/captab.h:48:1: style: union member 'captab_msgstr_t::str56' is never used. [unusedStructMember]
libcap-ng-0.7.9/src/captab.h:49:1: style: union member 'captab_msgstr_t::str56' is never used. [unusedStructMember]
libcap-ng-0.7.9/src/captab.h:50:1: style: union member 'captab_msgstr_t::str56' is never used. [unusedStructMember]
libcap-ng-0.7.9/src/captab.h:51:1: style: union member 'captab_msgstr_t::str56' is never used. [unusedStructMember]
libcap-ng-0.7.9/src/captab.h:52:1: style: union member 'captab_msgstr_t::str56' is never used. [unusedStructMember]
libcap-ng-0.7.9/src/captab.h:53:1: style: union member 'captab_msgstr_t::str56' is never used. [unusedStructMember]
libcap-ng-0.7.9/utils/captest.c:56:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
libcap-ng-0.7.9/utils/captest.c:56:0: style: Variable 'need_comma' is assigned a value that is never used. [unreadVariable]
libcap-ng-0.7.9/utils/netcap.c:287:3: warning: %X in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libcap-ng-0.7.9/utils/netcap.c:287:3: warning: %X in format string (no. 5) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libcap-ng-0.7.9/utils/netcap.c:287:3: warning: %X in format string (no. 6) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libcap-ng-0.7.9/utils/netcap.c:287:3: warning: %X in format string (no. 9) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libcap-ng-0.7.9/utils/netcap.c:321:3: warning: %X in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libcap-ng-0.7.9/utils/netcap.c:321:3: warning: %X in format string (no. 5) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libcap-ng-0.7.9/utils/netcap.c:321:3: warning: %X in format string (no. 6) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libcap-ng-0.7.9/utils/netcap.c:321:3: warning: %X in format string (no. 9) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libcap-ng-0.7.9/utils/netcap.c:355:3: warning: %X in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libcap-ng-0.7.9/utils/netcap.c:355:3: warning: %X in format string (no. 5) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libcap-ng-0.7.9/utils/netcap.c:355:3: warning: %X in format string (no. 6) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libcap-ng-0.7.9/utils/netcap.c:355:3: warning: %X in format string (no. 9) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libcap-ng-0.7.9/utils/netcap.c:172:34: style: The scope of the variable 'e' can be reduced. [variableScope]
libcap-ng-0.7.9/utils/pscap.c:67:18: style: The scope of the variable 'uid' can be reduced. [variableScope]
libcap-ng-0.7.9/utils/pscap.c:122:8: style: The scope of the variable 'line' can be reduced. [variableScope]
[14:08]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcap2/libcap2_2.25.orig.tar.xz
libcap-2.25/contrib/bug400591/bug.c:18:16: warning: Assert statement modifies 'caps'. [assignmentInAssert]
libcap-2.25/libcap/libcap.h:39:0: error: #error Kernel <linux/capability.h> does not support library [preprocessorErrorDirective]
libcap-2.25/progs/capsh.c:340:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcap-2.25/progs/capsh.c:55:12: style: The scope of the variable 'ptr' can be reduced. [variableScope]
libcap-2.25/progs/setcap.c:198:7: style: Condition '!explained' is always true [knownConditionTrueFalse]
libcap-2.25/progs/setcap.c:173:19: note: Assignment 'explained=0', assigned value is 0
libcap-2.25/progs/setcap.c:198:7: note: Condition '!explained' is always true
libcap-2.25/progs/setcap.c:78:14: style: The scope of the variable 'text' can be reduced. [variableScope]
[14:08]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcapi20-3/libcapi20-3_3.27.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libc/libcapsinetwork/libcapsinetwork_0.3.0.orig.tar.gz
libcapsinetwork-0.3.0/src/listener.cpp:104:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libcapsinetwork-0.3.0/src/listenport.h:36:20: style: Technically the member function 'ListenPort::ipAddr' can be const. [functionConst]
libcapsinetwork-0.3.0/src/listenport.h:37:20: style: Technically the member function 'ListenPort::fqdn' can be const. [functionConst]
libcapsinetwork-0.3.0/src/listenport.h:38:21: style: Technically the member function 'ListenPort::port' can be const. [functionConst]
libcapsinetwork-0.3.0/src/listenport.h:39:21: style: Technically the member function 'ListenPort::fd' can be const. [functionConst]
libcapsinetwork-0.3.0/src/socket.h:42:9: style: Technically the member function 'Socket::status' can be const. [functionConst]
libcapsinetwork-0.3.0/src/socket.h:40:2: style: Class 'Socket' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcapsinetwork-0.3.0/src/listenport.h:35:31: performance: Function parameter 'host' should be passed by const reference. [passedByValue]
libcapsinetwork-0.3.0/src/socket.h:44:32: performance: Function parameter 'data' should be passed by const reference. [passedByValue]
libcapsinetwork-0.3.0/src/socket.h:47:36: performance: Function parameter 'data' should be passed by const reference. [passedByValue]
libcapsinetwork-0.3.0/src/socket.h:51:35: performance: Function parameter 'ipAddr' should be passed by const reference. [passedByValue]
libcapsinetwork-0.3.0/src/socket.h:53:33: performance: Function parameter 'fqdn' should be passed by const reference. [passedByValue]
libcapsinetwork-0.3.0/src/listenport.cpp:44:42: style: Function 'ListenPort' argument 1 names different: declaration 'host' definition 'ip'. [funcArgNamesDifferent]
libcapsinetwork-0.3.0/src/listenport.h:35:31: note: Function 'ListenPort' argument 1 names different: declaration 'host' definition 'ip'.
libcapsinetwork-0.3.0/src/listenport.cpp:44:42: note: Function 'ListenPort' argument 1 names different: declaration 'host' definition 'ip'.
libcapsinetwork-0.3.0/src/listenport.cpp:46:2: performance: Variable 'm_ipAddr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libcapsinetwork-0.3.0/src/listenport.cpp:44:42: performance: Function parameter 'ip' should be passed by const reference. [passedByValue]
libcapsinetwork-0.3.0/src/server.cpp:58:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcapsinetwork-0.3.0/src/server.cpp:36:9: warning: Member variable 'Server::m_listener' is not initialized in the constructor. [uninitMemberVar]
libcapsinetwork-0.3.0/src/server.h:35:7: style: The function 'socketHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcapsinetwork-0.3.0/src/listener.h:54:15: note: Virtual function in base class
libcapsinetwork-0.3.0/src/server.h:35:7: note: Function in derived class
libcapsinetwork-0.3.0/src/socket.h:57:15: style: Member variable 'Socket::m_fd' is in the wrong place in the initializer list. [initializerList]
libcapsinetwork-0.3.0/src/socket.cpp:35:2: note: Member variable 'Socket::m_fd' is in the wrong place in the initializer list.
libcapsinetwork-0.3.0/src/socket.h:57:15: note: Member variable 'Socket::m_fd' is in the wrong place in the initializer list.
libcapsinetwork-0.3.0/src/socket.cpp:39:39: performance: Function parameter 'data' should be passed by const reference. [passedByValue]
libcapsinetwork-0.3.0/src/socket.cpp:78:43: performance: Function parameter 'data' should be passed by const reference. [passedByValue]
[14:08]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcaptcha-recaptcha-perl/libcaptcha-recaptcha-perl_0.98+ds.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcapture-tiny-perl/libcapture-tiny-perl_0.48.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcarp-always-perl/libcarp-always-perl_0.13.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcarp-assert-more-perl/libcarp-assert-more-perl_1.16.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcarp-assert-perl/libcarp-assert-perl_0.21.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcarp-clan-perl/libcarp-clan-perl_6.06.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcarp-clan-share-perl/libcarp-clan-share-perl_0.013.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcarp-datum-perl/libcarp-datum-perl_0.1.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcarp-fix-1-25-perl/libcarp-fix-1-25-perl_1.000001.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-action-renderview-perl/libcatalyst-action-renderview-perl_0.16.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-action-rest-perl/libcatalyst-action-rest-perl_1.21.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-action-serialize-data-serializer-perl/libcatalyst-action-serialize-data-serializer-perl_1.08.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-actionrole-acl-perl/libcatalyst-actionrole-acl-perl_0.07.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-actionrole-checktrailingslash-perl/libcatalyst-actionrole-checktrailingslash-perl_0.01.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-actionrole-requiressl-perl/libcatalyst-actionrole-requiressl-perl_1.00.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-authentication-credential-authen-simple-perl/libcatalyst-authentication-credential-authen-simple-perl_0.09.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-authentication-credential-http-perl/libcatalyst-authentication-credential-http-perl_1.018.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-authentication-store-dbix-class-perl/libcatalyst-authentication-store-dbix-class-perl_0.1506.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-authentication-store-htpasswd-perl/libcatalyst-authentication-store-htpasswd-perl_1.006.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-component-instancepercontext-perl/libcatalyst-component-instancepercontext-perl_0.001001.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-controller-actionrole-perl/libcatalyst-controller-actionrole-perl_0.17.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-controller-formbuilder-perl/libcatalyst-controller-formbuilder-perl_0.06.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-controller-html-formfu-perl/libcatalyst-controller-html-formfu-perl_2.04.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-devel-perl/libcatalyst-devel-perl_1.39.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-dispatchtype-regex-perl/libcatalyst-dispatchtype-regex-perl_5.90035.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-engine-apache-perl/libcatalyst-engine-apache-perl_1.16.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-engine-psgi-perl/libcatalyst-engine-psgi-perl_0.13+dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-log-log4perl-perl/libcatalyst-log-log4perl-perl_1.06.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-manual-perl/libcatalyst-manual-perl_5.9009.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-model-adaptor-perl/libcatalyst-model-adaptor-perl_0.10.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-model-cdbi-crud-perl/libcatalyst-model-cdbi-crud-perl_0.04.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-model-cdbi-perl/libcatalyst-model-cdbi-perl_0.12.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-model-dbi-perl/libcatalyst-model-dbi-perl_0.32.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-model-dbic-schema-perl/libcatalyst-model-dbic-schema-perl_0.65.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-perl/libcatalyst-perl_5.90118.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-plugin-authentication-credential-openid-perl/libcatalyst-plugin-authentication-credential-openid-perl_0.03+rp.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-plugin-authentication-perl/libcatalyst-plugin-authentication-perl_0.10023.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-plugin-authorization-acl-perl/libcatalyst-plugin-authorization-acl-perl_0.16.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-plugin-authorization-roles-perl/libcatalyst-plugin-authorization-roles-perl_0.09.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-plugin-cache-perl/libcatalyst-plugin-cache-perl_0.12.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-plugin-cache-store-fastmmap-perl/libcatalyst-plugin-cache-store-fastmmap-perl_0.02.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-plugin-captcha-perl/libcatalyst-plugin-captcha-perl_0.04.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-plugin-compress-perl/libcatalyst-plugin-compress-perl_0.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-plugin-configloader-perl/libcatalyst-plugin-configloader-perl_0.34.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-plugin-customerrormessage-perl/libcatalyst-plugin-customerrormessage-perl_0.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-plugin-fillinform-perl/libcatalyst-plugin-fillinform-perl_0.12.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-plugin-i18n-perl/libcatalyst-plugin-i18n-perl_0.10.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-plugin-log-dispatch-perl/libcatalyst-plugin-log-dispatch-perl_0.121.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-plugin-redirect-perl/libcatalyst-plugin-redirect-perl_0.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-plugin-scheduler-perl/libcatalyst-plugin-scheduler-perl_0.10.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-plugin-session-perl/libcatalyst-plugin-session-perl_0.40.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-plugin-session-state-cookie-perl/libcatalyst-plugin-session-state-cookie-perl_0.17.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-plugin-session-store-cache-perl/libcatalyst-plugin-session-store-cache-perl_0.01.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-plugin-session-store-dbi-perl/libcatalyst-plugin-session-store-dbi-perl_0.16.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-plugin-session-store-dbic-perl/libcatalyst-plugin-session-store-dbic-perl_0.14.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-plugin-session-store-delegate-perl/libcatalyst-plugin-session-store-delegate-perl_0.06.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-plugin-session-store-fastmmap-perl/libcatalyst-plugin-session-store-fastmmap-perl_0.16.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-plugin-session-store-file-perl/libcatalyst-plugin-session-store-file-perl_0.18.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-plugin-setenv-perl/libcatalyst-plugin-setenv-perl_0.03.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-plugin-smarturi-perl/libcatalyst-plugin-smarturi-perl_0.041.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-plugin-stacktrace-perl/libcatalyst-plugin-stacktrace-perl_0.12.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-plugin-static-simple-perl/libcatalyst-plugin-static-simple-perl_0.36.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-plugin-subrequest-perl/libcatalyst-plugin-subrequest-perl_0.21.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-plugin-unicode-encoding-perl/libcatalyst-plugin-unicode-encoding-perl_1.7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-plugin-unicode-perl/libcatalyst-plugin-unicode-perl_0.93.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-view-component-subinclude-perl/libcatalyst-view-component-subinclude-perl_0.10.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-view-csv-perl/libcatalyst-view-csv-perl_1.7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-view-email-perl/libcatalyst-view-email-perl_0.36.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-view-excel-template-plus-perl/libcatalyst-view-excel-template-plus-perl_0.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-view-gd-perl/libcatalyst-view-gd-perl_0.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-view-json-perl/libcatalyst-view-json-perl_0.36.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-view-mason-perl/libcatalyst-view-mason-perl_0.19.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-view-pdf-reuse-perl/libcatalyst-view-pdf-reuse-perl_0.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-view-petal-perl/libcatalyst-view-petal-perl_0.03.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalyst-view-tt-perl/libcatalyst-view-tt-perl_0.44.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalystx-component-traits-perl/libcatalystx-component-traits-perl_0.19.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalystx-injectcomponent-perl/libcatalystx-injectcomponent-perl_0.025.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalystx-leakchecker-perl/libcatalystx-leakchecker-perl_0.06.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatalystx-simplelogin-perl/libcatalystx-simplelogin-perl_0.20.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatmandu-atom-perl/libcatmandu-atom-perl_0.04.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatmandu-importer-getjson-perl/libcatmandu-importer-getjson-perl_0.50.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatmandu-mab2-perl/libcatmandu-mab2-perl_0.21.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatmandu-marc-perl/libcatmandu-marc-perl_0.215.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatmandu-mods-perl/libcatmandu-mods-perl_0.31.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatmandu-perl/libcatmandu-perl_1.0900.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatmandu-rdf-perl/libcatmandu-rdf-perl_0.32.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatmandu-sru-perl/libcatmandu-sru-perl_0.41.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatmandu-store-elasticsearch-perl/libcatmandu-store-elasticsearch-perl_0.0509.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatmandu-store-lucy-perl/libcatmandu-store-lucy-perl_0.0103.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatmandu-store-mongodb-perl/libcatmandu-store-mongodb-perl_0.0700.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatmandu-template-perl/libcatmandu-template-perl_0.12.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatmandu-wikidata-perl/libcatmandu-wikidata-perl_0.06.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatmandu-xls-perl/libcatmandu-xls-perl_0.08.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatmandu-xml-perl/libcatmandu-xml-perl_0.16.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcatmandu-xsd-perl/libcatmandu-xsd-perl_0.04.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcbor/libcbor_0.5.0+dfsg.orig.tar.gz
libcbor-0.5.0/src/cbor/internal/loaders.c:80:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcbor-0.5.0/src/cbor/streaming.c:26:57: style: Function 'cbor_stream_decode' argument 1 names different: declaration 'buffer' definition 'source'. [funcArgNamesDifferent]
libcbor-0.5.0/src/cbor/streaming.h:28:57: note: Function 'cbor_stream_decode' argument 1 names different: declaration 'buffer' definition 'source'.
libcbor-0.5.0/src/cbor/streaming.c:26:57: note: Function 'cbor_stream_decode' argument 1 names different: declaration 'buffer' definition 'source'.
libcbor-0.5.0/src/cbor/streaming.c:26:72: style: Function 'cbor_stream_decode' argument 2 names different: declaration 'buffer_size' definition 'source_size'. [funcArgNamesDifferent]
libcbor-0.5.0/src/cbor/streaming.h:29:21: note: Function 'cbor_stream_decode' argument 2 names different: declaration 'buffer_size' definition 'source_size'.
libcbor-0.5.0/src/cbor/streaming.c:26:72: note: Function 'cbor_stream_decode' argument 2 names different: declaration 'buffer_size' definition 'source_size'.
[14:08]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcbor-xs-perl/libcbor-xs-perl_1.70.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libccaudio2/libccaudio2_2.1.3.orig.tar.gz
ccaudio2-2.1.3/src/audiobuffer.cpp:43:18: style: The scope of the variable 'copied' can be reduced. [variableScope]
ccaudio2-2.1.3/src/audiobuffer.cpp:79:16: style: The scope of the variable 'written' can be reduced. [variableScope]
ccaudio2-2.1.3/src/audiobuffer.cpp:79:25: style: The scope of the variable 'removed' can be reduced. [variableScope]
ccaudio2-2.1.3/src/audiofile.cpp:1218:12: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
ccaudio2-2.1.3/src/audiofile.cpp:1217:8: note: outer condition: pathname
ccaudio2-2.1.3/src/audiofile.cpp:1218:12: note: identical inner condition: pathname
ccaudio2-2.1.3/src/audiofile.cpp:1223:16: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
ccaudio2-2.1.3/src/audiofile.cpp:1222:12: note: outer condition: info.annotation
ccaudio2-2.1.3/src/audiofile.cpp:1223:16: note: identical inner condition: info.annotation
ccaudio2-2.1.3/src/audiofile.cpp:87:10: style: struct member 'mpeg_tagv1::tag_id' is never used. [unusedStructMember]
ccaudio2-2.1.3/src/audiofile.cpp:88:10: style: struct member 'mpeg_tagv1::tag_title' is never used. [unusedStructMember]
ccaudio2-2.1.3/src/audiofile.cpp:89:10: style: struct member 'mpeg_tagv1::tag_artist' is never used. [unusedStructMember]
ccaudio2-2.1.3/src/audiofile.cpp:90:10: style: struct member 'mpeg_tagv1::tag_album' is never used. [unusedStructMember]
ccaudio2-2.1.3/src/audiofile.cpp:91:10: style: struct member 'mpeg_tagv1::tag_year' is never used. [unusedStructMember]
ccaudio2-2.1.3/src/audiofile.cpp:92:10: style: struct member 'mpeg_tagv1::tag_note' is never used. [unusedStructMember]
ccaudio2-2.1.3/src/audiofile.cpp:93:19: style: struct member 'mpeg_tagv1::genre' is never used. [unusedStructMember]
ccaudio2-2.1.3/src/codec.cpp:314:9: style: The scope of the variable 'sign' can be reduced. [variableScope]
ccaudio2-2.1.3/src/codec.cpp:314:15: style: The scope of the variable 'exponent' can be reduced. [variableScope]
ccaudio2-2.1.3/src/codec.cpp:314:25: style: The scope of the variable 'mantissa' can be reduced. [variableScope]
ccaudio2-2.1.3/src/codec.cpp:314:35: style: The scope of the variable 'retval' can be reduced. [variableScope]
ccaudio2-2.1.3/src/codec.cpp:388:20: style: The scope of the variable 'pcm_val' can be reduced. [variableScope]
ccaudio2-2.1.3/src/codec.cpp:623:17: style: The scope of the variable 'dex' can be reduced. [variableScope]
ccaudio2-2.1.3/src/codec.cpp:624:17: style: The scope of the variable 'dqt' can be reduced. [variableScope]
ccaudio2-2.1.3/src/codec.cpp:625:17: style: The scope of the variable 'dq' can be reduced. [variableScope]
ccaudio2-2.1.3/src/codec.cpp:652:17: style: The scope of the variable 'a1ul' can be reduced. [variableScope]
ccaudio2-2.1.3/src/codec.cpp:653:17: style: The scope of the variable 'pks1' can be reduced. [variableScope]
ccaudio2-2.1.3/src/codec.cpp:654:17: style: The scope of the variable 'fa1' can be reduced. [variableScope]
ccaudio2-2.1.3/src/codec.cpp:850:13: style: The scope of the variable 'y' can be reduced. [variableScope]
ccaudio2-2.1.3/src/codec.cpp:851:13: style: The scope of the variable 'dif' can be reduced. [variableScope]
ccaudio2-2.1.3/src/codec.cpp:852:13: style: The scope of the variable 'al' can be reduced. [variableScope]
ccaudio2-2.1.3/src/codec.cpp:1087:17: style: The scope of the variable 'data' can be reduced. [variableScope]
ccaudio2-2.1.3/src/codec.cpp:1087:29: style: The scope of the variable 'bits' can be reduced. [variableScope]
ccaudio2-2.1.3/src/codec.cpp:1111:25: style: The scope of the variable 'nib' can be reduced. [variableScope]
ccaudio2-2.1.3/src/codec.cpp:1237:17: style: The scope of the variable 'data' can be reduced. [variableScope]
ccaudio2-2.1.3/src/codec.cpp:1237:29: style: The scope of the variable 'bits' can be reduced. [variableScope]
ccaudio2-2.1.3/src/codec.cpp:1261:25: style: The scope of the variable 'nib' can be reduced. [variableScope]
ccaudio2-2.1.3/src/codec.cpp:1381:17: style: The scope of the variable 'data' can be reduced. [variableScope]
ccaudio2-2.1.3/src/codec.cpp:1381:29: style: The scope of the variable 'bits' can be reduced. [variableScope]
ccaudio2-2.1.3/src/codec.cpp:1405:25: style: The scope of the variable 'nib' can be reduced. [variableScope]
ccaudio2-2.1.3/src/codec.cpp:1512:14: style: The scope of the variable 'data' can be reduced. [variableScope]
ccaudio2-2.1.3/src/codec.cpp:1512:20: style: The scope of the variable 'bits' can be reduced. [variableScope]
ccaudio2-2.1.3/src/codec.cpp:1533:14: style: The scope of the variable 'data' can be reduced. [variableScope]
ccaudio2-2.1.3/src/codec.cpp:1709:19: style: The scope of the variable 'byte' can be reduced. [variableScope]
ccaudio2-2.1.3/src/codec.cpp:718:28: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
ccaudio2-2.1.3/src/codec.cpp:259:35: style: Function 'impulse' argument 1 names different: declaration 'buffer' definition 'data'. [funcArgNamesDifferent]
ccaudio2-2.1.3/src/codec.cpp:202:25: note: Function 'impulse' argument 1 names different: declaration 'buffer' definition 'data'.
ccaudio2-2.1.3/src/codec.cpp:259:35: note: Function 'impulse' argument 1 names different: declaration 'buffer' definition 'data'.
ccaudio2-2.1.3/src/codec.cpp:275:32: style: Function 'peak' argument 1 names different: declaration 'buffer' definition 'data'. [funcArgNamesDifferent]
ccaudio2-2.1.3/src/codec.cpp:203:22: note: Function 'peak' argument 1 names different: declaration 'buffer' definition 'data'.
ccaudio2-2.1.3/src/codec.cpp:275:32: note: Function 'peak' argument 1 names different: declaration 'buffer' definition 'data'.
ccaudio2-2.1.3/src/codec.cpp:293:45: style: Function 'encode' argument 2 names different: declaration 'source' definition 'dest'. [funcArgNamesDifferent]
ccaudio2-2.1.3/src/codec.cpp:200:42: note: Function 'encode' argument 2 names different: declaration 'source' definition 'dest'.
ccaudio2-2.1.3/src/codec.cpp:293:45: note: Function 'encode' argument 2 names different: declaration 'source' definition 'dest'.
ccaudio2-2.1.3/src/codec.cpp:335:45: style: Function 'decode' argument 2 names different: declaration 'dest' definition 'source'. [funcArgNamesDifferent]
ccaudio2-2.1.3/src/codec.cpp:201:42: note: Function 'decode' argument 2 names different: declaration 'dest' definition 'source'.
ccaudio2-2.1.3/src/codec.cpp:335:45: note: Function 'decode' argument 2 names different: declaration 'dest' definition 'source'.
ccaudio2-2.1.3/src/codec.cpp:386:45: style: Function 'encode' argument 2 names different: declaration 'source' definition 'dest'. [funcArgNamesDifferent]
ccaudio2-2.1.3/src/codec.cpp:211:42: note: Function 'encode' argument 2 names different: declaration 'source' definition 'dest'.
ccaudio2-2.1.3/src/codec.cpp:386:45: note: Function 'encode' argument 2 names different: declaration 'source' definition 'dest'.
ccaudio2-2.1.3/src/codec.cpp:435:35: style: Function 'impulse' argument 1 names different: declaration 'buffer' definition 'data'. [funcArgNamesDifferent]
ccaudio2-2.1.3/src/codec.cpp:213:25: note: Function 'impulse' argument 1 names different: declaration 'buffer' definition 'data'.
ccaudio2-2.1.3/src/codec.cpp:435:35: note: Function 'impulse' argument 1 names different: declaration 'buffer' definition 'data'.
ccaudio2-2.1.3/src/codec.cpp:453:32: style: Function 'peak' argument 1 names different: declaration 'buffer' definition 'data'. [funcArgNamesDifferent]
ccaudio2-2.1.3/src/codec.cpp:214:22: note: Function 'peak' argument 1 names different: declaration 'buffer' definition 'data'.
ccaudio2-2.1.3/src/codec.cpp:453:32: note: Function 'peak' argument 1 names different: declaration 'buffer' definition 'data'.
ccaudio2-2.1.3/src/codec.cpp:471:45: style: Function 'decode' argument 2 names different: declaration 'dest' definition 'source'. [funcArgNamesDifferent]
ccaudio2-2.1.3/src/codec.cpp:212:42: note: Function 'decode' argument 2 names different: declaration 'dest' definition 'source'.
ccaudio2-2.1.3/src/codec.cpp:471:45: note: Function 'decode' argument 2 names different: declaration 'dest' definition 'source'.
ccaudio2-2.1.3/src/codec.cpp:1034:55: style: Function 'encoder' argument 2 names different: declaration 'state' definition 'state_ptr'. [funcArgNamesDifferent]
ccaudio2-2.1.3/src/codec.cpp:908:46: note: Function 'encoder' argument 2 names different: declaration 'state' definition 'state_ptr'.
ccaudio2-2.1.3/src/codec.cpp:1034:55: note: Function 'encoder' argument 2 names different: declaration 'state' definition 'state_ptr'.
ccaudio2-2.1.3/src/codec.cpp:1060:35: style: Function 'coder' argument 1 names different: declaration 'state' definition 'state_ptr'. [funcArgNamesDifferent]
ccaudio2-2.1.3/src/codec.cpp:907:26: note: Function 'coder' argument 1 names different: declaration 'state' definition 'state_ptr'.
ccaudio2-2.1.3/src/codec.cpp:1060:35: note: Function 'coder' argument 1 names different: declaration 'state' definition 'state_ptr'.
ccaudio2-2.1.3/src/codec.cpp:1060:50: style: Function 'coder' argument 2 names different: declaration 'nib' definition 'i'. [funcArgNamesDifferent]
ccaudio2-2.1.3/src/codec.cpp:907:37: note: Function 'coder' argument 2 names different: declaration 'nib' definition 'i'.
ccaudio2-2.1.3/src/codec.cpp:1060:50: note: Function 'coder' argument 2 names different: declaration 'nib' definition 'i'.
ccaudio2-2.1.3/src/codec.cpp:1083:51: style: Function 'encode' argument 2 names different: declaration 'dest' definition 'coded'. [funcArgNamesDifferent]
ccaudio2-2.1.3/src/codec.cpp:906:42: note: Function 'encode' argument 2 names different: declaration 'dest' definition 'coded'.
ccaudio2-2.1.3/src/codec.cpp:1083:51: note: Function 'encode' argument 2 names different: declaration 'dest' definition 'coded'.
ccaudio2-2.1.3/src/codec.cpp:1172:55: style: Function 'encoder' argument 2 names different: declaration 'state' definition 'state_ptr'. [funcArgNamesDifferent]
ccaudio2-2.1.3/src/codec.cpp:957:46: note: Function 'encoder' argument 2 names different: declaration 'state' definition 'state_ptr'.
ccaudio2-2.1.3/src/codec.cpp:1172:55: note: Function 'encoder' argument 2 names different: declaration 'state' definition 'state_ptr'.
ccaudio2-2.1.3/src/codec.cpp:1208:35: style: Function 'coder' argument 1 names different: declaration 'state' definition 'state_ptr'. [funcArgNamesDifferent]
ccaudio2-2.1.3/src/codec.cpp:956:26: note: Function 'coder' argument 1 names different: declaration 'state' definition 'state_ptr'.
ccaudio2-2.1.3/src/codec.cpp:1208:35: note: Function 'coder' argument 1 names different: declaration 'state' definition 'state_ptr'.
ccaudio2-2.1.3/src/codec.cpp:1208:50: style: Function 'coder' argument 2 names different: declaration 'nib' definition 'i'. [funcArgNamesDifferent]
ccaudio2-2.1.3/src/codec.cpp:956:37: note: Function 'coder' argument 2 names different: declaration 'nib' definition 'i'.
ccaudio2-2.1.3/src/codec.cpp:1208:50: note: Function 'coder' argument 2 names different: declaration 'nib' definition 'i'.
ccaudio2-2.1.3/src/codec.cpp:1233:51: style: Function 'encode' argument 2 names different: declaration 'dest' definition 'coded'. [funcArgNamesDifferent]
ccaudio2-2.1.3/src/codec.cpp:955:42: note: Function 'encode' argument 2 names different: declaration 'dest' definition 'coded'.
ccaudio2-2.1.3/src/codec.cpp:1233:51: note: Function 'encode' argument 2 names different: declaration 'dest' definition 'coded'.
ccaudio2-2.1.3/src/codec.cpp:1320:55: style: Function 'encoder' argument 2 names different: declaration 'state' definition 'state_ptr'. [funcArgNamesDifferent]
ccaudio2-2.1.3/src/codec.cpp:932:46: note: Function 'encoder' argument 2 names different: declaration 'state' definition 'state_ptr'.
ccaudio2-2.1.3/src/codec.cpp:1320:55: note: Function 'encoder' argument 2 names different: declaration 'state' definition 'state_ptr'.
ccaudio2-2.1.3/src/codec.cpp:1352:35: style: Function 'coder' argument 1 names different: declaration 'state' definition 'state_ptr'. [funcArgNamesDifferent]
ccaudio2-2.1.3/src/codec.cpp:931:26: note: Function 'coder' argument 1 names different: declaration 'state' definition 'state_ptr'.
ccaudio2-2.1.3/src/codec.cpp:1352:35: note: Function 'coder' argument 1 names different: declaration 'state' definition 'state_ptr'.
ccaudio2-2.1.3/src/codec.cpp:1352:50: style: Function 'coder' argument 2 names different: declaration 'nib' definition 'i'. [funcArgNamesDifferent]
ccaudio2-2.1.3/src/codec.cpp:931:37: note: Function 'coder' argument 2 names different: declaration 'nib' definition 'i'.
ccaudio2-2.1.3/src/codec.cpp:1352:50: note: Function 'coder' argument 2 names different: declaration 'nib' definition 'i'.
ccaudio2-2.1.3/src/codec.cpp:1377:51: style: Function 'encode' argument 2 names different: declaration 'dest' definition 'coded'. [funcArgNamesDifferent]
ccaudio2-2.1.3/src/codec.cpp:930:42: note: Function 'encode' argument 2 names different: declaration 'dest' definition 'coded'.
ccaudio2-2.1.3/src/codec.cpp:1377:51: note: Function 'encode' argument 2 names different: declaration 'dest' definition 'coded'.
ccaudio2-2.1.3/src/codec.cpp:1490:44: style: Function 'coder' argument 2 names different: declaration 'nib' definition 'i'. [funcArgNamesDifferent]
ccaudio2-2.1.3/src/codec.cpp:883:37: note: Function 'coder' argument 2 names different: declaration 'nib' definition 'i'.
ccaudio2-2.1.3/src/codec.cpp:1490:44: note: Function 'coder' argument 2 names different: declaration 'nib' definition 'i'.
ccaudio2-2.1.3/src/codec.cpp:1507:49: style: Function 'encode' argument 2 names different: declaration 'dest' definition 'coded'. [funcArgNamesDifferent]
ccaudio2-2.1.3/src/codec.cpp:882:42: note: Function 'encode' argument 2 names different: declaration 'dest' definition 'coded'.
ccaudio2-2.1.3/src/codec.cpp:1507:49: note: Function 'encode' argument 2 names different: declaration 'dest' definition 'coded'.
ccaudio2-2.1.3/src/codec.cpp:1687:48: style: Function 'encode' argument 2 names different: declaration 'dest' definition 'coded'. [funcArgNamesDifferent]
ccaudio2-2.1.3/src/codec.cpp:1577:42: note: Function 'encode' argument 2 names different: declaration 'dest' definition 'coded'.
ccaudio2-2.1.3/src/codec.cpp:1687:48: note: Function 'encode' argument 2 names different: declaration 'dest' definition 'coded'.
ccaudio2-2.1.3/src/codec.cpp:281:19: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
ccaudio2-2.1.3/src/codec.cpp:459:19: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
ccaudio2-2.1.3/src/codec.cpp:1453:12: warning: Member variable 'g721Codec::encode_state' is not initialized in the constructor. [uninitMemberVar]
ccaudio2-2.1.3/src/codec.cpp:1453:12: warning: Member variable 'g721Codec::decode_state' is not initialized in the constructor. [uninitMemberVar]
ccaudio2-2.1.3/src/codec.cpp:1021:14: warning: Member variable 'g723_3Codec::encode_state' is not initialized in the constructor. [uninitMemberVar]
ccaudio2-2.1.3/src/codec.cpp:1021:14: warning: Member variable 'g723_3Codec::decode_state' is not initialized in the constructor. [uninitMemberVar]
ccaudio2-2.1.3/src/codec.cpp:1308:14: warning: Member variable 'g723_5Codec::encode_state' is not initialized in the constructor. [uninitMemberVar]
ccaudio2-2.1.3/src/codec.cpp:1308:14: warning: Member variable 'g723_5Codec::decode_state' is not initialized in the constructor. [uninitMemberVar]
ccaudio2-2.1.3/src/codec.cpp:1160:14: warning: Member variable 'g723_2Codec::encode_state' is not initialized in the constructor. [uninitMemberVar]
ccaudio2-2.1.3/src/codec.cpp:1160:14: warning: Member variable 'g723_2Codec::decode_state' is not initialized in the constructor. [uninitMemberVar]
ccaudio2-2.1.3/src/codec.cpp:1583:5: style: Class 'okiCodec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ccaudio2-2.1.3/src/detect.cpp:140:11: style: The scope of the variable 'v1' can be reduced. [variableScope]
ccaudio2-2.1.3/src/friends.cpp:472:13: style: The scope of the variable 'sp' can be reduced. [variableScope]
ccaudio2-2.1.3/src/friends.cpp:473:14: style: The scope of the variable 'up' can be reduced. [variableScope]
ccaudio2-2.1.3/src/friends.cpp:542:13: style: The scope of the variable 'sp' can be reduced. [variableScope]
ccaudio2-2.1.3/src/friends.cpp:588:13: style: The scope of the variable 'sp' can be reduced. [variableScope]
ccaudio2-2.1.3/src/friends.cpp:589:14: style: The scope of the variable 'up' can be reduced. [variableScope]
ccaudio2-2.1.3/src/friends.cpp:663:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
ccaudio2-2.1.3/src/friends.cpp:617:19: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
ccaudio2-2.1.3/src/mapper.cpp:70:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
ccaudio2-2.1.3/src/mapper.cpp:70:16: style: The scope of the variable 'ep' can be reduced. [variableScope]
ccaudio2-2.1.3/src/mapper.cpp:48:24: error: Division by zero. [zerodiv]
ccaudio2-2.1.3/src/resample.cpp:82:14: style: The scope of the variable 'pos' can be reduced. [variableScope]
ccaudio2-2.1.3/src/stream.cpp:134:12: style: The scope of the variable 'count' can be reduced. [variableScope]
ccaudio2-2.1.3/src/stream.cpp:172:14: style: The scope of the variable 'pos' can be reduced. [variableScope]
ccaudio2-2.1.3/src/stream.cpp:487:26: style: The scope of the variable 'copy' can be reduced. [variableScope]
ccaudio2-2.1.3/src/stream.cpp:487:32: style: The scope of the variable 'result' can be reduced. [variableScope]
ccaudio2-2.1.3/src/stream.cpp:540:25: style: The scope of the variable 'len' can be reduced. [variableScope]
ccaudio2-2.1.3/src/stream.cpp:558:13: style: The scope of the variable 'len' can be reduced. [variableScope]
ccaudio2-2.1.3/utils/audiotool.cpp:490:13: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
ccaudio2-2.1.3/utils/audiotool.cpp:591:9: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
ccaudio2-2.1.3/utils/audiotool.cpp:602:9: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
ccaudio2-2.1.3/utils/audiotool.cpp:602:9: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
ccaudio2-2.1.3/utils/audiotool.cpp:602:9: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
ccaudio2-2.1.3/utils/audiotool.cpp:602:9: warning: %ld in format string (no. 5) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
ccaudio2-2.1.3/utils/audiotool.cpp:1046:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
[14:08]

ftp://ftp.se.debian.org/debian/pool/main/libc/libccd/libccd_2.0.orig.tar.gz
libccd-2.0/src/ccd/vec3.h:34:0: error: #error You must define CCD_SINGLE or CCD_DOUBLE [preprocessorErrorDirective]
libccd-2.0/src/mpr.c:165:9: style: The scope of the variable 'cont' can be reduced. [variableScope]
libccd-2.0/src/mpr.c:310:55: style: Function 'findPenetr' argument 6 names different: declaration 'dir' definition 'pdir'. [funcArgNamesDifferent]
libccd-2.0/src/mpr.c:51:55: note: Function 'findPenetr' argument 6 names different: declaration 'dir' definition 'pdir'.
libccd-2.0/src/mpr.c:310:55: note: Function 'findPenetr' argument 6 names different: declaration 'dir' definition 'pdir'.
libccd-2.0/src/polytope.c:268:26: style: The scope of the variable 'a' can be reduced. [variableScope]
libccd-2.0/src/polytope.c:268:30: style: The scope of the variable 'b' can be reduced. [variableScope]
libccd-2.0/src/polytope.c:268:34: style: The scope of the variable 'c' can be reduced. [variableScope]
libccd-2.0/src/list.h:135:59: style: Function 'ccdListAppend' argument 2 names different: declaration 'item' definition 'new'. [funcArgNamesDifferent]
libccd-2.0/src/list.h:101:59: note: Function 'ccdListAppend' argument 2 names different: declaration 'item' definition 'new'.
libccd-2.0/src/list.h:135:59: note: Function 'ccdListAppend' argument 2 names different: declaration 'item' definition 'new'.
libccd-2.0/src/support.c:21:37: style: Function '__ccdSupport' argument 3 names different: declaration 'dir' definition '_dir'. [funcArgNamesDifferent]
libccd-2.0/src/support.h:41:37: note: Function '__ccdSupport' argument 3 names different: declaration 'dir' definition '_dir'.
libccd-2.0/src/support.c:21:37: note: Function '__ccdSupport' argument 3 names different: declaration 'dir' definition '_dir'.
libccd-2.0/src/testsuites/boxbox.c:108:9: style: The scope of the variable 'res' can be reduced. [variableScope]
libccd-2.0/src/testsuites/boxbox.c:144:9: style: The scope of the variable 'res' can be reduced. [variableScope]
libccd-2.0/src/testsuites/common.c:118:19: style: Function 'svtObj' argument 1 names different: declaration 'o' definition '_o'. [funcArgNamesDifferent]
libccd-2.0/src/testsuites/common.h:7:19: note: Function 'svtObj' argument 1 names different: declaration 'o' definition '_o'.
libccd-2.0/src/testsuites/common.c:118:19: note: Function 'svtObj' argument 1 names different: declaration 'o' definition '_o'.
libccd-2.0/src/testsuites/cu/cu.c:85:9: style: The scope of the variable 'i' can be reduced. [variableScope]
libccd-2.0/src/testsuites/cu/cu.c:86:10: style: The scope of the variable 'found' can be reduced. [variableScope]
libccd-2.0/src/testsuites/cu/cu.c:190:9: style: The scope of the variable 'len' can be reduced. [variableScope]
libccd-2.0/src/testsuites/cu/cu.c:120:63: style: Function 'cu_run_fork' argument 2 names different: declaration 'test_suite' definition 'ts'. [funcArgNamesDifferent]
libccd-2.0/src/testsuites/cu/cu.c:79:63: note: Function 'cu_run_fork' argument 2 names different: declaration 'test_suite' definition 'ts'.
libccd-2.0/src/testsuites/cu/cu.c:120:63: note: Function 'cu_run_fork' argument 2 names different: declaration 'test_suite' definition 'ts'.
libccd-2.0/src/testsuites/cu/cu.c:333:42: style: Function 'redirect_out_err' argument 1 names different: declaration 'testName' definition 'test_name'. [funcArgNamesDifferent]
libccd-2.0/src/testsuites/cu/cu.c:74:42: note: Function 'redirect_out_err' argument 1 names different: declaration 'testName' definition 'test_name'.
libccd-2.0/src/testsuites/cu/cu.c:333:42: note: Function 'redirect_out_err' argument 1 names different: declaration 'testName' definition 'test_name'.
libccd-2.0/src/testsuites/cylcyl.c:23:9: style: The scope of the variable 'res' can be reduced. [variableScope]
libccd-2.0/src/testsuites/cylcyl.c:54:9: style: The scope of the variable 'res' can be reduced. [variableScope]
libccd-2.0/src/testsuites/cylcyl.c:85:9: style: The scope of the variable 'res' can be reduced. [variableScope]
libccd-2.0/src/testsuites/mpr_boxbox.c:101:9: style: The scope of the variable 'res' can be reduced. [variableScope]
libccd-2.0/src/testsuites/mpr_boxbox.c:139:9: style: The scope of the variable 'res' can be reduced. [variableScope]
libccd-2.0/src/testsuites/mpr_cylcyl.c:14:9: style: The scope of the variable 'res' can be reduced. [variableScope]
libccd-2.0/src/testsuites/mpr_cylcyl.c:47:9: style: The scope of the variable 'res' can be reduced. [variableScope]
libccd-2.0/src/testsuites/mpr_cylcyl.c:80:9: style: The scope of the variable 'res' can be reduced. [variableScope]
libccd-2.0/src/testsuites/polytope.c:90:9: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
libccd-2.0/src/testsuites/polytope.c:191:11: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
libccd-2.0/src/testsuites/spheresphere.c:20:9: style: The scope of the variable 'res' can be reduced. [variableScope]
libccd-2.0/src/testsuites/spheresphere.c:49:9: style: The scope of the variable 'res' can be reduced. [variableScope]
libccd-2.0/src/testsuites/spheresphere.c:78:9: style: The scope of the variable 'res' can be reduced. [variableScope]
libccd-2.0/src/testsuites/support.c:22:29: style: Function 'ccdSupport' argument 1 names different: declaration 'obj' definition '_obj'. [funcArgNamesDifferent]
libccd-2.0/src/testsuites/support.h:90:29: note: Function 'ccdSupport' argument 1 names different: declaration 'obj' definition '_obj'.
libccd-2.0/src/testsuites/support.c:22:29: note: Function 'ccdSupport' argument 1 names different: declaration 'obj' definition '_obj'.
libccd-2.0/src/testsuites/support.c:22:53: style: Function 'ccdSupport' argument 2 names different: declaration 'dir' definition '_dir'. [funcArgNamesDifferent]
libccd-2.0/src/testsuites/support.h:90:52: note: Function 'ccdSupport' argument 2 names different: declaration 'dir' definition '_dir'.
libccd-2.0/src/testsuites/support.c:22:53: note: Function 'ccdSupport' argument 2 names different: declaration 'dir' definition '_dir'.
libccd-2.0/src/testsuites/support.c:77:31: style: Function 'ccdObjCenter' argument 1 names different: declaration 'obj' definition '_obj'. [funcArgNamesDifferent]
libccd-2.0/src/testsuites/support.h:96:31: note: Function 'ccdObjCenter' argument 1 names different: declaration 'obj' definition '_obj'.
libccd-2.0/src/testsuites/support.c:77:31: note: Function 'ccdObjCenter' argument 1 names different: declaration 'obj' definition '_obj'.
[14:08]

ftp://ftp.se.debian.org/debian/pool/main/libc/libccp4/libccp4_6.5.1.orig.tar.gz
libccp4-6.5.1/ccp4/ccp4_array.c:54:5: error: Common realloc mistake: 'v' nulled but not freed upon failure [memleakOnRealloc]
libccp4-6.5.1/ccp4/ccp4_array.c:66:3: error: Common realloc mistake: 'v' nulled but not freed upon failure [memleakOnRealloc]
libccp4-6.5.1/ccp4/ccp4_sysdep.h:244:0: error: #error "Can't determine machine number format" [preprocessorErrorDirective]
libccp4-6.5.1/ccp4/cvecmat.c:68:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libccp4-6.5.1/ccp4/cvecmat.c:68:9: style: The scope of the variable 'j' can be reduced. [variableScope]
libccp4-6.5.1/ccp4/cvecmat.c:98:16: style: The scope of the variable 'q' can be reduced. [variableScope]
libccp4-6.5.1/ccp4/library_err.c:222:12: warning: Either the condition 'msg==0' is redundant or there is possible null pointer dereference: msg. [nullPointerRedundantCheck]
libccp4-6.5.1/ccp4/library_err.c:216:11: note: Assuming that condition 'msg==0' is not redundant
libccp4-6.5.1/ccp4/library_err.c:222:12: note: Null pointer dereference
libccp4-6.5.1/ccp4/library_err.c:192:16: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
libccp4-6.5.1/ccp4/library_err.c:247:26: warning: Char literal compared with pointer 'msg'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
libccp4-6.5.1/ccp4/pack_c.c:1443:10: warning: Either the condition 'packfile!=NULL' is redundant or there is possible null pointer dereference: packfile. [nullPointerRedundantCheck]
libccp4-6.5.1/ccp4/pack_c.c:1428:16: note: Assuming that condition 'packfile!=NULL' is not redundant
libccp4-6.5.1/ccp4/pack_c.c:1443:10: note: Null pointer dereference
libccp4-6.5.1/ccp4/pack_c.c:463:7: style: The scope of the variable 'chunksiz' can be reduced. [variableScope]
libccp4-6.5.1/ccp4/pack_c.c:463:17: style: The scope of the variable 'packsiz' can be reduced. [variableScope]
libccp4-6.5.1/ccp4/pack_c.c:463:26: style: The scope of the variable 'nbits' can be reduced. [variableScope]
libccp4-6.5.1/ccp4/pack_c.c:463:33: style: The scope of the variable 'next_nbits' can be reduced. [variableScope]
libccp4-6.5.1/ccp4/pack_c.c:463:45: style: The scope of the variable 'tot_nbits' can be reduced. [variableScope]
libccp4-6.5.1/ccp4/pack_c.c:467:8: style: The scope of the variable 'done' can be reduced. [variableScope]
libccp4-6.5.1/ccp4/pack_c.c:596:7: style: The scope of the variable 'chunksiz' can be reduced. [variableScope]
libccp4-6.5.1/ccp4/pack_c.c:596:17: style: The scope of the variable 'packsiz' can be reduced. [variableScope]
libccp4-6.5.1/ccp4/pack_c.c:596:26: style: The scope of the variable 'nbits' can be reduced. [variableScope]
libccp4-6.5.1/ccp4/pack_c.c:596:33: style: The scope of the variable 'next_nbits' can be reduced. [variableScope]
libccp4-6.5.1/ccp4/pack_c.c:596:45: style: The scope of the variable 'tot_nbits' can be reduced. [variableScope]
libccp4-6.5.1/ccp4/pack_c.c:600:8: style: The scope of the variable 'done' can be reduced. [variableScope]
libccp4-6.5.1/ccp4/pack_c.c:836:8: style: The scope of the variable 'descriptor' can be reduced. [variableScope]
libccp4-6.5.1/ccp4/pack_c.c:836:23: style: The scope of the variable 'i' can be reduced. [variableScope]
libccp4-6.5.1/ccp4/pack_c.c:836:26: style: The scope of the variable 'j' can be reduced. [variableScope]
libccp4-6.5.1/ccp4/pack_c.c:885:8: style: The scope of the variable 'descriptor' can be reduced. [variableScope]
libccp4-6.5.1/ccp4/pack_c.c:885:23: style: The scope of the variable 'i' can be reduced. [variableScope]
libccp4-6.5.1/ccp4/pack_c.c:885:26: style: The scope of the variable 'j' can be reduced. [variableScope]
libccp4-6.5.1/ccp4/pack_c.c:934:14: style: The scope of the variable 'window' can be reduced. [variableScope]
libccp4-6.5.1/ccp4/pack_c.c:935:7: style: The scope of the variable 'valids' can be reduced. [variableScope]
libccp4-6.5.1/ccp4/pack_c.c:935:15: style: The scope of the variable 'i' can be reduced. [variableScope]
libccp4-6.5.1/ccp4/pack_c.c:935:18: style: The scope of the variable 'temp' can be reduced. [variableScope]
libccp4-6.5.1/ccp4/pack_c.c:1026:21: style: The scope of the variable 'i' can be reduced. [variableScope]
libccp4-6.5.1/ccp4/pack_c.c:1026:28: style: The scope of the variable 'c' can be reduced. [variableScope]
libccp4-6.5.1/ccp4/pack_c.c:1026:35: style: The scope of the variable 'version' can be reduced. [variableScope]
libccp4-6.5.1/ccp4/pack_c.c:1027:8: style: The scope of the variable 'header' can be reduced. [variableScope]
libccp4-6.5.1/ccp4/pack_c.c:1069:21: style: The scope of the variable 'i' can be reduced. [variableScope]
libccp4-6.5.1/ccp4/pack_c.c:1069:28: style: The scope of the variable 'c' can be reduced. [variableScope]
libccp4-6.5.1/ccp4/pack_c.c:1069:35: style: The scope of the variable 'version' can be reduced. [variableScope]
libccp4-6.5.1/ccp4/pack_c.c:1070:8: style: The scope of the variable 'header' can be reduced. [variableScope]
libccp4-6.5.1/ccp4/pack_c.c:1421:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libccp4-6.5.1/ccp4/pack_c.c:1421:14: style: The scope of the variable 'c' can be reduced. [variableScope]
libccp4-6.5.1/fortran/ccp4_diskio_f.c:113:11: warning: Either the condition 'if(atbut2)' is redundant or there is possible null pointer dereference: atbut2. [nullPointerRedundantCheck]
libccp4-6.5.1/fortran/ccp4_diskio_f.c:144:6: note: Assuming that condition 'if(atbut2)' is not redundant
libccp4-6.5.1/fortran/ccp4_diskio_f.c:113:11: note: Null pointer dereference
libccp4-6.5.1/fortran/ccp4_diskio_f.c:704:27: style: The scope of the variable 'file_name' can be reduced. [variableScope]
libccp4-6.5.1/fortran/ccp4_general_f.c:92:7: style: Condition 'debug' is always false [knownConditionTrueFalse]
libccp4-6.5.1/fortran/ccp4_general_f.c:78:41: note: Assignment 'debug=0', assigned value is 0
libccp4-6.5.1/fortran/ccp4_general_f.c:92:7: note: Condition 'debug' is always false
libccp4-6.5.1/fortran/ccp4_general_f.c:109:7: style: Condition 'debug' is always false [knownConditionTrueFalse]
libccp4-6.5.1/fortran/ccp4_general_f.c:78:41: note: Assignment 'debug=0', assigned value is 0
libccp4-6.5.1/fortran/ccp4_general_f.c:109:7: note: Condition 'debug' is always false
libccp4-6.5.1/fortran/ccp4_general_f.c:119:9: style: Condition 'debug' is always false [knownConditionTrueFalse]
libccp4-6.5.1/fortran/ccp4_general_f.c:78:41: note: Assignment 'debug=0', assigned value is 0
libccp4-6.5.1/fortran/ccp4_general_f.c:119:9: note: Condition 'debug' is always false
libccp4-6.5.1/fortran/ccp4_general_f.c:147:7: style: Condition 'debug' is always false [knownConditionTrueFalse]
libccp4-6.5.1/fortran/ccp4_general_f.c:78:41: note: Assignment 'debug=0', assigned value is 0
libccp4-6.5.1/fortran/ccp4_general_f.c:147:7: note: Condition 'debug' is always false
libccp4-6.5.1/fortran/ccp4_general_f.c:354:9: style: The scope of the variable 'tmp_vers' can be reduced. [variableScope]
libccp4-6.5.1/fortran/ccp4_parser_f.c:89:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libccp4-6.5.1/fortran/ccp4_parser_f.c:111:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libccp4-6.5.1/fortran/ccp4_parser_f.c:243:7: style: The scope of the variable 'ndelim' can be reduced. [variableScope]
libccp4-6.5.1/fortran/ccp4_parser_f.c:538:7: style: The scope of the variable 'nnulldl' can be reduced. [variableScope]
libccp4-6.5.1/fortran/cmaplib_f.c:142:9: style: The scope of the variable 'tmp_label' can be reduced. [variableScope]
libccp4-6.5.1/fortran/cmaplib_f.c:234:41: style: The scope of the variable 'ch' can be reduced. [variableScope]
libccp4-6.5.1/fortran/cmaplib_f.c:1891:16: style: The scope of the variable 'i' can be reduced. [variableScope]
libccp4-6.5.1/fortran/cmaplib_f.c:1919:16: style: The scope of the variable 'i' can be reduced. [variableScope]
libccp4-6.5.1/fortran/cmaplib_f.c:385:6: error: Memory leak: symchs_begin [memleak]
libccp4-6.5.1/fortran/cmtzlib_f.c:1446:19: warning: Either the condition 'batch!=NULL' is redundant or there is possible null pointer dereference: batch. [nullPointerRedundantCheck]
libccp4-6.5.1/fortran/cmtzlib_f.c:1433:15: note: Assuming that condition 'batch!=NULL' is not redundant
libccp4-6.5.1/fortran/cmtzlib_f.c:1446:19: note: Null pointer dereference
libccp4-6.5.1/fortran/cmtzlib_f.c:1489:19: warning: Either the condition 'batch!=NULL' is redundant or there is possible null pointer dereference: batch. [nullPointerRedundantCheck]
libccp4-6.5.1/fortran/cmtzlib_f.c:1474:15: note: Assuming that condition 'batch!=NULL' is not redundant
libccp4-6.5.1/fortran/cmtzlib_f.c:1489:19: note: Null pointer dereference
libccp4-6.5.1/fortran/cmtzlib_f.c:1461:19: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
libccp4-6.5.1/fortran/cmtzlib_f.c:1513:19: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
libccp4-6.5.1/fortran/cmtzlib_f.c:2592:17: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
libccp4-6.5.1/fortran/cmtzlib_f.c:2645:19: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
libccp4-6.5.1/fortran/cmtzlib_f.c:1138:7: style: The scope of the variable 'respos' can be reduced. [variableScope]
libccp4-6.5.1/fortran/cmtzlib_f.c:1337:8: style: The scope of the variable 'btitle' can be reduced. [variableScope]
libccp4-6.5.1/fortran/cmtzlib_f.c:1379:7: style: The scope of the variable 'istat' can be reduced. [variableScope]
libccp4-6.5.1/fortran/cmtzlib_f.c:1635:21: style: The scope of the variable 'fullfilename' can be reduced. [variableScope]
libccp4-6.5.1/fortran/cmtzlib_f.c:1635:35: style: The scope of the variable 'err_str' can be reduced. [variableScope]
libccp4-6.5.1/fortran/cmtzlib_f.c:1636:7: style: The scope of the variable 'nxtal' can be reduced. [variableScope]
libccp4-6.5.1/fortran/cmtzlib_f.c:1636:16: style: The scope of the variable 'nset' can be reduced. [variableScope]
libccp4-6.5.1/fortran/cmtzlib_f.c:1637:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libccp4-6.5.1/fortran/cmtzlib_f.c:1637:9: style: The scope of the variable 'j' can be reduced. [variableScope]
libccp4-6.5.1/fortran/cmtzlib_f.c:1637:11: style: The scope of the variable 'k' can be reduced. [variableScope]
libccp4-6.5.1/fortran/cmtzlib_f.c:1637:13: style: The scope of the variable 'icol' can be reduced. [variableScope]
libccp4-6.5.1/fortran/cmtzlib_f.c:1883:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libccp4-6.5.1/fortran/cmtzlib_f.c:1997:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libccp4-6.5.1/fortran/cmtzlib_f.c:1997:8: style: The scope of the variable 'j' can be reduced. [variableScope]
libccp4-6.5.1/fortran/cmtzlib_f.c:1998:7: style: The scope of the variable 'xname' can be reduced. [variableScope]
libccp4-6.5.1/fortran/cmtzlib_f.c:1998:29: style: The scope of the variable 'pname' can be reduced. [variableScope]
libccp4-6.5.1/fortran/cmtzlib_f.c:1998:51: style: The scope of the variable 'dname' can be reduced. [variableScope]
libccp4-6.5.1/fortran/cmtzlib_f.c:2210:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libccp4-6.5.1/fortran/cmtzlib_f.c:2210:9: style: The scope of the variable 'j' can be reduced. [variableScope]
libccp4-6.5.1/fortran/cmtzlib_f.c:2210:11: style: The scope of the variable 'k' can be reduced. [variableScope]
libccp4-6.5.1/fortran/cmtzlib_f.c:2210:13: style: The scope of the variable 'l' can be reduced. [variableScope]
libccp4-6.5.1/fortran/cmtzlib_f.c:2211:12: style: The scope of the variable 'colarray' can be reduced. [variableScope]
libccp4-6.5.1/fortran/cmtzlib_f.c:2275:8: style: The scope of the variable 'ii' can be reduced. [variableScope]
libccp4-6.5.1/fortran/cmtzlib_f.c:2697:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libccp4-6.5.1/fortran/cmtzlib_f.c:2755:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libccp4-6.5.1/fortran/cmtzlib_f.c:1168:4: style: Variable 'biomol' is assigned a value that is never used. [unreadVariable]
libccp4-6.5.1/fortran/cmtzlib_f.c:1202:4: style: Variable 'biomol' is assigned a value that is never used. [unreadVariable]
libccp4-6.5.1/fortran/csymlib_f.c:1348:3: style: Variable 'op1' is reassigned a value before the old one has been used. [redundantAssignment]
libccp4-6.5.1/fortran/csymlib_f.c:1343:0: note: Variable 'op1' is reassigned a value before the old one has been used.
libccp4-6.5.1/fortran/csymlib_f.c:1348:3: note: Variable 'op1' is reassigned a value before the old one has been used.
libccp4-6.5.1/fortran/csymlib_f.c:135:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libccp4-6.5.1/fortran/csymlib_f.c:135:9: style: The scope of the variable 'j' can be reduced. [variableScope]
libccp4-6.5.1/fortran/csymlib_f.c:135:11: style: The scope of the variable 'k' can be reduced. [variableScope]
libccp4-6.5.1/fortran/csymlib_f.c:193:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libccp4-6.5.1/fortran/csymlib_f.c:193:9: style: The scope of the variable 'j' can be reduced. [variableScope]
libccp4-6.5.1/fortran/csymlib_f.c:193:11: style: The scope of the variable 'k' can be reduced. [variableScope]
libccp4-6.5.1/fortran/csymlib_f.c:328:9: style: The scope of the variable 'j' can be reduced. [variableScope]
libccp4-6.5.1/fortran/csymlib_f.c:641:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libccp4-6.5.1/fortran/csymlib_f.c:641:9: style: The scope of the variable 'j' can be reduced. [variableScope]
libccp4-6.5.1/fortran/csymlib_f.c:641:11: style: The scope of the variable 'k' can be reduced. [variableScope]
libccp4-6.5.1/fortran/csymlib_f.c:641:13: style: The scope of the variable 'l' can be reduced. [variableScope]
libccp4-6.5.1/fortran/csymlib_f.c:642:9: style: The scope of the variable 'sgn' can be reduced. [variableScope]
libccp4-6.5.1/fortran/csymlib_f.c:1056:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libccp4-6.5.1/fortran/csymlib_f.c:1056:9: style: The scope of the variable 'j' can be reduced. [variableScope]
libccp4-6.5.1/fortran/csymlib_f.c:1056:11: style: The scope of the variable 'k' can be reduced. [variableScope]
libccp4-6.5.1/fortran/csymlib_f.c:1057:9: style: The scope of the variable 'temp_name' can be reduced. [variableScope]
[14:08]

ftp://ftp.se.debian.org/debian/pool/main/libc/libccrtp/libccrtp_2.0.9.orig.tar.gz
ccrtp-2.0.9/demo/audiotx.cpp:68:5: style: Class 'ccRTP_AudioTransmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ccrtp-2.0.9/demo/ccrtptest.cpp:28:35: performance: Technically the member function 'PacketsPattern::getDestinationAddress' can be static. [functionStatic]
ccrtp-2.0.9/demo/ccrtptest.cpp:31:27: performance: Technically the member function 'PacketsPattern::getDestinationPort' can be static. [functionStatic]
ccrtp-2.0.9/demo/ccrtptest.cpp:34:12: performance: Technically the member function 'PacketsPattern::getPacketsNumber' can be static. [functionStatic]
ccrtp-2.0.9/demo/ccrtptest.cpp:37:26: performance: Technically the member function 'PacketsPattern::getPacketData' can be static. [functionStatic]
ccrtp-2.0.9/demo/ccrtptest.cpp:40:18: performance: Technically the member function 'PacketsPattern::getPacketSize' can be static. [functionStatic]
ccrtp-2.0.9/demo/ccrtptest.cpp:72:9: style: The function 'doTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ccrtp-2.0.9/demo/ccrtptest.cpp:61:17: note: Virtual function in base class
ccrtp-2.0.9/demo/ccrtptest.cpp:72:9: note: Function in derived class
ccrtp-2.0.9/demo/ccrtptest.cpp:109:9: style: The function 'doTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ccrtp-2.0.9/demo/ccrtptest.cpp:61:17: note: Virtual function in base class
ccrtp-2.0.9/demo/ccrtptest.cpp:109:9: note: Function in derived class
ccrtp-2.0.9/demo/ccrtptest.cpp:138:9: style: The function 'doTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ccrtp-2.0.9/demo/ccrtptest.cpp:61:17: note: Virtual function in base class
ccrtp-2.0.9/demo/ccrtptest.cpp:138:9: note: Function in derived class
ccrtp-2.0.9/demo/ccrtptest.cpp:207:9: error: Mismatching allocation and deallocation: tx [mismatchAllocDealloc]
ccrtp-2.0.9/demo/ccsrtptest.cpp:74:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ccrtp-2.0.9/demo/ccsrtptest.cpp:319:33: style: The scope of the variable 'tx' can be reduced. [variableScope]
ccrtp-2.0.9/demo/ccsrtptest.cpp:98:35: performance: Technically the member function 'PacketsPattern::getDestinationAddress' can be static. [functionStatic]
ccrtp-2.0.9/demo/ccsrtptest.cpp:101:27: performance: Technically the member function 'PacketsPattern::getDestinationPort' can be static. [functionStatic]
ccrtp-2.0.9/demo/ccsrtptest.cpp:104:12: performance: Technically the member function 'PacketsPattern::getPacketsNumber' can be static. [functionStatic]
ccrtp-2.0.9/demo/ccsrtptest.cpp:107:12: performance: Technically the member function 'PacketsPattern::getSsrc' can be static. [functionStatic]
ccrtp-2.0.9/demo/ccsrtptest.cpp:110:26: performance: Technically the member function 'PacketsPattern::getPacketData' can be static. [functionStatic]
ccrtp-2.0.9/demo/ccsrtptest.cpp:113:18: performance: Technically the member function 'PacketsPattern::getPacketSize' can be static. [functionStatic]
ccrtp-2.0.9/demo/rtphello.cpp:227:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ccrtp-2.0.9/demo/rtphello.cpp:70:3: performance: Variable 'local_ip' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ccrtp-2.0.9/demo/rtphello.cpp:167:3: performance: Variable 'local_ip' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ccrtp-2.0.9/phone/server.cpp:34:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
ccrtp-2.0.9/phone/server.cpp:34:13: style: The scope of the variable 'ep' can be reduced. [variableScope]
ccrtp-2.0.9/src/CryptoContext.cpp:384:43: style: Function 'guessIndex' argument 1 names different: declaration 'newSeqNumber' definition 'new_seq_nb'. [funcArgNamesDifferent]
ccrtp-2.0.9/src/ccrtp/CryptoContext.h:275:34: note: Function 'guessIndex' argument 1 names different: declaration 'newSeqNumber' definition 'new_seq_nb'.
ccrtp-2.0.9/src/CryptoContext.cpp:384:43: note: Function 'guessIndex' argument 1 names different: declaration 'newSeqNumber' definition 'new_seq_nb'.
ccrtp-2.0.9/src/CryptoContext.cpp:414:41: style: Function 'checkReplay' argument 1 names different: declaration 'newSeqNumber' definition 'new_seq_nb'. [funcArgNamesDifferent]
ccrtp-2.0.9/src/ccrtp/CryptoContext.h:292:33: note: Function 'checkReplay' argument 1 names different: declaration 'newSeqNumber' definition 'new_seq_nb'.
ccrtp-2.0.9/src/CryptoContext.cpp:414:41: note: Function 'checkReplay' argument 1 names different: declaration 'newSeqNumber' definition 'new_seq_nb'.
ccrtp-2.0.9/src/CryptoContext.cpp:459:35: style: Function 'update' argument 1 names different: declaration 'newSeqNumber' definition 'new_seq_nb'. [funcArgNamesDifferent]
ccrtp-2.0.9/src/ccrtp/CryptoContext.h:303:29: note: Function 'update' argument 1 names different: declaration 'newSeqNumber' definition 'new_seq_nb'.
ccrtp-2.0.9/src/CryptoContext.cpp:459:35: note: Function 'update' argument 1 names different: declaration 'newSeqNumber' definition 'new_seq_nb'.
ccrtp-2.0.9/src/ccrtp/CryptoContext.h:230:14: style: Technically the member function 'CryptoContext::srtpEncrypt' can be const. [functionConst]
ccrtp-2.0.9/src/CryptoContext.cpp:197:21: note: Technically the member function 'CryptoContext::srtpEncrypt' can be const.
ccrtp-2.0.9/src/ccrtp/CryptoContext.h:230:14: note: Technically the member function 'CryptoContext::srtpEncrypt' can be const.
ccrtp-2.0.9/src/ccrtp/CryptoContext.h:248:14: style: Technically the member function 'CryptoContext::srtpAuthenticate' can be const. [functionConst]
ccrtp-2.0.9/src/CryptoContext.cpp:257:21: note: Technically the member function 'CryptoContext::srtpAuthenticate' can be const.
ccrtp-2.0.9/src/ccrtp/CryptoContext.h:248:14: note: Technically the member function 'CryptoContext::srtpAuthenticate' can be const.
ccrtp-2.0.9/src/ccrtp/CryptoContext.h:261:14: performance: Technically the member function 'CryptoContext::deriveSrtpKeys' can be static. [functionStatic]
ccrtp-2.0.9/src/CryptoContext.cpp:337:21: note: Technically the member function 'CryptoContext::deriveSrtpKeys' can be static.
ccrtp-2.0.9/src/ccrtp/CryptoContext.h:261:14: note: Technically the member function 'CryptoContext::deriveSrtpKeys' can be static.
ccrtp-2.0.9/src/ccrtp/CryptoContext.h:292:14: performance: Technically the member function 'CryptoContext::checkReplay' can be static. [functionStatic]
ccrtp-2.0.9/src/CryptoContext.cpp:414:21: note: Technically the member function 'CryptoContext::checkReplay' can be static.
ccrtp-2.0.9/src/ccrtp/CryptoContext.h:292:14: note: Technically the member function 'CryptoContext::checkReplay' can be static.
ccrtp-2.0.9/src/ccrtp/CryptoContext.h:303:14: performance: Technically the member function 'CryptoContext::update' can be static. [functionStatic]
ccrtp-2.0.9/src/CryptoContext.cpp:459:21: note: Technically the member function 'CryptoContext::update' can be static.
ccrtp-2.0.9/src/ccrtp/CryptoContext.h:303:14: note: Technically the member function 'CryptoContext::update' can be static.
ccrtp-2.0.9/src/ccrtp/CryptoContext.h:94:9: style: Class 'CryptoContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ccrtp-2.0.9/src/CryptoContextCtrl.cpp:265:74: style: Function 'srtcpAuthenticate' argument 3 names different: declaration 'roc' definition 'index'. [funcArgNamesDifferent]
ccrtp-2.0.9/src/ccrtp/CryptoContextCtrl.h:192:59: note: Function 'srtcpAuthenticate' argument 3 names different: declaration 'roc' definition 'index'.
ccrtp-2.0.9/src/CryptoContextCtrl.cpp:265:74: note: Function 'srtcpAuthenticate' argument 3 names different: declaration 'roc' definition 'index'.
ccrtp-2.0.9/src/CryptoContextCtrl.cpp:372:45: style: Function 'checkReplay' argument 1 names different: declaration 'newSeqNumber' definition 'index'. [funcArgNamesDifferent]
ccrtp-2.0.9/src/ccrtp/CryptoContextCtrl.h:222:30: note: Function 'checkReplay' argument 1 names different: declaration 'newSeqNumber' definition 'index'.
ccrtp-2.0.9/src/CryptoContextCtrl.cpp:372:45: note: Function 'checkReplay' argument 1 names different: declaration 'newSeqNumber' definition 'index'.
ccrtp-2.0.9/src/CryptoContextCtrl.cpp:406:39: style: Function 'update' argument 1 names different: declaration 'newSeqNumber' definition 'index'. [funcArgNamesDifferent]
ccrtp-2.0.9/src/ccrtp/CryptoContextCtrl.h:233:25: note: Function 'update' argument 1 names different: declaration 'newSeqNumber' definition 'index'.
ccrtp-2.0.9/src/CryptoContextCtrl.cpp:406:39: note: Function 'update' argument 1 names different: declaration 'newSeqNumber' definition 'index'.
ccrtp-2.0.9/src/ccrtp/CryptoContextCtrl.h:174:10: style: Technically the member function 'CryptoContextCtrl::srtcpEncrypt' can be const. [functionConst]
ccrtp-2.0.9/src/CryptoContextCtrl.cpp:193:25: note: Technically the member function 'CryptoContextCtrl::srtcpEncrypt' can be const.
ccrtp-2.0.9/src/ccrtp/CryptoContextCtrl.h:174:10: note: Technically the member function 'CryptoContextCtrl::srtcpEncrypt' can be const.
ccrtp-2.0.9/src/ccrtp/CryptoContextCtrl.h:192:10: style: Technically the member function 'CryptoContextCtrl::srtcpAuthenticate' can be const. [functionConst]
ccrtp-2.0.9/src/CryptoContextCtrl.cpp:265:25: note: Technically the member function 'CryptoContextCtrl::srtcpAuthenticate' can be const.
ccrtp-2.0.9/src/ccrtp/CryptoContextCtrl.h:192:10: note: Technically the member function 'CryptoContextCtrl::srtcpAuthenticate' can be const.
ccrtp-2.0.9/src/ccrtp/CryptoContextCtrl.h:205:11: performance: Technically the member function 'CryptoContextCtrl::deriveSrtcpKeys' can be static. [functionStatic]
ccrtp-2.0.9/src/CryptoContextCtrl.cpp:327:25: note: Technically the member function 'CryptoContextCtrl::deriveSrtcpKeys' can be static.
ccrtp-2.0.9/src/ccrtp/CryptoContextCtrl.h:205:11: note: Technically the member function 'CryptoContextCtrl::deriveSrtcpKeys' can be static.
ccrtp-2.0.9/src/ccrtp/CryptoContextCtrl.h:222:11: performance: Technically the member function 'CryptoContextCtrl::checkReplay' can be static. [functionStatic]
ccrtp-2.0.9/src/CryptoContextCtrl.cpp:372:25: note: Technically the member function 'CryptoContextCtrl::checkReplay' can be static.
ccrtp-2.0.9/src/ccrtp/CryptoContextCtrl.h:222:11: note: Technically the member function 'CryptoContextCtrl::checkReplay' can be static.
ccrtp-2.0.9/src/ccrtp/CryptoContextCtrl.h:233:10: performance: Technically the member function 'CryptoContextCtrl::update' can be static. [functionStatic]
ccrtp-2.0.9/src/CryptoContextCtrl.cpp:406:25: note: Technically the member function 'CryptoContextCtrl::update' can be static.
ccrtp-2.0.9/src/ccrtp/CryptoContextCtrl.h:233:10: note: Technically the member function 'CryptoContextCtrl::update' can be static.
ccrtp-2.0.9/src/ccrtp/CryptoContextCtrl.h:73:5: style: Class 'CryptoContextCtrl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ccrtp-2.0.9/src/ccrtp/crypto/gcrypt/gcryptSrtpSymCrypto.cpp:132:19: style: The scope of the variable 'temp' can be reduced. [variableScope]
ccrtp-2.0.9/src/ccrtp/crypto/openssl/SrtpSymCrypto.cpp:119:19: style: The scope of the variable 'temp' can be reduced. [variableScope]
ccrtp-2.0.9/src/ccrtp/crypto/skein.c:138:12: style: The scope of the variable 'n' can be reduced. [variableScope]
ccrtp-2.0.9/src/ccrtp/crypto/skein.c:186:14: style: The scope of the variable 'n' can be reduced. [variableScope]
ccrtp-2.0.9/src/ccrtp/crypto/skein.c:333:12: style: The scope of the variable 'n' can be reduced. [variableScope]
ccrtp-2.0.9/src/ccrtp/crypto/skein.c:381:14: style: The scope of the variable 'n' can be reduced. [variableScope]
ccrtp-2.0.9/src/ccrtp/crypto/skein.c:525:12: style: The scope of the variable 'n' can be reduced. [variableScope]
ccrtp-2.0.9/src/ccrtp/crypto/skein.c:573:14: style: The scope of the variable 'n' can be reduced. [variableScope]
ccrtp-2.0.9/src/ccrtp/crypto/skeinApi.c:55:5: style: Variable 'X' is reassigned a value before the old one has been used. [redundantAssignment]
ccrtp-2.0.9/src/ccrtp/crypto/skeinApi.c:46:0: note: Variable 'X' is reassigned a value before the old one has been used.
ccrtp-2.0.9/src/ccrtp/crypto/skeinApi.c:55:5: note: Variable 'X' is reassigned a value before the old one has been used.
ccrtp-2.0.9/src/ccrtp/crypto/skeinApi.c:93:5: style: Variable 'X' is reassigned a value before the old one has been used. [redundantAssignment]
ccrtp-2.0.9/src/ccrtp/crypto/skeinApi.c:87:0: note: Variable 'X' is reassigned a value before the old one has been used.
ccrtp-2.0.9/src/ccrtp/crypto/skeinApi.c:93:5: note: Variable 'X' is reassigned a value before the old one has been used.
ccrtp-2.0.9/src/ccrtp/crypto/skeinApi.c:134:5: style: Variable 'X' is reassigned a value before the old one has been used. [redundantAssignment]
ccrtp-2.0.9/src/ccrtp/crypto/skeinApi.c:127:0: note: Variable 'X' is reassigned a value before the old one has been used.
ccrtp-2.0.9/src/ccrtp/crypto/skeinApi.c:134:5: note: Variable 'X' is reassigned a value before the old one has been used.
ccrtp-2.0.9/src/ccrtp/crypto/twofish.c:508:52: style: Condition '(unsigned int)((unsigned int)1<<31)==0' is always false [knownConditionTrueFalse]
ccrtp-2.0.9/src/ccrtp/crypto/twofish.c:508:81: style: Condition '(unsigned int)-1<0' is always false [knownConditionTrueFalse]
ccrtp-2.0.9/src/ccrtp/crypto/twofish.c:512:62: style: Condition '((unsigned char)-1)<0' is always false [knownConditionTrueFalse]
ccrtp-2.0.9/src/ccrtp/crypto/twofish.c:494:20: style: The scope of the variable 'x' can be reduced. [variableScope]
ccrtp-2.0.9/src/ccrtp/crypto/twofish.c:494:22: style: The scope of the variable 'y' can be reduced. [variableScope]
ccrtp-2.0.9/src/ccrtp/crypto/twofish.c:764:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
ccrtp-2.0.9/src/ccrtp/crypto/twofish.c:1010:9: style: The scope of the variable 'ae' can be reduced. [variableScope]
ccrtp-2.0.9/src/ccrtp/crypto/twofish.c:1010:12: style: The scope of the variable 'be' can be reduced. [variableScope]
ccrtp-2.0.9/src/ccrtp/crypto/twofish.c:1010:15: style: The scope of the variable 'ao' can be reduced. [variableScope]
ccrtp-2.0.9/src/ccrtp/crypto/twofish.c:1010:18: style: The scope of the variable 'bo' can be reduced. [variableScope]
ccrtp-2.0.9/src/ccrtp/crypto/twofish.c:1082:20: style: The scope of the variable 'q' can be reduced. [variableScope]
ccrtp-2.0.9/src/ccrtp/crypto/twofish.c:1082:22: style: The scope of the variable 'qef' can be reduced. [variableScope]
ccrtp-2.0.9/src/ccrtp/crypto/twofish.c:1082:26: style: The scope of the variable 'q5b' can be reduced. [variableScope]
ccrtp-2.0.9/src/ccrtp/crypto/twofish.c:1348:20: style: The scope of the variable 't' can be reduced. [variableScope]
ccrtp-2.0.9/src/ccrtp/crypto/twofish.c:508:81: style: Checking if unsigned variable '(unsigned int)-1' is less than zero. [unsignedLessThanZero]
ccrtp-2.0.9/src/ccrtp/crypto/twofish.c:512:62: style: Checking if unsigned variable '(unsigned char)-1' is less than zero. [unsignedLessThanZero]
ccrtp-2.0.9/src/ccrtp/crypto/twofish.c:1564:9: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
ccrtp-2.0.9/src/control.cpp:452:34: style: Condition 'pkt->fh.type!=RTCPPacket::tBYE' is always true [knownConditionTrueFalse]
ccrtp-2.0.9/src/control.cpp:452:16: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ccrtp-2.0.9/src/control.cpp:454:11: note: Found duplicate branches for 'if' and 'else'.
ccrtp-2.0.9/src/control.cpp:452:16: note: Found duplicate branches for 'if' and 'else'.
ccrtp-2.0.9/src/control.cpp:616:21: style: The scope of the variable 'src' can be reduced. [variableScope]
ccrtp-2.0.9/src/control.cpp:838:21: style: The scope of the variable 'pkt' can be reduced. [variableScope]
ccrtp-2.0.9/src/control.cpp:176:27: style: Function 'checkSSRCInRTCPPkt' argument 3 names different: declaration 'na' definition 'network_address'. [funcArgNamesDifferent]
ccrtp-2.0.9/src/ccrtp/cqueue.h:298:30: note: Function 'checkSSRCInRTCPPkt' argument 3 names different: declaration 'na' definition 'network_address'.
ccrtp-2.0.9/src/control.cpp:176:27: note: Function 'checkSSRCInRTCPPkt' argument 3 names different: declaration 'na' definition 'network_address'.
ccrtp-2.0.9/src/control.cpp:176:53: style: Function 'checkSSRCInRTCPPkt' argument 4 names different: declaration 'tp' definition 'transport_port'. [funcArgNamesDifferent]
ccrtp-2.0.9/src/ccrtp/cqueue.h:298:43: note: Function 'checkSSRCInRTCPPkt' argument 4 names different: declaration 'tp' definition 'transport_port'.
ccrtp-2.0.9/src/control.cpp:176:53: note: Function 'checkSSRCInRTCPPkt' argument 4 names different: declaration 'tp' definition 'transport_port'.
ccrtp-2.0.9/src/control.cpp:470:59: style: Function 'end2EndDelayed' argument 1 names different: declaration 'p' definition 'pl'. [funcArgNamesDifferent]
ccrtp-2.0.9/src/ccrtp/cqueue.h:476:40: note: Function 'end2EndDelayed' argument 1 names different: declaration 'p' definition 'pl'.
ccrtp-2.0.9/src/control.cpp:470:59: note: Function 'end2EndDelayed' argument 1 names different: declaration 'p' definition 'pl'.
ccrtp-2.0.9/src/control.cpp:1167:70: style: Function 'protect' argument 3 names different: declaration 'cc' definition 'pcc'. [funcArgNamesDifferent]
ccrtp-2.0.9/src/ccrtp/cqueue.h:623:62: note: Function 'protect' argument 3 names different: declaration 'cc' definition 'pcc'.
ccrtp-2.0.9/src/control.cpp:1167:70: note: Function 'protect' argument 3 names different: declaration 'cc' definition 'pcc'.
ccrtp-2.0.9/src/control.cpp:1193:72: style: Function 'unprotect' argument 3 names different: declaration 'cc' definition 'pcc'. [funcArgNamesDifferent]
ccrtp-2.0.9/src/ccrtp/cqueue.h:624:64: note: Function 'unprotect' argument 3 names different: declaration 'cc' definition 'pcc'.
ccrtp-2.0.9/src/control.cpp:1193:72: note: Function 'unprotect' argument 3 names different: declaration 'cc' definition 'pcc'.
ccrtp-2.0.9/src/control.cpp:1154:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ccrtp-2.0.9/src/control.cpp:1243:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ccrtp-2.0.9/src/control.cpp:1268:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ccrtp-2.0.9/src/control.cpp:1285:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ccrtp-2.0.9/src/control.cpp:1301:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ccrtp-2.0.9/src/control.cpp:1326:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ccrtp-2.0.9/src/control.cpp:1343:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ccrtp-2.0.9/src/control.cpp:68:5: performance: Variable 'ctrlSendCount' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ccrtp-2.0.9/src/control.cpp:119:5: performance: Variable 'ctrlSendCount' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ccrtp-2.0.9/src/ccrtp/cqueue.h:604:5: warning: Virtual function 'networkHeaderSize' is called from constructor 'QueueRTCPManager(uint32 size=RTPDataQueue::defaultMembersHashSize,RTPApplication&app=defaultApplication()' at line 70. Dynamic binding is not used. [virtualCallInConstructor]
ccrtp-2.0.9/src/control.cpp:70:24: note: Calling networkHeaderSize
ccrtp-2.0.9/src/ccrtp/cqueue.h:604:5: note: networkHeaderSize is a virtual method
ccrtp-2.0.9/src/ccrtp/cqueue.h:619:5: warning: Virtual function 'transportHeaderSize' is called from constructor 'QueueRTCPManager(uint32 size=RTPDataQueue::defaultMembersHashSize,RTPApplication&app=defaultApplication()' at line 70. Dynamic binding is not used. [virtualCallInConstructor]
ccrtp-2.0.9/src/control.cpp:70:46: note: Calling transportHeaderSize
ccrtp-2.0.9/src/ccrtp/cqueue.h:619:5: note: transportHeaderSize is a virtual method
ccrtp-2.0.9/src/ccrtp/cqueue.h:604:5: warning: Virtual function 'networkHeaderSize' is called from constructor 'QueueRTCPManager(uint32 ssrc,uint32 size=RTPDataQueue::defaultMembersHashSize,RTPApplication&app=defaultApplication()' at line 121. Dynamic binding is not used. [virtualCallInConstructor]
ccrtp-2.0.9/src/control.cpp:121:24: note: Calling networkHeaderSize
ccrtp-2.0.9/src/ccrtp/cqueue.h:604:5: note: networkHeaderSize is a virtual method
ccrtp-2.0.9/src/ccrtp/cqueue.h:619:5: warning: Virtual function 'transportHeaderSize' is called from constructor 'QueueRTCPManager(uint32 ssrc,uint32 size=RTPDataQueue::defaultMembersHashSize,RTPApplication&app=defaultApplication()' at line 121. Dynamic binding is not used. [virtualCallInConstructor]
ccrtp-2.0.9/src/control.cpp:121:46: note: Calling transportHeaderSize
ccrtp-2.0.9/src/ccrtp/cqueue.h:619:5: note: transportHeaderSize is a virtual method
ccrtp-2.0.9/src/data.cpp:54:45: style: Function 'AppDataUnit' argument 1 names different: declaration 'src' definition 'origin'. [funcArgNamesDifferent]
ccrtp-2.0.9/src/ccrtp/queuebase.h:80:36: note: Function 'AppDataUnit' argument 1 names different: declaration 'src' definition 'origin'.
ccrtp-2.0.9/src/data.cpp:54:45: note: Function 'AppDataUnit' argument 1 names different: declaration 'src' definition 'origin'.
ccrtp-2.0.9/src/data.cpp:60:56: style: Function 'operator=' argument 1 names different: declaration 'source' definition 'rhs'. [funcArgNamesDifferent]
ccrtp-2.0.9/src/ccrtp/queuebase.h:89:34: note: Function 'operator=' argument 1 names different: declaration 'source' definition 'rhs'.
ccrtp-2.0.9/src/data.cpp:60:56: note: Function 'operator=' argument 1 names different: declaration 'source' definition 'rhs'.
ccrtp-2.0.9/src/ccrtp/queuebase.h:260:5: performance: Technically the member function 'OutgoingDataQueueBase::getDefaultMaxSendSegmentSize' can be static. [functionStatic]
ccrtp-2.0.9/src/ccrtp/queuebase.h:274:5: style: Technically the member function 'OutgoingDataQueueBase::getMaxSendSegmentSize' can be const. [functionConst]
ccrtp-2.0.9/src/ccrtp/queuebase.h:299:19: performance: Technically the member function 'IncomingDataQueueBase::getDefaultMaxRecvPacketSize' can be static. [functionStatic]
ccrtp-2.0.9/src/ccrtp/queuebase.h:210:5: style: Class 'RTPQueueBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ccrtp-2.0.9/src/duplex.cpp:46:41: style: Function 'RTPDuplex' argument 1 names different: declaration 'bind' definition 'ia'. [funcArgNamesDifferent]
ccrtp-2.0.9/src/ccrtp/ext.h:80:34: note: Function 'RTPDuplex' argument 1 names different: declaration 'bind' definition 'ia'.
ccrtp-2.0.9/src/duplex.cpp:46:41: note: Function 'RTPDuplex' argument 1 names different: declaration 'bind' definition 'ia'.
ccrtp-2.0.9/src/duplex.cpp:59:60: style: Function 'connect' argument 1 names different: declaration 'host' definition 'ia'. [funcArgNamesDifferent]
ccrtp-2.0.9/src/ccrtp/ext.h:95:36: note: Function 'connect' argument 1 names different: declaration 'host' definition 'ia'.
ccrtp-2.0.9/src/duplex.cpp:59:60: note: Function 'connect' argument 1 names different: declaration 'host' definition 'ia'.
ccrtp-2.0.9/src/duplex.cpp:49:5: performance: Variable 'dataBasePort' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ccrtp-2.0.9/src/incqueue.cpp:300:27: style: Function 'checkSSRCInIncomingRTPPkt' argument 3 names different: declaration 'na' definition 'network_address'. [funcArgNamesDifferent]
ccrtp-2.0.9/src/ccrtp/iqueue.h:1105:50: note: Function 'checkSSRCInIncomingRTPPkt' argument 3 names different: declaration 'na' definition 'network_address'.
ccrtp-2.0.9/src/incqueue.cpp:300:27: note: Function 'checkSSRCInIncomingRTPPkt' argument 3 names different: declaration 'na' definition 'network_address'.
ccrtp-2.0.9/src/incqueue.cpp:300:53: style: Function 'checkSSRCInIncomingRTPPkt' argument 4 names different: declaration 'tp' definition 'transport_port'. [funcArgNamesDifferent]
ccrtp-2.0.9/src/ccrtp/iqueue.h:1106:33: note: Function 'checkSSRCInIncomingRTPPkt' argument 4 names different: declaration 'tp' definition 'transport_port'.
ccrtp-2.0.9/src/incqueue.cpp:300:53: note: Function 'checkSSRCInIncomingRTPPkt' argument 4 names different: declaration 'tp' definition 'transport_port'.
ccrtp-2.0.9/src/incqueue.cpp:736:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ccrtp-2.0.9/src/incqueue.cpp:761:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ccrtp-2.0.9/src/incqueue.cpp:778:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ccrtp-2.0.9/src/incqueue.cpp:98:5: performance: Variable 'sourceExpirationPeriod' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ccrtp-2.0.9/src/ccrtp/iqueue.h:139:5: performance: Technically the member function 'SyncSourceHandler::setLink' can be static. [functionStatic]
ccrtp-2.0.9/src/ccrtp/iqueue.h:143:5: performance: Technically the member function 'SyncSourceHandler::setParticipant' can be static. [functionStatic]
ccrtp-2.0.9/src/ccrtp/iqueue.h:147:5: performance: Technically the member function 'SyncSourceHandler::setState' can be static. [functionStatic]
ccrtp-2.0.9/src/ccrtp/iqueue.h:151:5: performance: Technically the member function 'SyncSourceHandler::setSender' can be static. [functionStatic]
ccrtp-2.0.9/src/ccrtp/iqueue.h:155:5: performance: Technically the member function 'SyncSourceHandler::setDataTransportPort' can be static. [functionStatic]
ccrtp-2.0.9/src/ccrtp/iqueue.h:159:5: performance: Technically the member function 'SyncSourceHandler::setControlTransportPort' can be static. [functionStatic]
ccrtp-2.0.9/src/ccrtp/iqueue.h:163:5: performance: Technically the member function 'SyncSourceHandler::setNetworkAddress' can be static. [functionStatic]
ccrtp-2.0.9/src/ccrtp/iqueue.h:184:5: performance: Technically the member function 'ParticipantHandler::setSDESItem' can be static. [functionStatic]
ccrtp-2.0.9/src/ccrtp/iqueue.h:189:5: performance: Technically the member function 'ParticipantHandler::setPRIVPrefix' can be static. [functionStatic]
ccrtp-2.0.9/src/ccrtp/iqueue.h:210:5: performance: Technically the member function 'ApplicationHandler::addParticipant' can be static. [functionStatic]
ccrtp-2.0.9/src/ccrtp/iqueue.h:214:5: performance: Technically the member function 'ApplicationHandler::removeParticipant' can be static. [functionStatic]
ccrtp-2.0.9/src/ccrtp/iqueue.h:274:10: performance: Technically the member function 'ConflictHandler::updateConflict' can be static. [functionStatic]
ccrtp-2.0.9/src/ccrtp/iqueue.h:307:19: performance: Technically the member function 'MembershipBookkeeping::getDefaultMembersHashSize' can be static. [functionStatic]
ccrtp-2.0.9/src/ccrtp/iqueue.h:844:5: style: Technically the member function 'MembershipBookkeeping::getMembersCount' can be const. [functionConst]
ccrtp-2.0.9/src/ccrtp/iqueue.h:852:5: style: Technically the member function 'MembershipBookkeeping::getSendersCount' can be const. [functionConst]
ccrtp-2.0.9/src/ccrtp/iqueue.h:636:23: style: Technically the member function 'MembershipBookkeeping::SyncSourceLink::getLastPacketTransitTime' can be const. [functionConst]
ccrtp-2.0.9/src/ccrtp/iqueue.h:325:5: style: Class 'MembershipBookkeeping' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ccrtp-2.0.9/src/ccrtp/iqueue.h:902:9: style: Class 'SyncSourcesIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ccrtp-2.0.9/src/ccrtp/iqueue.h:893:5: warning: The class 'SyncSourcesIterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ccrtp-2.0.9/src/ccrtp/iqueue.h:189:56: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
ccrtp-2.0.9/src/members.cpp:182:21: style: The scope of the variable 's' can be reduced. [variableScope]
ccrtp-2.0.9/src/outqueue.cpp:90:23: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ccrtp-2.0.9/src/outqueue.cpp:409:12: style: The scope of the variable 'step' can be reduced. [variableScope]
ccrtp-2.0.9/src/outqueue.cpp:469:12: style: The scope of the variable 'step' can be reduced. [variableScope]
ccrtp-2.0.9/src/outqueue.cpp:404:76: style: Function 'putData' argument 3 names different: declaration 'len' definition 'datalen'. [funcArgNamesDifferent]
ccrtp-2.0.9/src/ccrtp/oqueue.h:297:68: note: Function 'putData' argument 3 names different: declaration 'len' definition 'datalen'.
ccrtp-2.0.9/src/outqueue.cpp:404:76: note: Function 'putData' argument 3 names different: declaration 'len' definition 'datalen'.
ccrtp-2.0.9/src/outqueue.cpp:464:82: style: Function 'sendImmediate' argument 3 names different: declaration 'len' definition 'datalen'. [funcArgNamesDifferent]
ccrtp-2.0.9/src/ccrtp/oqueue.h:312:78: note: Function 'sendImmediate' argument 3 names different: declaration 'len' definition 'datalen'.
ccrtp-2.0.9/src/outqueue.cpp:464:82: note: Function 'sendImmediate' argument 3 names different: declaration 'len' definition 'datalen'.
ccrtp-2.0.9/src/outqueue.cpp:581:38: style: Function 'setPartial' argument 1 names different: declaration 'timestamp' definition 'stamp'. [funcArgNamesDifferent]
ccrtp-2.0.9/src/ccrtp/oqueue.h:352:23: note: Function 'setPartial' argument 1 names different: declaration 'timestamp' definition 'stamp'.
ccrtp-2.0.9/src/outqueue.cpp:581:38: note: Function 'setPartial' argument 1 names different: declaration 'timestamp' definition 'stamp'.
ccrtp-2.0.9/src/outqueue.cpp:60:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ccrtp-2.0.9/src/outqueue.cpp:102:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ccrtp-2.0.9/src/outqueue.cpp:516:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ccrtp-2.0.9/src/outqueue.cpp:624:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ccrtp-2.0.9/src/outqueue.cpp:649:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ccrtp-2.0.9/src/outqueue.cpp:666:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ccrtp-2.0.9/src/pool.cpp:46:17: warning: Member variable 'RTPSessionPool::poolActive' is not initialized in the constructor. [uninitMemberVar]
ccrtp-2.0.9/src/pool.cpp:49:5: performance: Variable 'highestSocket' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ccrtp-2.0.9/src/ccrtp/pool.h:57:27: performance: Technically the member function 'RTPSessionBaseHandler::getSchedulingTimeout' can be static. [functionStatic]
ccrtp-2.0.9/src/ccrtp/pool.h:60:20: performance: Technically the member function 'RTPSessionBaseHandler::getRTCPCheckInterval' can be static. [functionStatic]
ccrtp-2.0.9/src/ccrtp/pool.h:64:5: performance: Technically the member function 'RTPSessionBaseHandler::takeInDataPacket' can be static. [functionStatic]
ccrtp-2.0.9/src/ccrtp/pool.h:68:5: performance: Technically the member function 'RTPSessionBaseHandler::dispatchDataPacket' can be static. [functionStatic]
ccrtp-2.0.9/src/ccrtp/pool.h:72:5: performance: Technically the member function 'RTPSessionBaseHandler::controlReceptionService' can be static. [functionStatic]
ccrtp-2.0.9/src/ccrtp/pool.h:76:5: performance: Technically the member function 'RTPSessionBaseHandler::controlTransmissionService' can be static. [functionStatic]
ccrtp-2.0.9/src/ccrtp/pool.h:101:10: style: Technically the member function 'SessionListElement::isCleared' can be const. [functionConst]
ccrtp-2.0.9/src/ccrtp/pool.h:116:33: note: Technically the member function 'SessionListElement::isCleared' can be const.
ccrtp-2.0.9/src/ccrtp/pool.h:101:10: note: Technically the member function 'SessionListElement::isCleared' can be const.
ccrtp-2.0.9/src/ccrtp/pool.h:136:10: style: Technically the member function 'PredEquals::operator()' can be const. [functionConst]
ccrtp-2.0.9/src/ccrtp/pool.h:174:17: style: Technically the member function 'RTPSessionPool::isActive' can be const. [functionConst]
ccrtp-2.0.9/src/ccrtp/pool.h:178:17: style: Technically the member function 'RTPSessionPool::setActive' can be const. [functionConst]
ccrtp-2.0.9/src/ccrtp/pool.h:181:20: style: Technically the member function 'RTPSessionPool::getPoolTimeout' can be const. [functionConst]
ccrtp-2.0.9/src/ccrtp/pool.h:99:5: style: Class 'SessionListElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ccrtp-2.0.9/src/ccrtp/pool.h:134:5: style: Class 'PredEquals' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ccrtp-2.0.9/src/ccrtp/pool.h:214:5: style: Class 'SingleRTPSessionPool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ccrtp-2.0.9/src/ccrtp/pool.h:222:10: style: The function 'startRunning' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ccrtp-2.0.9/src/ccrtp/pool.h:172:18: note: Virtual function in base class
ccrtp-2.0.9/src/ccrtp/pool.h:222:10: note: Function in derived class
ccrtp-2.0.9/src/queue.cpp:374:26: style: The scope of the variable 'pad' can be reduced. [variableScope]
ccrtp-2.0.9/src/queue.cpp:236:12: warning: Member variable 'MD5Digest::md5' is not initialized in the constructor. [uninitMemberVar]
ccrtp-2.0.9/src/queue.cpp:145:19: style: The function 'strDigest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ccrtp-2.0.9/src/queue.cpp:97:27: note: Virtual function in base class
ccrtp-2.0.9/src/queue.cpp:145:19: note: Function in derived class
ccrtp-2.0.9/src/queue.cpp:150:10: style: The function 'initDigest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ccrtp-2.0.9/src/queue.cpp:106:18: note: Virtual function in base class
ccrtp-2.0.9/src/queue.cpp:150:10: note: Function in derived class
ccrtp-2.0.9/src/queue.cpp:152:21: style: The function 'getSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ccrtp-2.0.9/src/queue.cpp:74:22: note: Virtual function in base class
ccrtp-2.0.9/src/queue.cpp:152:21: note: Function in derived class
ccrtp-2.0.9/src/queue.cpp:155:14: style: The function 'getDigest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ccrtp-2.0.9/src/queue.cpp:82:22: note: Virtual function in base class
ccrtp-2.0.9/src/queue.cpp:155:14: note: Function in derived class
ccrtp-2.0.9/src/queue.cpp:157:10: style: The function 'putDigest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ccrtp-2.0.9/src/queue.cpp:90:18: note: Virtual function in base class
ccrtp-2.0.9/src/queue.cpp:157:10: note: Function in derived class
ccrtp-2.0.9/src/ccrtp/rtcppkt.h:96:19: style: Technically the member function 'RTCPCompoundHandler::getPathMTU' can be const. [functionConst]
ccrtp-2.0.9/src/ccrtp/rtcppkt.h:349:5: style: Technically the member function 'RTCPCompoundHandler::checkCompoundRTCPHeader' can be const. [functionConst]
ccrtp-2.0.9/src/rtcppkt.cpp:107:22: note: Technically the member function 'RTCPCompoundHandler::checkCompoundRTCPHeader' can be const.
ccrtp-2.0.9/src/ccrtp/rtcppkt.h:349:5: note: Technically the member function 'RTCPCompoundHandler::checkCompoundRTCPHeader' can be const.
ccrtp-2.0.9/src/rtcppkt.cpp:85:1: style: Class 'RTCPCompoundHandler' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ccrtp-2.0.9/src/rtcppkt.cpp:85:1: style: Class 'RTCPCompoundHandler' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ccrtp-2.0.9/src/ccrtp/rtcppkt.h:333:5: style: Class 'RTCPCompoundHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ccrtp-2.0.9/src/ccrtp/rtcppkt.h:377:5: style: Class 'RTCPReceiverInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ccrtp-2.0.9/src/ccrtp/rtcppkt.h:381:9: style: Class 'RTCPReceiverInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ccrtp-2.0.9/src/ccrtp/rtcppkt.h:457:5: style: Class 'RTCPSenderInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ccrtp-2.0.9/src/ccrtp/rtcppkt.h:461:9: style: Class 'RTCPSenderInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ccrtp-2.0.9/src/rtppkt.cpp:115:29: style: C-style pointer casting [cstyleCast]
ccrtp-2.0.9/src/rtppkt.cpp:113:5: performance: Variable 'hdrSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ccrtp-2.0.9/src/ccrtp/rtppkt.h:287:5: performance: Technically the member function 'RTPPacket::getSizeOfFixedHeader' can be static. [functionStatic]
ccrtp-2.0.9/src/ccrtp/rtppkt.h:314:5: style: Technically the member function 'RTPPacket::endPacket' can be const. [functionConst]
ccrtp-2.0.9/src/rtppkt.cpp:166:17: note: Technically the member function 'RTPPacket::endPacket' can be const.
ccrtp-2.0.9/src/ccrtp/rtppkt.h:314:5: note: Technically the member function 'RTPPacket::endPacket' can be const.
ccrtp-2.0.9/src/ccrtp/rtppkt.h:326:5: style: Technically the member function 'RTPPacket::setExtension' can be const. [functionConst]
ccrtp-2.0.9/src/ccrtp/rtppkt.h:592:5: style: Technically the member function 'OutgoingRTPPkt::setPayloadType' can be const. [functionConst]
ccrtp-2.0.9/src/ccrtp/rtppkt.h:646:5: style: Technically the member function 'OutgoingRTPPkt::setMarker' can be const. [functionConst]
ccrtp-2.0.9/src/ccrtp/rtppkt.h:731:5: style: Technically the member function 'IncomingRTPPkt::isHeaderValid' can be const. [functionConst]
ccrtp-2.0.9/src/rtppkt.cpp:154:5: style: Class 'RTPPacket' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ccrtp-2.0.9/src/rtppkt.cpp:154:5: style: Class 'RTPPacket' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ccrtp-2.0.9/src/ccrtp/channel.h:194:9: style: Class 'DualRTPChannel' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ccrtp-2.0.9/src/ccrtp/channel.h:194:9: style: Class 'DualRTPChannel' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ccrtp-2.0.9/src/source.cpp:149:22: style: The scope of the variable 'p' can be reduced. [variableScope]
ccrtp-2.0.9/src/source.cpp:200:52: style: Function 'removeParticipant' argument 1 names different: declaration 'part' definition 'pl'. [funcArgNamesDifferent]
ccrtp-2.0.9/src/ccrtp/sources.h:477:40: note: Function 'removeParticipant' argument 1 names different: declaration 'part' definition 'pl'.
ccrtp-2.0.9/src/source.cpp:200:52: note: Function 'removeParticipant' argument 1 names different: declaration 'part' definition 'pl'.
ccrtp-2.0.9/src/source.cpp:107:13: warning: Member variable 'SyncSource::activeSender' is not initialized in the constructor. [uninitMemberVar]
ccrtp-2.0.9/src/source.cpp:107:13: warning: Member variable 'SyncSource::link' is not initialized in the constructor. [uninitMemberVar]
ccrtp-2.0.9/src/ccrtp/sources.h:459:9: warning: Member variable 'ParticipantLink::prev' is not initialized in the constructor. [uninitMemberVar]
ccrtp-2.0.9/src/ccrtp/sources.h:449:26: performance: Technically the member function 'RTPApplication::end' can be static. [functionStatic]
ccrtp-2.0.9/src/ccrtp/sources.h:477:5: performance: Technically the member function 'RTPApplication::removeParticipant' can be static. [functionStatic]
ccrtp-2.0.9/src/source.cpp:200:17: note: Technically the member function 'RTPApplication::removeParticipant' can be static.
ccrtp-2.0.9/src/ccrtp/sources.h:477:5: note: Technically the member function 'RTPApplication::removeParticipant' can be static.
ccrtp-2.0.9/src/source.cpp:137:20: style: Class 'RTPApplication' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
ccrtp-2.0.9/src/source.cpp:137:20: style: Class 'RTPApplication' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
ccrtp-2.0.9/src/ccrtp/sources.h:160:5: style: Class 'Participant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ccrtp-2.0.9/src/ccrtp/sources.h:244:0: style: Class 'SyncSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ccrtp-2.0.9/src/ccrtp/sources.h:378:5: style: Class 'RTPApplication' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ccrtp-2.0.9/src/ccrtp/sources.h:411:9: style: Class 'ParticipantsIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ccrtp-2.0.9/src/ccrtp/sources.h:402:5: warning: The class 'ParticipantsIterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ccrtp-2.0.9/src/ccrtp/sources.h:178:37: performance: Function parameter 'val' should be passed by const reference. [passedByValue]
[14:08]

ftp://ftp.se.debian.org/debian/pool/main/libc/libccscript3/libccscript3_1.1.7.orig.tar.gz
ccscript3-1.1.7/modules/csv.cpp:156:14: style: The scope of the variable 'v' can be reduced. [variableScope]
ccscript3-1.1.7/modules/csv.cpp:107:17: warning: Member variable 'CSVArrayThread::csvbuf' is not initialized in the constructor. [uninitMemberVar]
ccscript3-1.1.7/modules/csv.cpp:97:12: warning: Member variable 'CSVThread::csvbuf' is not initialized in the constructor. [uninitMemberVar]
ccscript3-1.1.7/modules/csv.cpp:77:2: style: Class 'CSVThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ccscript3-1.1.7/modules/locker.cpp:139:10: style: The scope of the variable 'sym' can be reduced. [variableScope]
ccscript3-1.1.7/modules/locker.cpp:214:8: style: The scope of the variable 'ep' can be reduced. [variableScope]
ccscript3-1.1.7/modules/math.cpp:95:2: error: Buffer is accessed out of bounds: pi [bufferAccessOutOfBounds]
ccscript3-1.1.7/modules/property.cpp:126:7: style: The scope of the variable 'path' can be reduced. [variableScope]
ccscript3-1.1.7/modules/property.cpp:395:10: style: The scope of the variable 'sym' can be reduced. [variableScope]
ccscript3-1.1.7/modules/property.cpp:137:13: warning: Member variable 'LoadThread::list' is not initialized in the constructor. [uninitMemberVar]
ccscript3-1.1.7/modules/property.cpp:137:13: warning: Member variable 'LoadThread::path' is not initialized in the constructor. [uninitMemberVar]
ccscript3-1.1.7/modules/property.cpp:137:13: warning: Member variable 'LoadThread::var' is not initialized in the constructor. [uninitMemberVar]
ccscript3-1.1.7/modules/property.cpp:143:13: warning: Member variable 'SaveThread::list' is not initialized in the constructor. [uninitMemberVar]
ccscript3-1.1.7/modules/property.cpp:143:13: warning: Member variable 'SaveThread::path' is not initialized in the constructor. [uninitMemberVar]
ccscript3-1.1.7/modules/property.cpp:143:13: warning: Member variable 'SaveThread::temp' is not initialized in the constructor. [uninitMemberVar]
ccscript3-1.1.7/modules/property.cpp:143:13: warning: Member variable 'SaveThread::var' is not initialized in the constructor. [uninitMemberVar]
ccscript3-1.1.7/modules/property.cpp:70:2: style: Class 'LoadThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ccscript3-1.1.7/modules/property.cpp:109:2: style: Class 'PropertyBinder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ccscript3-1.1.7/modules/sort.cpp:138:15: warning: Either the condition '!sym' is redundant or there is possible null pointer dereference: sym. [nullPointerRedundantCheck]
ccscript3-1.1.7/modules/sort.cpp:141:5: note: Assuming that condition '!sym' is not redundant
ccscript3-1.1.7/modules/sort.cpp:138:15: note: Null pointer dereference
ccscript3-1.1.7/modules/string.cpp:163:6: warning: Identical condition '!len', second condition is always false [identicalConditionAfterEarlyExit]
ccscript3-1.1.7/modules/string.cpp:154:6: note: first condition
ccscript3-1.1.7/modules/string.cpp:163:6: note: second condition
ccscript3-1.1.7/modules/string.cpp:243:10: style: The scope of the variable 'sym' can be reduced. [variableScope]
ccscript3-1.1.7/modules/time.cpp:265:10: style: The scope of the variable 'sym' can be reduced. [variableScope]
ccscript3-1.1.7/modules/time.cpp:301:10: style: The scope of the variable 'sym' can be reduced. [variableScope]
ccscript3-1.1.7/modules/time.cpp:108:41: style: Function 'getValue' argument 1 names different: declaration 'data' definition 'date'. [funcArgNamesDifferent]
ccscript3-1.1.7/modules/time.cpp:68:28: note: Function 'getValue' argument 1 names different: declaration 'data' definition 'date'.
ccscript3-1.1.7/modules/time.cpp:108:41: note: Function 'getValue' argument 1 names different: declaration 'data' definition 'date'.
ccscript3-1.1.7/modules/time.cpp:156:48: style: Function 'set' argument 2 names different: declaration 'temp' definition 'save'. [funcArgNamesDifferent]
ccscript3-1.1.7/modules/time.cpp:66:35: note: Function 'set' argument 2 names different: declaration 'temp' definition 'save'.
ccscript3-1.1.7/modules/time.cpp:156:48: note: Function 'set' argument 2 names different: declaration 'temp' definition 'save'.
ccscript3-1.1.7/modules/time.cpp:230:48: style: Function 'set' argument 2 names different: declaration 'temp' definition 'save'. [funcArgNamesDifferent]
ccscript3-1.1.7/modules/time.cpp:50:35: note: Function 'set' argument 2 names different: declaration 'temp' definition 'save'.
ccscript3-1.1.7/modules/time.cpp:230:48: note: Function 'set' argument 2 names different: declaration 'temp' definition 'save'.
ccscript3-1.1.7/modules/url.cpp:184:15: style: Redundant condition: slash. '!slash || (slash && !dslash)' is equivalent to '!slash || !dslash' [redundantCondition]
ccscript3-1.1.7/modules/url.cpp:160:14: style: The scope of the variable 'cp' can be reduced. [variableScope]
ccscript3-1.1.7/modules/userauth.cpp:175:7: style: The scope of the variable 'path' can be reduced. [variableScope]
ccscript3-1.1.7/modules/userauth.cpp:402:14: style: The scope of the variable 'uid' can be reduced. [variableScope]
ccscript3-1.1.7/modules/userauth.cpp:402:20: style: The scope of the variable 'pwd' can be reduced. [variableScope]
ccscript3-1.1.7/modules/userauth.cpp:402:32: style: The scope of the variable 'val' can be reduced. [variableScope]
ccscript3-1.1.7/modules/userauth.cpp:456:14: style: The scope of the variable 'uid' can be reduced. [variableScope]
ccscript3-1.1.7/modules/userauth.cpp:503:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
ccscript3-1.1.7/modules/userauth.cpp:527:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
ccscript3-1.1.7/modules/userauth.cpp:547:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
ccscript3-1.1.7/modules/userauth.cpp:577:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
ccscript3-1.1.7/modules/userauth.cpp:186:77: style: Function 'LookupThread' argument 3 names different: declaration 'sym' definition 's'. [funcArgNamesDifferent]
ccscript3-1.1.7/modules/userauth.cpp:81:64: note: Function 'LookupThread' argument 3 names different: declaration 'sym' definition 's'.
ccscript3-1.1.7/modules/userauth.cpp:186:77: note: Function 'LookupThread' argument 3 names different: declaration 'sym' definition 's'.
ccscript3-1.1.7/modules/userauth.cpp:201:83: style: Function 'AuthorizeThread' argument 3 names different: declaration 'sym' definition 's'. [funcArgNamesDifferent]
ccscript3-1.1.7/modules/userauth.cpp:98:67: note: Function 'AuthorizeThread' argument 3 names different: declaration 'sym' definition 's'.
ccscript3-1.1.7/modules/userauth.cpp:201:83: note: Function 'AuthorizeThread' argument 3 names different: declaration 'sym' definition 's'.
ccscript3-1.1.7/modules/userauth.cpp:156:2: style: Class 'UserauthBinder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ccscript3-1.1.7/optional/odbc/database.cpp:46:50: style: Function 'SQLDatabase' argument 2 names different: declaration 'dsn' definition 'line'. [funcArgNamesDifferent]
ccscript3-1.1.7/optional/odbc/module.h:72:38: note: Function 'SQLDatabase' argument 2 names different: declaration 'dsn' definition 'line'.
ccscript3-1.1.7/optional/odbc/database.cpp:46:50: note: Function 'SQLDatabase' argument 2 names different: declaration 'dsn' definition 'line'.
ccscript3-1.1.7/optional/odbc/thread.cpp:136:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ccscript3-1.1.7/optional/odbc/thread.cpp:157:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ccscript3-1.1.7/optional/odbc/thread.cpp:73:20: style: The scope of the variable 'len' can be reduced. [variableScope]
ccscript3-1.1.7/optional/odbc/thread.cpp:44:57: style: Function 'SQLThread' argument 2 names different: declaration 'current' definition 'c'. [funcArgNamesDifferent]
ccscript3-1.1.7/optional/odbc/module.h:118:47: note: Function 'SQLThread' argument 2 names different: declaration 'current' definition 'c'.
ccscript3-1.1.7/optional/odbc/thread.cpp:44:57: note: Function 'SQLThread' argument 2 names different: declaration 'current' definition 'c'.
ccscript3-1.1.7/optional/odbc/thread.cpp:44:68: style: Function 'SQLThread' argument 3 names different: declaration 'results' definition 'r'. [funcArgNamesDifferent]
ccscript3-1.1.7/optional/odbc/module.h:118:64: note: Function 'SQLThread' argument 3 names different: declaration 'results' definition 'r'.
ccscript3-1.1.7/optional/odbc/thread.cpp:44:68: note: Function 'SQLThread' argument 3 names different: declaration 'results' definition 'r'.
ccscript3-1.1.7/optional/odbc/thread.cpp:49:2: performance: Variable 'hstmt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
ccscript3-1.1.7/src/binder.cpp:51:40: style: Function 'ScriptBinder' argument 1 names different: declaration 'id' definition 'name'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:675:27: note: Function 'ScriptBinder' argument 1 names different: declaration 'id' definition 'name'.
ccscript3-1.1.7/src/binder.cpp:51:40: note: Function 'ScriptBinder' argument 1 names different: declaration 'id' definition 'name'.
ccscript3-1.1.7/src/binder.cpp:72:41: style: Function 'select' argument 1 names different: declaration 'ScriptInterp' definition 'interp'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:668:22: note: Function 'select' argument 1 names different: declaration 'ScriptInterp' definition 'interp'.
ccscript3-1.1.7/src/binder.cpp:72:41: note: Function 'select' argument 1 names different: declaration 'ScriptInterp' definition 'interp'.
ccscript3-1.1.7/src/binder.cpp:77:41: style: Function 'control' argument 1 names different: declaration 'ScriptImage' definition 'img'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:670:23: note: Function 'control' argument 1 names different: declaration 'ScriptImage' definition 'img'.
ccscript3-1.1.7/src/binder.cpp:77:41: note: Function 'control' argument 1 names different: declaration 'ScriptImage' definition 'img'.
ccscript3-1.1.7/src/binder.cpp:82:43: style: Function 'reload' argument 1 names different: declaration 'ScriptCompiler' definition 'img'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:669:22: note: Function 'reload' argument 1 names different: declaration 'ScriptCompiler' definition 'img'.
ccscript3-1.1.7/src/binder.cpp:82:43: note: Function 'reload' argument 1 names different: declaration 'ScriptCompiler' definition 'img'.
ccscript3-1.1.7/src/binder.cpp:145:41: style: Function 'attach' argument 1 names different: declaration 'ScriptInterp' definition 'interp'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:666:22: note: Function 'attach' argument 1 names different: declaration 'ScriptInterp' definition 'interp'.
ccscript3-1.1.7/src/binder.cpp:145:41: note: Function 'attach' argument 1 names different: declaration 'ScriptInterp' definition 'interp'.
ccscript3-1.1.7/src/binder.cpp:149:41: style: Function 'detach' argument 1 names different: declaration 'ScriptInterp' definition 'interp'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:667:22: note: Function 'detach' argument 1 names different: declaration 'ScriptInterp' definition 'interp'.
ccscript3-1.1.7/src/binder.cpp:149:41: note: Function 'detach' argument 1 names different: declaration 'ScriptInterp' definition 'interp'.
ccscript3-1.1.7/src/script3.h:343:1: style: The class 'ScriptCommand' does not have a constructor although it has private member variables. [noConstructor]
ccscript3-1.1.7/src/binder.cpp:46:15: warning: Member variable 'ScriptBinder::next' is not initialized in the constructor. [uninitMemberVar]
ccscript3-1.1.7/src/binder.cpp:46:15: warning: Member variable 'ScriptBinder::id' is not initialized in the constructor. [uninitMemberVar]
ccscript3-1.1.7/src/script3.h:1623:1: style: The class 'ScriptThread' does not have a constructor although it has private member variables. [noConstructor]
ccscript3-1.1.7/src/script3.h:1692:1: style: The class 'ScriptProperty' does not have a constructor although it has private member variables. [noConstructor]
ccscript3-1.1.7/src/script3.h:664:7: performance: Technically the member function 'ost::ScriptBinder::bind' can be static. [functionStatic]
ccscript3-1.1.7/src/binder.cpp:139:20: note: Technically the member function 'ost::ScriptBinder::bind' can be static.
ccscript3-1.1.7/src/script3.h:664:7: note: Technically the member function 'ost::ScriptBinder::bind' can be static.
ccscript3-1.1.7/src/script3.h:252:3: style: Class 'Package' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ccscript3-1.1.7/src/script3.h:675:2: style: Class 'ScriptBinder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ccscript3-1.1.7/src/script3.h:676:2: style: Class 'ScriptBinder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ccscript3-1.1.7/src/script3.h:901:2: style: Class 'ScriptObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ccscript3-1.1.7/src/script3.h:1182:15: style: The function 'fastBranch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ccscript3-1.1.7/src/script3.h:966:15: note: Virtual function in base class
ccscript3-1.1.7/src/script3.h:1182:15: note: Function in derived class
ccscript3-1.1.7/src/checks.cpp:573:12: style: Checking if unsigned variable 'paren' is less than zero. [unsignedLessThanZero]
ccscript3-1.1.7/src/command.cpp:253:9: style: The scope of the variable 'len' can be reduced. [variableScope]
ccscript3-1.1.7/src/command.cpp:254:6: style: The scope of the variable 'key' can be reduced. [variableScope]
ccscript3-1.1.7/src/command.cpp:332:14: style: The scope of the variable 'cp' can be reduced. [variableScope]
ccscript3-1.1.7/src/command.cpp:366:14: style: The scope of the variable 'cp' can be reduced. [variableScope]
ccscript3-1.1.7/src/command.cpp:367:7: style: The scope of the variable 'namebuf' can be reduced. [variableScope]
ccscript3-1.1.7/src/command.cpp:387:14: style: The scope of the variable 'cp' can be reduced. [variableScope]
ccscript3-1.1.7/src/command.cpp:412:14: style: The scope of the variable 'cp' can be reduced. [variableScope]
ccscript3-1.1.7/src/command.cpp:96:59: style: Function 'errlog' argument 2 names different: declaration 'text' definition 'msg'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:540:53: note: Function 'errlog' argument 2 names different: declaration 'text' definition 'msg'.
ccscript3-1.1.7/src/command.cpp:96:59: note: Function 'errlog' argument 2 names different: declaration 'text' definition 'msg'.
ccscript3-1.1.7/src/command.cpp:168:40: style: Function 'check' argument 1 names different: declaration 'command' definition 'keyword'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:453:26: note: Function 'check' argument 1 names different: declaration 'command' definition 'keyword'.
ccscript3-1.1.7/src/command.cpp:168:40: note: Function 'check' argument 1 names different: declaration 'command' definition 'keyword'.
ccscript3-1.1.7/src/command.cpp:168:74: style: Function 'check' argument 3 names different: declaration 'ScriptImage' definition 'img'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:453:47: note: Function 'check' argument 3 names different: declaration 'ScriptImage' definition 'img'.
ccscript3-1.1.7/src/command.cpp:168:74: note: Function 'check' argument 3 names different: declaration 'ScriptImage' definition 'img'.
ccscript3-1.1.7/src/command.cpp:204:51: style: Function 'getTrapHandler' argument 1 names different: declaration 'script' definition 'scr'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:475:45: note: Function 'getTrapHandler' argument 1 names different: declaration 'script' definition 'scr'.
ccscript3-1.1.7/src/command.cpp:204:51: note: Function 'getTrapHandler' argument 1 names different: declaration 'script' definition 'scr'.
ccscript3-1.1.7/src/command.cpp:209:58: style: Function 'getTrapModifier' argument 1 names different: declaration 'name' definition 'trapname'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:494:52: note: Function 'getTrapModifier' argument 1 names different: declaration 'name' definition 'trapname'.
ccscript3-1.1.7/src/command.cpp:209:58: note: Function 'getTrapModifier' argument 1 names different: declaration 'name' definition 'trapname'.
ccscript3-1.1.7/src/command.cpp:219:47: style: Function 'getTrapId' argument 1 names different: declaration 'name' definition 'trapname'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:461:41: note: Function 'getTrapId' argument 1 names different: declaration 'name' definition 'trapname'.
ccscript3-1.1.7/src/command.cpp:219:47: note: Function 'getTrapId' argument 1 names different: declaration 'name' definition 'trapname'.
ccscript3-1.1.7/src/command.cpp:236:54: style: Function 'getTrapMask' argument 1 names different: declaration 'name' definition 'trapname'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:504:48: note: Function 'getTrapMask' argument 1 names different: declaration 'name' definition 'trapname'.
ccscript3-1.1.7/src/command.cpp:236:54: note: Function 'getTrapMask' argument 1 names different: declaration 'name' definition 'trapname'.
ccscript3-1.1.7/src/command.cpp:251:42: style: Function 'load' argument 1 names different: declaration 'keywords' definition 'keydefs'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:595:28: note: Function 'load' argument 1 names different: declaration 'keywords' definition 'keydefs'.
ccscript3-1.1.7/src/command.cpp:251:42: note: Function 'load' argument 1 names different: declaration 'keywords' definition 'keydefs'.
ccscript3-1.1.7/src/command.cpp:283:37: style: Function 'trap' argument 1 names different: declaration 'name' definition 'trapname'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:606:23: note: Function 'trap' argument 1 names different: declaration 'name' definition 'trapname'.
ccscript3-1.1.7/src/command.cpp:283:37: note: Function 'trap' argument 1 names different: declaration 'name' definition 'trapname'.
ccscript3-1.1.7/src/command.cpp:410:60: style: Function 'getOption' argument 2 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:586:53: note: Function 'getOption' argument 2 names different: declaration 'index' definition 'idx'.
ccscript3-1.1.7/src/command.cpp:410:60: note: Function 'getOption' argument 2 names different: declaration 'index' definition 'idx'.
ccscript3-1.1.7/src/command.cpp:233:2: 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]
ccscript3-1.1.7/src/compiler.cpp:71:24: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ccscript3-1.1.7/src/compiler.cpp:72:17: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ccscript3-1.1.7/src/compiler.cpp:78:24: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ccscript3-1.1.7/src/compiler.cpp:79:17: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ccscript3-1.1.7/src/compiler.cpp:1347:53: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ccscript3-1.1.7/src/compiler.cpp:136:10: style: C-style pointer casting [cstyleCast]
ccscript3-1.1.7/src/compiler.cpp:667:21: style: C-style pointer casting [cstyleCast]
ccscript3-1.1.7/src/compiler.cpp:827:12: style: C-style pointer casting [cstyleCast]
ccscript3-1.1.7/src/compiler.cpp:847:14: style: C-style pointer casting [cstyleCast]
ccscript3-1.1.7/src/compiler.cpp:910:27: style: C-style pointer casting [cstyleCast]
ccscript3-1.1.7/src/compiler.cpp:919:13: style: C-style pointer casting [cstyleCast]
ccscript3-1.1.7/src/compiler.cpp:1357:10: style: C-style pointer casting [cstyleCast]
ccscript3-1.1.7/src/compiler.cpp:51:47: style: Function 'fastBranch' argument 1 names different: declaration 'ScriptInterp' definition 'interp'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:1182:26: note: Function 'fastBranch' argument 1 names different: declaration 'ScriptInterp' definition 'interp'.
ccscript3-1.1.7/src/compiler.cpp:51:47: note: Function 'fastBranch' argument 1 names different: declaration 'ScriptInterp' definition 'interp'.
ccscript3-1.1.7/src/compiler.cpp:387:41: style: Function 'compile' argument 1 names different: declaration 'file' definition 'scrname'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:1211:26: note: Function 'compile' argument 1 names different: declaration 'file' definition 'scrname'.
ccscript3-1.1.7/src/compiler.cpp:387:41: note: Function 'compile' argument 1 names different: declaration 'file' definition 'scrname'.
ccscript3-1.1.7/src/compiler.cpp:464:52: style: Function 'compileDefinitions' argument 1 names different: declaration 'file' definition 'filename'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:1230:37: note: Function 'compileDefinitions' argument 1 names different: declaration 'file' definition 'filename'.
ccscript3-1.1.7/src/compiler.cpp:464:52: note: Function 'compileDefinitions' argument 1 names different: declaration 'file' definition 'filename'.
ccscript3-1.1.7/src/compiler.cpp:505:41: style: Function 'compile' argument 1 names different: declaration 'file' definition 'scrname'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:1221:26: note: Function 'compile' argument 1 names different: declaration 'file' definition 'scrname'.
ccscript3-1.1.7/src/compiler.cpp:505:41: note: Function 'compile' argument 1 names different: declaration 'file' definition 'scrname'.
ccscript3-1.1.7/src/compiler.cpp:519:38: style: Function 'compile' argument 1 names different: declaration 'stream' definition 'str'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:1240:28: note: Function 'compile' argument 1 names different: declaration 'stream' definition 'str'.
ccscript3-1.1.7/src/compiler.cpp:519:38: note: Function 'compile' argument 1 names different: declaration 'stream' definition 'str'.
ccscript3-1.1.7/src/compiler.cpp:519:67: style: Function 'compile' argument 3 names different: declaration 'file' definition 'scrname'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:1240:60: note: Function 'compile' argument 3 names different: declaration 'file' definition 'scrname'.
ccscript3-1.1.7/src/compiler.cpp:519:67: note: Function 'compile' argument 3 names different: declaration 'file' definition 'scrname'.
ccscript3-1.1.7/src/compiler.cpp:1421:12: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
ccscript3-1.1.7/src/compiler.cpp:727:5: error: Common realloc mistake: 'buffer' nulled but not freed upon failure [memleakOnRealloc]
ccscript3-1.1.7/src/expression.cpp:243:10: warning: Either the condition 'esp>31' is redundant or the array 'vstack[32]' is accessed at index 32, which is out of bounds. [arrayIndexOutOfBoundsCond]
ccscript3-1.1.7/src/expression.cpp:241:11: note: Assuming that condition 'esp>31' is not redundant
ccscript3-1.1.7/src/expression.cpp:243:10: note: Array index out of bounds
ccscript3-1.1.7/src/expression.cpp:62:2: performance: Buffer 'lval' is being written before its old content has been used. [redundantCopy]
ccscript3-1.1.7/src/expression.cpp:61:2: note: Buffer 'lval' is being written before its old content has been used.
ccscript3-1.1.7/src/expression.cpp:62:2: note: Buffer 'lval' is being written before its old content has been used.
ccscript3-1.1.7/src/expression.cpp:99:3: performance: Buffer 'lval' is being written before its old content has been used. [redundantCopy]
ccscript3-1.1.7/src/expression.cpp:98:3: note: Buffer 'lval' is being written before its old content has been used.
ccscript3-1.1.7/src/expression.cpp:99:3: note: Buffer 'lval' is being written before its old content has been used.
ccscript3-1.1.7/src/expression.cpp:75:7: style: The scope of the variable 'lval' can be reduced. [variableScope]
ccscript3-1.1.7/src/expression.cpp:158:9: style: The scope of the variable 'expr' can be reduced. [variableScope]
ccscript3-1.1.7/src/expression.cpp:296:13: style: The scope of the variable 'l2' can be reduced. [variableScope]
ccscript3-1.1.7/src/expression.cpp:45:40: style: Function 'getRealValue' argument 1 names different: declaration 'val' definition 'd'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:1299:34: note: Function 'getRealValue' argument 1 names different: declaration 'val' definition 'd'.
ccscript3-1.1.7/src/expression.cpp:45:40: note: Function 'getRealValue' argument 1 names different: declaration 'val' definition 'd'.
ccscript3-1.1.7/src/expression.cpp:152:43: style: Function 'numericExpression' argument 1 names different: declaration 'list' definition 'vals'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:1304:30: note: Function 'numericExpression' argument 1 names different: declaration 'list' definition 'vals'.
ccscript3-1.1.7/src/expression.cpp:152:43: note: Function 'numericExpression' argument 1 names different: declaration 'list' definition 'vals'.
ccscript3-1.1.7/src/expression.cpp:152:89: style: Function 'numericExpression' argument 4 names different: declaration 'ScriptProperty' definition 'p'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:1304:60: note: Function 'numericExpression' argument 4 names different: declaration 'ScriptProperty' definition 'p'.
ccscript3-1.1.7/src/expression.cpp:152:89: note: Function 'numericExpression' argument 4 names different: declaration 'ScriptProperty' definition 'p'.
ccscript3-1.1.7/src/image.cpp:151:9: style: C-style pointer casting [cstyleCast]
ccscript3-1.1.7/src/image.cpp:45:41: style: Function 'ScriptObject' argument 1 names different: declaration 'ScriptImage' definition 'img'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:901:15: note: Function 'ScriptObject' argument 1 names different: declaration 'ScriptImage' definition 'img'.
ccscript3-1.1.7/src/image.cpp:45:41: note: Function 'ScriptObject' argument 1 names different: declaration 'ScriptImage' definition 'img'.
ccscript3-1.1.7/src/image.cpp:105:44: style: Function 'fastBranch' argument 1 names different: declaration 'ScriptInterp' definition 'interp'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:966:26: note: Function 'fastBranch' argument 1 names different: declaration 'ScriptInterp' definition 'interp'.
ccscript3-1.1.7/src/image.cpp:105:44: note: Function 'fastBranch' argument 1 names different: declaration 'ScriptInterp' definition 'interp'.
ccscript3-1.1.7/src/image.cpp:159:33: style: Function 'load' argument 1 names different: declaration 'ilist' definition 'init'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:1067:21: note: Function 'load' argument 1 names different: declaration 'ilist' definition 'init'.
ccscript3-1.1.7/src/image.cpp:159:33: note: Function 'load' argument 1 names different: declaration 'ilist' definition 'init'.
ccscript3-1.1.7/src/image.cpp:185:73: style: Function 'gather' argument 3 names different: declaration 'size' definition 'max'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:1110:61: note: Function 'gather' argument 3 names different: declaration 'size' definition 'max'.
ccscript3-1.1.7/src/image.cpp:185:73: note: Function 'gather' argument 3 names different: declaration 'size' definition 'max'.
ccscript3-1.1.7/src/interp.cpp:121:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ccscript3-1.1.7/src/interp.cpp:157:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ccscript3-1.1.7/src/interp.cpp:163:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ccscript3-1.1.7/src/interp.cpp:491:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ccscript3-1.1.7/src/interp.cpp:495:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ccscript3-1.1.7/src/interp.cpp:1523:6: warning: Either the condition '!label' is redundant or there is possible null pointer dereference: sym. [nullPointerRedundantCheck]
ccscript3-1.1.7/src/interp.cpp:955:5: note: Assuming that condition '!label' is not redundant
ccscript3-1.1.7/src/interp.cpp:956:14: note: Calling function 'logmissing', 1st argument 'sym' value is 0
ccscript3-1.1.7/src/interp.cpp:1523:6: note: Null pointer dereference
ccscript3-1.1.7/src/interp.cpp:1534:66: warning: Either the condition '!label' is redundant or there is possible null pointer dereference: sym. [nullPointerRedundantCheck]
ccscript3-1.1.7/src/interp.cpp:955:5: note: Assuming that condition '!label' is not redundant
ccscript3-1.1.7/src/interp.cpp:956:14: note: Calling function 'logmissing', 1st argument 'sym' value is 0
ccscript3-1.1.7/src/interp.cpp:1534:66: note: Null pointer dereference
ccscript3-1.1.7/src/interp.cpp:662:7: style: The scope of the variable 'msg' can be reduced. [variableScope]
ccscript3-1.1.7/src/interp.cpp:1060:8: style: The scope of the variable 'ext' can be reduced. [variableScope]
ccscript3-1.1.7/src/interp.cpp:1324:14: style: The scope of the variable 'opt' can be reduced. [variableScope]
ccscript3-1.1.7/src/interp.cpp:1340:14: style: The scope of the variable 'opt' can be reduced. [variableScope]
ccscript3-1.1.7/src/interp.cpp:1392:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ccscript3-1.1.7/src/interp.cpp:1393:9: style: The scope of the variable 'a' can be reduced. [variableScope]
ccscript3-1.1.7/src/interp.cpp:1395:7: style: The scope of the variable 'v' can be reduced. [variableScope]
ccscript3-1.1.7/src/interp.cpp:397:37: style: Function 'trap' argument 1 names different: declaration 'name' definition 'trapid'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:1472:24: note: Function 'trap' argument 1 names different: declaration 'name' definition 'trapid'.
ccscript3-1.1.7/src/interp.cpp:397:37: note: Function 'trap' argument 1 names different: declaration 'name' definition 'trapid'.
ccscript3-1.1.7/src/interp.cpp:515:38: style: Function 'error' argument 1 names different: declaration 'error' definition 'errmsg'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:1428:25: note: Function 'error' argument 1 names different: declaration 'error' definition 'errmsg'.
ccscript3-1.1.7/src/interp.cpp:515:38: note: Function 'error' argument 1 names different: declaration 'error' definition 'errmsg'.
ccscript3-1.1.7/src/interp.cpp:560:42: style: Function 'gotoEvent' argument 1 names different: declaration 'event' definition 'evt'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:1447:29: note: Function 'gotoEvent' argument 1 names different: declaration 'event' definition 'evt'.
ccscript3-1.1.7/src/interp.cpp:560:42: note: Function 'gotoEvent' argument 1 names different: declaration 'event' definition 'evt'.
ccscript3-1.1.7/src/interp.cpp:644:38: style: Function 'initRuntime' argument 1 names different: declaration 'name' definition 'scr'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:1360:25: note: Function 'initRuntime' argument 1 names different: declaration 'name' definition 'scr'.
ccscript3-1.1.7/src/interp.cpp:644:38: note: Function 'initRuntime' argument 1 names different: declaration 'name' definition 'scr'.
ccscript3-1.1.7/src/interp.cpp:1056:41: style: Function 'redirect' argument 1 names different: declaration 'scr' definition 'scriptname'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:1492:28: note: Function 'redirect' argument 1 names different: declaration 'scr' definition 'scriptname'.
ccscript3-1.1.7/src/interp.cpp:1056:41: note: Function 'redirect' argument 1 names different: declaration 'scr' definition 'scriptname'.
ccscript3-1.1.7/src/interp.cpp:1098:46: style: Function 'enterThread' argument 1 names different: declaration 'ScriptThread' definition 'thr'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:1485:27: note: Function 'enterThread' argument 1 names different: declaration 'ScriptThread' definition 'thr'.
ccscript3-1.1.7/src/interp.cpp:1098:46: note: Function 'enterThread' argument 1 names different: declaration 'ScriptThread' definition 'thr'.
ccscript3-1.1.7/src/interp.cpp:1159:39: style: Function 'signal' argument 1 names different: declaration 'name' definition 'trapname'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:1533:26: note: Function 'signal' argument 1 names different: declaration 'name' definition 'trapname'.
ccscript3-1.1.7/src/interp.cpp:1159:39: note: Function 'signal' argument 1 names different: declaration 'name' definition 'trapname'.
ccscript3-1.1.7/src/interp.cpp:1508:58: style: Function 'logerror' argument 2 names different: declaration 'name' definition 'scrname'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:1476:53: note: Function 'logerror' argument 2 names different: declaration 'name' definition 'scrname'.
ccscript3-1.1.7/src/interp.cpp:1508:58: note: Function 'logerror' argument 2 names different: declaration 'name' definition 'scrname'.
ccscript3-1.1.7/src/interp.cpp:1519:43: style: Function 'logmissing' argument 1 names different: declaration 'id' definition 'sym'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:1475:38: note: Function 'logmissing' argument 1 names different: declaration 'id' definition 'sym'.
ccscript3-1.1.7/src/interp.cpp:1519:43: note: Function 'logmissing' argument 1 names different: declaration 'id' definition 'sym'.
ccscript3-1.1.7/src/interp.cpp:1519:60: style: Function 'logmissing' argument 2 names different: declaration 'level' definition 'reason'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:1475:54: note: Function 'logmissing' argument 2 names different: declaration 'level' definition 'reason'.
ccscript3-1.1.7/src/interp.cpp:1519:60: note: Function 'logmissing' argument 2 names different: declaration 'level' definition 'reason'.
ccscript3-1.1.7/src/interp.cpp:1612:75: style: Function 'getSymbol' argument 3 names different: declaration 'max' definition 'size'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:1505:62: note: Function 'getSymbol' argument 3 names different: declaration 'max' definition 'size'.
ccscript3-1.1.7/src/interp.cpp:1612:75: note: Function 'getSymbol' argument 3 names different: declaration 'max' definition 'size'.
ccscript3-1.1.7/src/interp.cpp:128:10: style: Variable 'line' is assigned a value that is never used. [unreadVariable]
ccscript3-1.1.7/src/interp.cpp:1168:10: style: Variable 'cmask' is assigned a value that is never used. [unreadVariable]
ccscript3-1.1.7/src/interp.cpp:1205:10: style: Variable 'cmask' is assigned a value that is never used. [unreadVariable]
ccscript3-1.1.7/src/methods.cpp:57:47: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ccscript3-1.1.7/src/methods.cpp:120:34: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ccscript3-1.1.7/src/methods.cpp:122:39: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ccscript3-1.1.7/src/methods.cpp:127:39: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ccscript3-1.1.7/src/methods.cpp:147:34: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ccscript3-1.1.7/src/methods.cpp:149:39: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ccscript3-1.1.7/src/methods.cpp:1857:49: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ccscript3-1.1.7/src/methods.cpp:1873:34: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ccscript3-1.1.7/src/methods.cpp:1876:34: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ccscript3-1.1.7/src/methods.cpp:1907:23: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ccscript3-1.1.7/src/methods.cpp:1908:23: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
ccscript3-1.1.7/src/methods.cpp:845:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
ccscript3-1.1.7/src/methods.cpp:1427:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ccscript3-1.1.7/src/methods.cpp:1791:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ccscript3-1.1.7/src/methods.cpp:1819:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ccscript3-1.1.7/src/methods.cpp:167:14: style: The scope of the variable 'cp' can be reduced. [variableScope]
ccscript3-1.1.7/src/methods.cpp:221:16: style: The scope of the variable 'ndx' can be reduced. [variableScope]
ccscript3-1.1.7/src/methods.cpp:495:8: style: The scope of the variable 'ep' can be reduced. [variableScope]
ccscript3-1.1.7/src/methods.cpp:743:14: style: The scope of the variable 'var' can be reduced. [variableScope]
ccscript3-1.1.7/src/methods.cpp:830:10: style: The scope of the variable 'sym' can be reduced. [variableScope]
ccscript3-1.1.7/src/methods.cpp:882:16: style: The scope of the variable 'lockseq' can be reduced. [variableScope]
ccscript3-1.1.7/src/methods.cpp:883:7: style: The scope of the variable 'evtname' can be reduced. [variableScope]
ccscript3-1.1.7/src/methods.cpp:921:8: style: The scope of the variable 'dp' can be reduced. [variableScope]
ccscript3-1.1.7/src/methods.cpp:925:10: style: The scope of the variable 'dest' can be reduced. [variableScope]
ccscript3-1.1.7/src/methods.cpp:963:14: style: The scope of the variable 'tag' can be reduced. [variableScope]
ccscript3-1.1.7/src/methods.cpp:965:8: style: The scope of the variable 'ep' can be reduced. [variableScope]
ccscript3-1.1.7/src/methods.cpp:1191:10: style: The scope of the variable 'sym' can be reduced. [variableScope]
ccscript3-1.1.7/src/methods.cpp:1260:10: style: The scope of the variable 'sym' can be reduced. [variableScope]
ccscript3-1.1.7/src/methods.cpp:1261:14: style: The scope of the variable 'cp' can be reduced. [variableScope]
ccscript3-1.1.7/src/methods.cpp:1261:19: style: The scope of the variable 'pv' can be reduced. [variableScope]
ccscript3-1.1.7/src/methods.cpp:1332:10: style: The scope of the variable 'sym' can be reduced. [variableScope]
ccscript3-1.1.7/src/methods.cpp:1543:10: style: The scope of the variable 'sym' can be reduced. [variableScope]
ccscript3-1.1.7/src/methods.cpp:460:4: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
ccscript3-1.1.7/src/property.cpp:60:58: style: Function 'setValue' argument 2 names different: declaration 'size' definition 'len'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:1725:51: note: Function 'setValue' argument 2 names different: declaration 'size' definition 'len'.
ccscript3-1.1.7/src/property.cpp:60:58: note: Function 'setValue' argument 2 names different: declaration 'size' definition 'len'.
ccscript3-1.1.7/src/property.cpp:85:59: style: Function 'adjust' argument 3 names different: declaration 'adjustment' definition 'offset'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:1758:52: note: Function 'adjust' argument 3 names different: declaration 'adjustment' definition 'offset'.
ccscript3-1.1.7/src/property.cpp:85:59: note: Function 'adjust' argument 3 names different: declaration 'adjustment' definition 'offset'.
ccscript3-1.1.7/src/script.cpp:504:4: warning: Variable 'sym->data[0]' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
ccscript3-1.1.7/src/script.cpp:502:4: note: Variable 'sym->data[0]' is reassigned a value before the old one has been used. 'break;' missing?
ccscript3-1.1.7/src/script.cpp:504:4: note: Variable 'sym->data[0]' is reassigned a value before the old one has been used. 'break;' missing?
ccscript3-1.1.7/src/script.cpp:478:6: style: The scope of the variable 'dec' can be reduced. [variableScope]
ccscript3-1.1.7/src/symbols.cpp:116:92: style: Function 'gathertype' argument 4 names different: declaration 'group' definition 'type'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:324:78: note: Function 'gathertype' argument 4 names different: declaration 'group' definition 'type'.
ccscript3-1.1.7/src/symbols.cpp:116:92: note: Function 'gathertype' argument 4 names different: declaration 'group' definition 'type'.
ccscript3-1.1.7/src/thread.cpp:58:37: style: Function 'exit' argument 1 names different: declaration 'errmsg' definition 'msg'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:1634:24: note: Function 'exit' argument 1 names different: declaration 'errmsg' definition 'msg'.
ccscript3-1.1.7/src/thread.cpp:58:37: note: Function 'exit' argument 1 names different: declaration 'errmsg' definition 'msg'.
ccscript3-1.1.7/src/thread.cpp:67:52: style: Function 'exitEvent' argument 2 names different: declaration 'inherited' definition 'flag'. [funcArgNamesDifferent]
ccscript3-1.1.7/src/script3.h:1636:39: note: Function 'exitEvent' argument 2 names different: declaration 'inherited' definition 'flag'.
ccscript3-1.1.7/src/thread.cpp:67:52: note: Function 'exitEvent' argument 2 names different: declaration 'inherited' definition 'flag'.
ccscript3-1.1.7/tests/testscript.cpp:271:9: warning: Redundant assignment of 'status' to itself. [selfAssignment]
ccscript3-1.1.7/tests/testscript.cpp:129:14: style: The scope of the variable 'started' can be reduced. [variableScope]
ccscript3-1.1.7/tests/testscript.cpp:130:7: style: The scope of the variable 'fname' can be reduced. [variableScope]
ccscript3-1.1.7/tests/testscript.cpp:131:14: style: The scope of the variable 'ext' can be reduced. [variableScope]
ccscript3-1.1.7/tests/testscript.cpp:335:6: style: The scope of the variable 'stepper' can be reduced. [variableScope]
[14:08]

ftp://ftp.se.debian.org/debian/pool/main/libc/libccss/libccss_0.5.0.orig.tar.gz
ccss-0.5.0/ccss-cairo/ccss-cairo-appearance.h:27:0: error: #error "Only <ccss-cairo/ccss-cairo.h> can be included directly." [preprocessorErrorDirective]
ccss-0.5.0/ccss-cairo/ccss-cairo-background.h:27:0: error: #error "Only <ccss-cairo/ccss-cairo.h> can be included directly." [preprocessorErrorDirective]
ccss-0.5.0/ccss-cairo/ccss-cairo-border-image.h:27:0: error: #error "Only <ccss-cairo/ccss-cairo.h> can be included directly." [preprocessorErrorDirective]
ccss-0.5.0/ccss-cairo/ccss-cairo-border.h:27:0: error: #error "Only <ccss-cairo/ccss-cairo.h> can be included directly." [preprocessorErrorDirective]
ccss-0.5.0/ccss-cairo/ccss-cairo-appearance-parser.h:27:0: error: #error "Only <ccss-cairo/ccss-cairo.h> can be included directly." [preprocessorErrorDirective]
ccss-0.5.0/ccss-cairo/ccss-cairo-image-cache.h:27:0: error: #error "Only <ccss-cairo/ccss-cairo.h> can be included directly." [preprocessorErrorDirective]
ccss-0.5.0/ccss-cairo/ccss-cairo-image.h:27:0: error: #error "Only <ccss-cairo/ccss-cairo.h> can be included directly." [preprocessorErrorDirective]
ccss-0.5.0/ccss-cairo/ccss-cairo-property.h:27:0: error: #error "Only <ccss-cairo/ccss-cairo.h> can be included directly." [preprocessorErrorDirective]
ccss-0.5.0/ccss-gtk/ccss-gtk-color.h:27:0: error: #error "Only <ccss-gtk/ccss-gtk.h> can be included directly." [preprocessorErrorDirective]
ccss-0.5.0/ccss-gtk/ccss-gtk-functions.h:27:0: error: #error "Only <ccss-gtk/ccss-gtk.h> can be included directly." [preprocessorErrorDirective]
ccss-0.5.0/ccss-gtk/ccss-gtk-grammar.h:27:0: error: #error "Only <ccss-gtk/ccss-gtk.h> can be included directly." [preprocessorErrorDirective]
ccss-0.5.0/ccss-gtk/ccss-gtk-property.h:27:0: error: #error "Only <ccss-gtk/ccss-gtk.h> can be included directly." [preprocessorErrorDirective]
ccss-0.5.0/ccss-tests/test-parser.c:63:17: style: The scope of the variable 'style' can be reduced. [variableScope]
ccss-0.5.0/ccss-tests/test-parser.c:65:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
ccss-0.5.0/ccss/ccss-border-parser.c:244:27: style: Condition 'c3.base.state!=CCSS_PROPERTY_STATE_INVALID' is always true [knownConditionTrueFalse]
ccss-0.5.0/ccss/ccss-border-parser.c:374:27: style: Condition 's3.base.state!=CCSS_PROPERTY_STATE_INVALID' is always true [knownConditionTrueFalse]
ccss-0.5.0/ccss/ccss-border-parser.c:504:27: style: Condition 'w3.base.state!=CCSS_PROPERTY_STATE_INVALID' is always true [knownConditionTrueFalse]
ccss-0.5.0/ccss/ccss-border-parser.c:908:27: style: Condition 'r3.base.state!=CCSS_PROPERTY_STATE_INVALID' is always true [knownConditionTrueFalse]
ccss-0.5.0/ccss/ccss-border-parser.c:571:9: error: Uninitialized variable: ret [uninitvar]
ccss-0.5.0/ccss/ccss-grammar-function.c:31:9: style: The scope of the variable 'val' can be reduced. [variableScope]
ccss-0.5.0/ccss/ccss-grammar-parse.c:464:17: style: Function 'ccss_grammar_parse_buffer' argument 3 names different: declaration 'buffer_size' definition 'size'. [funcArgNamesDifferent]
ccss-0.5.0/ccss/ccss-grammar-priv.h:61:17: note: Function 'ccss_grammar_parse_buffer' argument 3 names different: declaration 'buffer_size' definition 'size'.
ccss-0.5.0/ccss/ccss-grammar-parse.c:464:17: note: Function 'ccss_grammar_parse_buffer' argument 3 names different: declaration 'buffer_size' definition 'size'.
ccss-0.5.0/ccss/ccss-node.c:166:14: style: The scope of the variable 'node_type_name' can be reduced. [variableScope]
ccss-0.5.0/ccss/ccss-padding-parser.c:170:27: style: Condition 'p3.base.state!=CCSS_PROPERTY_STATE_INVALID' is always true [knownConditionTrueFalse]
ccss-0.5.0/ccss/ccss-padding-parser.c:237:9: error: Uninitialized variable: ret [uninitvar]
ccss-0.5.0/ccss/ccss-position.c:45:23: style: Function 'ccss_position_parse' argument 3 names different: declaration 'value' definition 'values'. [funcArgNamesDifferent]
ccss-0.5.0/ccss/ccss-position.h:71:21: note: Function 'ccss_position_parse' argument 3 names different: declaration 'value' definition 'values'.
ccss-0.5.0/ccss/ccss-position.c:45:23: note: Function 'ccss_position_parse' argument 3 names different: declaration 'value' definition 'values'.
ccss-0.5.0/ccss/ccss-selector-group.c:50:19: style: The scope of the variable 'selector' can be reduced. [variableScope]
ccss-0.5.0/ccss/ccss-selector-group.c:112:19: style: The scope of the variable 'selector' can be reduced. [variableScope]
ccss-0.5.0/ccss/ccss-selector-group.c:233:25: style: The scope of the variable 'selector' can be reduced. [variableScope]
ccss-0.5.0/ccss/ccss-selector-group.c:234:20: style: The scope of the variable 'new_selector' can be reduced. [variableScope]
ccss-0.5.0/ccss/ccss-selector-group.c:275:19: style: The scope of the variable 'selector' can be reduced. [variableScope]
ccss-0.5.0/ccss/ccss-selector-group.c:303:25: style: The scope of the variable 'selector' can be reduced. [variableScope]
ccss-0.5.0/ccss/ccss-selector-group.c:306:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
ccss-0.5.0/ccss/ccss-selector-group.c:364:25: style: The scope of the variable 'selector' can be reduced. [variableScope]
ccss-0.5.0/ccss/ccss-selector-group.c:218:37: style: Unsigned variable '.' can't be negative so it is unnecessary to test it. [unsignedPositive]
ccss-0.5.0/ccss/ccss-selector-group.c:437:25: style: Function 'ccss_selector_group_apply_type' argument 2 names different: declaration 'type' definition 'type_name'. [funcArgNamesDifferent]
ccss-0.5.0/ccss/ccss-selector-group.h:48:19: note: Function 'ccss_selector_group_apply_type' argument 2 names different: declaration 'type' definition 'type_name'.
ccss-0.5.0/ccss/ccss-selector-group.c:437:25: note: Function 'ccss_selector_group_apply_type' argument 2 names different: declaration 'type' definition 'type_name'.
ccss-0.5.0/ccss/ccss-selector-group.c:383:0: style: Boolean variable 'ret' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
ccss-0.5.0/ccss/ccss-selector-group.c:389:0: style: Boolean variable 'ret' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
ccss-0.5.0/ccss/ccss-selector.c:1045:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
ccss-0.5.0/ccss/ccss-style.c:386:14: style: The scope of the variable 'property_name' can be reduced. [variableScope]
ccss-0.5.0/ccss/ccss-stylesheet.c:56:15: style: The scope of the variable 'key' can be reduced. [variableScope]
ccss-0.5.0/ccss/ccss-stylesheet.c:58:26: style: The scope of the variable 'group' can be reduced. [variableScope]
ccss-0.5.0/ccss/ccss-stylesheet.c:61:10: style: The scope of the variable 'have_dangling' can be reduced. [variableScope]
ccss-0.5.0/ccss/ccss-stylesheet.c:322:25: style: The scope of the variable 'group' can be reduced. [variableScope]
ccss-0.5.0/ccss/ccss-stylesheet.c:70:24: style: Variable 'key' is assigned a value that is never used. [unreadVariable]
ccss-0.5.0/ccss/ccss-stylesheet.c:648:15: style: Variable 'key' is not assigned a value. [unassignedVariable]
[14:08]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcdaudio/libcdaudio_0.99.12p2.orig.tar.gz
libcdaudio-0.99.12p2/src/cdaudio.c:639:46: style: Function 'cd_lba_to_msf' argument 2 names different: declaration 'frames' definition 'lba'. [funcArgNamesDifferent]
libcdaudio-0.99.12p2/src/cdaudio.h:421:51: note: Function 'cd_lba_to_msf' argument 2 names different: declaration 'frames' definition 'lba'.
libcdaudio-0.99.12p2/src/cdaudio.c:639:46: note: Function 'cd_lba_to_msf' argument 2 names different: declaration 'frames' definition 'lba'.
libcdaudio-0.99.12p2/src/cdaudio.c:139:11: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
libcdaudio-0.99.12p2/src/cdaudio.c:138:5: warning: The buffer 'devname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcdaudio-0.99.12p2/src/cdaudio.c:771:14: error: va_list 'arglist' was opened but not closed by va_end(). [va_end_missing]
libcdaudio-0.99.12p2/src/cddb.c:90:3: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
libcdaudio-0.99.12p2/src/cddb.c:335:9: style: The scope of the variable 'procbuffer' can be reduced. [variableScope]
libcdaudio-0.99.12p2/src/cddb.c:671:19: style: The scope of the variable 'host' can be reduced. [variableScope]
libcdaudio-0.99.12p2/src/cddb.c:708:13: style: The scope of the variable 'token' can be reduced. [variableScope]
libcdaudio-0.99.12p2/src/cddb.c:708:23: style: The scope of the variable 'http_string_len' can be reduced. [variableScope]
libcdaudio-0.99.12p2/src/cddb.c:709:9: style: The scope of the variable 'outbuffer' can be reduced. [variableScope]
libcdaudio-0.99.12p2/src/cddb.c:709:21: style: The scope of the variable 'http_string' can be reduced. [variableScope]
libcdaudio-0.99.12p2/src/cddb.c:879:54: style: The scope of the variable 'http_string' can be reduced. [variableScope]
libcdaudio-0.99.12p2/src/cddb.c:1177:28: style: The scope of the variable 'http_string' can be reduced. [variableScope]
libcdaudio-0.99.12p2/src/cddb.c:1300:17: style: The scope of the variable 'http_string_len' can be reduced. [variableScope]
libcdaudio-0.99.12p2/src/cddb.c:1301:18: style: The scope of the variable 'http_string' can be reduced. [variableScope]
libcdaudio-0.99.12p2/src/cddb.c:1393:20: style: Function 'cddb_read_data' argument 1 names different: declaration 'desc' definition 'cd_desc'. [funcArgNamesDifferent]
libcdaudio-0.99.12p2/src/cdaudio.h:481:24: note: Function 'cddb_read_data' argument 1 names different: declaration 'desc' definition 'cd_desc'.
libcdaudio-0.99.12p2/src/cddb.c:1393:20: note: Function 'cddb_read_data' argument 1 names different: declaration 'desc' definition 'cd_desc'.
libcdaudio-0.99.12p2/src/cddb.c:1581:52: style: Function 'cddb_read_disc_data' argument 2 names different: declaration 'data' definition 'outdata'. [funcArgNamesDifferent]
libcdaudio-0.99.12p2/src/cdaudio.h:483:56: note: Function 'cddb_read_disc_data' argument 2 names different: declaration 'data' definition 'outdata'.
libcdaudio-0.99.12p2/src/cddb.c:1581:52: note: Function 'cddb_read_disc_data' argument 2 names different: declaration 'data' definition 'outdata'.
libcdaudio-0.99.12p2/src/cddb.c:1711:48: style: Function 'cddb_write_data' argument 2 names different: declaration 'data' definition 'indata'. [funcArgNamesDifferent]
libcdaudio-0.99.12p2/src/cdaudio.h:484:52: note: Function 'cddb_write_data' argument 2 names different: declaration 'data' definition 'indata'.
libcdaudio-0.99.12p2/src/cddb.c:1711:48: note: Function 'cddb_write_data' argument 2 names different: declaration 'data' definition 'indata'.
libcdaudio-0.99.12p2/src/cddb.c:1310:23: style: Variable 'http_string_len' is assigned a value that is never used. [unreadVariable]
libcdaudio-0.99.12p2/src/cddb.c:480:7: warning: The buffer 'cddb_message' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcdaudio-0.99.12p2/src/cddb.c:541:7: warning: The buffer 'cddb_message' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcdaudio-0.99.12p2/src/cddb.c:680:2: warning: The buffer 'cddb_message' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcdaudio-0.99.12p2/src/cddb.c:689:7: warning: The buffer 'cddb_message' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcdaudio-0.99.12p2/src/cddb.c:695:7: warning: The buffer 'cddb_message' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcdaudio-0.99.12p2/src/cddb.c:834:4: warning: The buffer 'cddb_message' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcdaudio-0.99.12p2/src/cddb.c:955:7: warning: The buffer 'cddb_message' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcdaudio-0.99.12p2/src/cddb.c:968:5: warning: The buffer 'cddb_message' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcdaudio-0.99.12p2/src/cddb.c:978:5: warning: The buffer 'cddb_message' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcdaudio-0.99.12p2/src/cddb.c:1375:7: warning: The buffer 'cddb_message' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcdaudio-0.99.12p2/src/cddb.c:1385:5: warning: The buffer 'cddb_message' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcdaudio-0.99.12p2/src/cddb.c:1592:7: warning: The buffer 'cddb_message' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcdaudio-0.99.12p2/src/cddb.c:1722:7: warning: The buffer 'cddb_message' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcdaudio-0.99.12p2/src/cddb.c:1994:7: warning: The buffer 'cddb_message' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcdaudio-0.99.12p2/src/cddb.c:2047:7: warning: The buffer 'cddb_message' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcdaudio-0.99.12p2/src/cddb.c:2237:7: warning: The buffer 'cddb_message' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcdaudio-0.99.12p2/src/cddb.c:2255:7: warning: The buffer 'cddb_message' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcdaudio-0.99.12p2/src/cddb.c:2262:2: warning: The buffer 'cddb_message' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcdaudio-0.99.12p2/src/cddb.c:2268:2: warning: The buffer 'cddb_message' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcdaudio-0.99.12p2/src/cddb.c:2275:7: warning: The buffer 'cddb_message' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcdaudio-0.99.12p2/src/cddb.c:2331:3: warning: The buffer 'outbuffer' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcdaudio-0.99.12p2/src/cddb.c:1682:2: error: Buffer is accessed out of bounds. [bufferAccessOutOfBounds]
libcdaudio-0.99.12p2/src/cddb.c:210:26: style: Array index 'index' is used before limits check. [arrayIndexThenCheck]
libcdaudio-0.99.12p2/src/cddb.c:504:5: error: Resource leak: cddbconf [resourceLeak]
libcdaudio-0.99.12p2/src/cddb.c:1782:3: error: Memory pointed to by 'root_dir' is freed twice. [doubleFree]
libcdaudio-0.99.12p2/src/cddb.c:1786:7: error: Memory pointed to by 'data' is freed twice. [doubleFree]
libcdaudio-0.99.12p2/src/cddb.c:1787:7: error: Memory pointed to by 'genre_dir' is freed twice. [doubleFree]
libcdaudio-0.99.12p2/src/cddb.c:1788:7: error: Memory pointed to by 'file' is freed twice. [doubleFree]
libcdaudio-0.99.12p2/src/cddb.c:1791:7: error: Memory pointed to by 'data' is freed twice. [doubleFree]
libcdaudio-0.99.12p2/src/cddb.c:1792:7: error: Memory pointed to by 'genre_dir' is freed twice. [doubleFree]
libcdaudio-0.99.12p2/src/cddb.c:1793:7: error: Memory pointed to by 'file' is freed twice. [doubleFree]
libcdaudio-0.99.12p2/src/cddb.c:1799:7: error: Memory pointed to by 'data' is freed twice. [doubleFree]
libcdaudio-0.99.12p2/src/cddb.c:1800:7: error: Memory pointed to by 'genre_dir' is freed twice. [doubleFree]
libcdaudio-0.99.12p2/src/cddb.c:1801:7: error: Memory pointed to by 'file' is freed twice. [doubleFree]
libcdaudio-0.99.12p2/src/cddb.c:1806:3: error: Memory pointed to by 'genre_dir' is freed twice. [doubleFree]
libcdaudio-0.99.12p2/src/cddb.c:1809:5: error: Memory pointed to by 'data' is freed twice. [doubleFree]
libcdaudio-0.99.12p2/src/cddb.c:1810:5: error: Memory pointed to by 'file' is freed twice. [doubleFree]
libcdaudio-0.99.12p2/src/cddb.c:1814:3: error: Memory pointed to by 'file' is freed twice. [doubleFree]
libcdaudio-0.99.12p2/src/cddb.c:1981:3: error: Memory pointed to by 'indata' is freed twice. [doubleFree]
libcdaudio-0.99.12p2/src/cddb.c:1216:0: error: Memory leak: proc [memleak]
libcdaudio-0.99.12p2/src/cddb.c:1782:0: error: Deallocating a deallocated pointer: root_dir [deallocDealloc]
libcdaudio-0.99.12p2/src/cddb.c:1806:0: error: Deallocating a deallocated pointer: genre_dir [deallocDealloc]
libcdaudio-0.99.12p2/src/cddb.c:1814:0: error: Deallocating a deallocated pointer: file [deallocDealloc]
libcdaudio-0.99.12p2/src/cddb.c:1865:0: error: Deallocating a deallocated pointer: data [deallocDealloc]
libcdaudio-0.99.12p2/src/cddb.c:2382:0: error: Resource leak: cddb_entry [resourceLeak]
libcdaudio-0.99.12p2/src/cddb.c:716:16: error: va_list 'arglist' was opened but not closed by va_end(). [va_end_missing]
libcdaudio-0.99.12p2/src/cddb.c:887:16: error: va_list 'arglist' was opened but not closed by va_end(). [va_end_missing]
libcdaudio-0.99.12p2/src/cdindex.c:193:8: style: The scope of the variable 'i' can be reduced. [variableScope]
libcdaudio-0.99.12p2/src/cdindex.c:114:9: style: Variable 'dp' is assigned a value that is never used. [unreadVariable]
libcdaudio-0.99.12p2/src/cdindex.c:559:3: warning: The buffer 'inbuffer' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcdaudio-0.99.12p2/src/cdindex.c:569:3: warning: The buffer 'inbuffer' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcdaudio-0.99.12p2/src/cdindex.c:580:6: warning: The buffer 'inbuffer' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcdaudio-0.99.12p2/src/cdindex.c:587:3: warning: The buffer 'inbuffer' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcdaudio-0.99.12p2/src/cdindex.c:874:4: warning: The buffer 'outbuffer' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcdaudio-0.99.12p2/src/cdindex.c:902:0: error: Resource leak: cdindex_entry [resourceLeak]
libcdaudio-0.99.12p2/src/coverart.c:287:5: warning: The buffer 'cddb_message' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcdaudio-0.99.12p2/src/coverart.c:356:5: warning: The buffer 'cddb_message' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcdaudio-0.99.12p2/src/coverart.c:311:7: warning: The buffer 'procbuffer' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcdaudio-0.99.12p2/src/coverart.c:364:3: warning: The buffer 'procbuffer' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcdaudio-0.99.12p2/src/coverart.c:367:5: warning: The buffer 'extension' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcdaudio-0.99.12p2/src/coverart.c:369:5: warning: The buffer 'extension' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcdaudio-0.99.12p2/src/coverart.c:408:5: error: Memory leak: filename [memleak]
libcdaudio-0.99.12p2/src/data.c:258:63: style: Checking if unsigned variable 'strlen(outdata->data_title[outdata->data_title_index])' is less than zero. [unsignedLessThanZero]
libcdaudio-0.99.12p2/src/data.c:268:69: style: Checking if unsigned variable 'strlen(outdata->data_extended[outdata->data_extended_index])' is less than zero. [unsignedLessThanZero]
libcdaudio-0.99.12p2/src/data.c:288:3: style: Checking if unsigned variable 'strlen(outdata->data_track[index].track_name[outdata->data_track[index].track_name_index])' is less than zero. [unsignedLessThanZero]
libcdaudio-0.99.12p2/src/data.c:301:3: style: Checking if unsigned variable 'strlen(outdata->data_track[index].track_extended[outdata->data_track[index].track_extended_index])' is less than zero. [unsignedLessThanZero]
[14:08]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcdb-file-perl/libcdb-file-perl_0.99.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcddb/libcddb_1.3.2.orig.tar.gz
libcddb-1.3.2/lib/cddb_cmd.c:1424:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libcddb-1.3.2/lib/cddb_cmd.c:125:5: style: Variable 'fn' is reassigned a value before the old one has been used. [redundantAssignment]
libcddb-1.3.2/lib/cddb_cmd.c:118:0: note: Variable 'fn' is reassigned a value before the old one has been used.
libcddb-1.3.2/lib/cddb_cmd.c:125:5: note: Variable 'fn' is reassigned a value before the old one has been used.
libcddb-1.3.2/lib/cddb_cmd.c:144:5: style: Variable 'fn' is reassigned a value before the old one has been used. [redundantAssignment]
libcddb-1.3.2/lib/cddb_cmd.c:139:0: note: Variable 'fn' is reassigned a value before the old one has been used.
libcddb-1.3.2/lib/cddb_cmd.c:144:5: note: Variable 'fn' is reassigned a value before the old one has been used.
libcddb-1.3.2/lib/cddb_cmd.c:166:5: style: Variable 'fn' is reassigned a value before the old one has been used. [redundantAssignment]
libcddb-1.3.2/lib/cddb_cmd.c:160:0: note: Variable 'fn' is reassigned a value before the old one has been used.
libcddb-1.3.2/lib/cddb_cmd.c:166:5: note: Variable 'fn' is reassigned a value before the old one has been used.
libcddb-1.3.2/lib/cddb_cmd.c:762:25: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
libcddb-1.3.2/lib/cddb_cmd.c:770:27: note: Found duplicate branches for 'if' and 'else'.
libcddb-1.3.2/lib/cddb_cmd.c:762:25: note: Found duplicate branches for 'if' and 'else'.
libcddb-1.3.2/lib/cddb_cmd.c:226:9: style: The scope of the variable 'i' can be reduced. [variableScope]
libcddb-1.3.2/lib/cddb_cmd.c:1009:17: style: The scope of the variable 'line' can be reduced. [variableScope]
libcddb-1.3.2/lib/cddb_cmd.c:1026:30: style: The scope of the variable 'aux' can be reduced. [variableScope]
libcddb-1.3.2/lib/cddb_cmd.c:1255:9: style: The scope of the variable 'i' can be reduced. [variableScope]
libcddb-1.3.2/lib/cddb_cmd.c:1567:18: style: The scope of the variable 'site' can be reduced. [variableScope]
libcddb-1.3.2/lib/cddb_cmd.c:229:25: warning: Suspicious usage of 'sizeof' with a numeric constant as parameter. [sizeofwithnumericparameter]
libcddb-1.3.2/lib/cddb_cmd.c:1288:36: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
libcddb-1.3.2/lib/cddb_cmd.c:506:0: error: Memory leak: buf [memleak]
libcddb-1.3.2/lib/cddb_conn.c:71:17: style: The scope of the variable 's' can be reduced. [variableScope]
libcddb-1.3.2/lib/cddb_conn.c:545:11: style: The scope of the variable 'home' can be reduced. [variableScope]
libcddb-1.3.2/lib/cddb_disc.c:360:9: style: The scope of the variable 'old_len' can be reduced. [variableScope]
libcddb-1.3.2/lib/cddb_disc.c:360:22: style: The scope of the variable 'len' can be reduced. [variableScope]
libcddb-1.3.2/lib/cddb_disc.c:396:9: style: The scope of the variable 'old_len' can be reduced. [variableScope]
libcddb-1.3.2/lib/cddb_disc.c:396:22: style: The scope of the variable 'len' can be reduced. [variableScope]
libcddb-1.3.2/lib/cddb_disc.c:432:9: style: The scope of the variable 'old_len' can be reduced. [variableScope]
libcddb-1.3.2/lib/cddb_disc.c:432:22: style: The scope of the variable 'len' can be reduced. [variableScope]
libcddb-1.3.2/lib/cddb_disc.c:503:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
libcddb-1.3.2/lib/cddb_net.c:114:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
libcddb-1.3.2/lib/cddb_net.c:115:12: style: The scope of the variable 'now' can be reduced. [variableScope]
libcddb-1.3.2/lib/cddb_net.c:162:12: style: The scope of the variable 'now' can be reduced. [variableScope]
libcddb-1.3.2/lib/cddb_net.c:163:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
libcddb-1.3.2/lib/cddb_track.c:166:9: style: The scope of the variable 'start' can be reduced. [variableScope]
libcddb-1.3.2/lib/cddb_track.c:166:16: style: The scope of the variable 'end' can be reduced. [variableScope]
libcddb-1.3.2/lib/cddb_track.c:221:9: style: The scope of the variable 'old_len' can be reduced. [variableScope]
libcddb-1.3.2/lib/cddb_track.c:221:22: style: The scope of the variable 'len' can be reduced. [variableScope]
libcddb-1.3.2/lib/cddb_track.c:263:9: style: The scope of the variable 'old_len' can be reduced. [variableScope]
libcddb-1.3.2/lib/cddb_track.c:263:22: style: The scope of the variable 'len' can be reduced. [variableScope]
libcddb-1.3.2/lib/cddb_track.c:299:9: style: The scope of the variable 'old_len' can be reduced. [variableScope]
libcddb-1.3.2/lib/cddb_track.c:299:22: style: The scope of the variable 'len' can be reduced. [variableScope]
libcddb-1.3.2/lib/ll.c:109:13: style: The scope of the variable 'elem' can be reduced. [variableScope]
[14:08]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcddb-file-perl/libcddb-file-perl_1.05.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcddb-get-perl/libcddb-get-perl_2.28.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcddb-perl/libcddb-perl_1.222.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcdio/libcdio_2.0.0.orig.tar.gz
libcdio-2.0.0/example/C++/OO/device.cpp:53:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/C++/OO/device.cpp:55:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/C++/OO/device.cpp:57:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/C++/OO/device.cpp:59:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/C++/OO/device.cpp:61:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/C++/OO/device.cpp:64:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/C++/OO/device.cpp:66:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/C++/OO/device.cpp:68:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/C++/OO/device.cpp:70:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/C++/OO/device.cpp:79:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/C++/OO/device.cpp:81:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/C++/OO/device.cpp:83:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/C++/OO/device.cpp:85:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/C++/OO/device.cpp:94:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/C++/OO/device.cpp:96:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/C++/OO/device.cpp:98:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/C++/OO/drives.cpp:57:3: style: Variable 'ppsz_cd_drives' is reassigned a value before the old one has been used. [redundantAssignment]
libcdio-2.0.0/example/C++/OO/drives.cpp:54:0: note: Variable 'ppsz_cd_drives' is reassigned a value before the old one has been used.
libcdio-2.0.0/example/C++/OO/drives.cpp:57:3: note: Variable 'ppsz_cd_drives' is reassigned a value before the old one has been used.
libcdio-2.0.0/example/C++/OO/drives.cpp:76:3: style: Variable 'ppsz_cd_drives' is reassigned a value before the old one has been used. [redundantAssignment]
libcdio-2.0.0/example/C++/OO/drives.cpp:70:0: note: Variable 'ppsz_cd_drives' is reassigned a value before the old one has been used.
libcdio-2.0.0/example/C++/OO/drives.cpp:76:3: note: Variable 'ppsz_cd_drives' is reassigned a value before the old one has been used.
libcdio-2.0.0/example/C++/OO/drives.cpp:54:33: style: The scope of the variable 'c' can be reduced. [variableScope]
libcdio-2.0.0/example/C++/OO/drives.cpp:70:33: style: The scope of the variable 'c' can be reduced. [variableScope]
libcdio-2.0.0/example/C++/OO/eject.cpp:63:3: style: Exception should be caught by reference. [catchExceptionByValue]
libcdio-2.0.0/example/C++/OO/eject.cpp:67:3: style: Exception should be caught by reference. [catchExceptionByValue]
libcdio-2.0.0/example/C++/OO/eject.cpp:76:3: style: Exception should be caught by reference. [catchExceptionByValue]
libcdio-2.0.0/example/C++/OO/isofile.cpp:68:16: style: The scope of the variable 'i' can be reduced. [variableScope]
libcdio-2.0.0/example/C++/OO/isofile.cpp:76:0: error: Memory leak: p_iso [memleak]
libcdio-2.0.0/example/C++/OO/isofile2.cpp:76:16: style: The scope of the variable 'i' can be reduced. [variableScope]
libcdio-2.0.0/example/C++/OO/isofile2.cpp:140:2: style: Exception should be caught by reference. [catchExceptionByValue]
libcdio-2.0.0/example/C++/OO/isofile2.cpp:86:0: error: Memory leak: p_iso [memleak]
libcdio-2.0.0/example/C++/OO/mmc2.cpp:66:28: portability: Undefined behaviour, pointer arithmetic 'buf+65530' is out of bounds. [pointerOutOfBounds]
libcdio-2.0.0/example/C++/device.cpp:52:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/C++/device.cpp:54:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/C++/device.cpp:56:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/C++/device.cpp:58:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/C++/device.cpp:60:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/C++/device.cpp:63:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/C++/device.cpp:65:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/C++/device.cpp:67:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/C++/device.cpp:69:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/C++/device.cpp:78:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/C++/device.cpp:80:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/C++/device.cpp:82:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/C++/device.cpp:84:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/C++/device.cpp:93:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/C++/device.cpp:95:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/C++/device.cpp:97:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/C++/isofile.cpp:69:16: style: The scope of the variable 'i' can be reduced. [variableScope]
libcdio-2.0.0/example/C++/isofile2.cpp:69:16: style: The scope of the variable 'i' can be reduced. [variableScope]
libcdio-2.0.0/example/C++/isolist.cpp:70:19: style: The scope of the variable 'p_entnode' can be reduced. [variableScope]
libcdio-2.0.0/example/C++/mmc2.cpp:66:28: portability: Undefined behaviour, pointer arithmetic 'buf+65530' is out of bounds. [pointerOutOfBounds]
libcdio-2.0.0/example/audio.c:358:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libcdio-2.0.0/example/audio.c:309:8: style: The scope of the variable 'c' can be reduced. [variableScope]
libcdio-2.0.0/example/audio.c:229:20: style: Function 'play_track' argument 1 names different: declaration 't1' definition 'i_start_track'. [funcArgNamesDifferent]
libcdio-2.0.0/example/audio.c:58:32: note: Function 'play_track' argument 1 names different: declaration 't1' definition 'i_start_track'.
libcdio-2.0.0/example/audio.c:229:20: note: Function 'play_track' argument 1 names different: declaration 't1' definition 'i_start_track'.
libcdio-2.0.0/example/audio.c:229:43: style: Function 'play_track' argument 2 names different: declaration 't2' definition 'i_end_track'. [funcArgNamesDifferent]
libcdio-2.0.0/example/audio.c:58:44: note: Function 'play_track' argument 2 names different: declaration 't2' definition 'i_end_track'.
libcdio-2.0.0/example/audio.c:229:43: note: Function 'play_track' argument 2 names different: declaration 't2' definition 'i_end_track'.
libcdio-2.0.0/example/device.c:52:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/device.c:54:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/device.c:56:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/device.c:58:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/device.c:60:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/device.c:63:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/device.c:65:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/device.c:67:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/device.c:69:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/device.c:78:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/device.c:80:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/device.c:82:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/device.c:84:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/device.c:93:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/device.c:95:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/device.c:97:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/example/drives.c:57:3: style: Variable 'ppsz_cd_drives' is reassigned a value before the old one has been used. [redundantAssignment]
libcdio-2.0.0/example/drives.c:54:0: note: Variable 'ppsz_cd_drives' is reassigned a value before the old one has been used.
libcdio-2.0.0/example/drives.c:57:3: note: Variable 'ppsz_cd_drives' is reassigned a value before the old one has been used.
libcdio-2.0.0/example/drives.c:75:3: style: Variable 'ppsz_cd_drives' is reassigned a value before the old one has been used. [redundantAssignment]
libcdio-2.0.0/example/drives.c:70:0: note: Variable 'ppsz_cd_drives' is reassigned a value before the old one has been used.
libcdio-2.0.0/example/drives.c:75:3: note: Variable 'ppsz_cd_drives' is reassigned a value before the old one has been used.
libcdio-2.0.0/example/drives.c:54:33: style: The scope of the variable 'c' can be reduced. [variableScope]
libcdio-2.0.0/example/drives.c:70:33: style: The scope of the variable 'c' can be reduced. [variableScope]
libcdio-2.0.0/example/isofile.c:70:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libcdio-2.0.0/example/isofile2.c:82:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libcdio-2.0.0/example/isofuzzy.c:59:19: style: The scope of the variable 'entnode' can be reduced. [variableScope]
libcdio-2.0.0/example/isolist.c:68:19: style: The scope of the variable 'p_entnode' can be reduced. [variableScope]
libcdio-2.0.0/example/logging.c:121:5: style: Variable 'ppsz_cd_drives' is reassigned a value before the old one has been used. [redundantAssignment]
libcdio-2.0.0/example/logging.c:119:0: note: Variable 'ppsz_cd_drives' is reassigned a value before the old one has been used.
libcdio-2.0.0/example/logging.c:121:5: note: Variable 'ppsz_cd_drives' is reassigned a value before the old one has been used.
libcdio-2.0.0/example/logging.c:119:35: style: The scope of the variable 'c' can be reduced. [variableScope]
libcdio-2.0.0/example/mmc2a.c:148:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcdio-2.0.0/example/mmc2a.c:194:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcdio-2.0.0/example/mmc2a.c:194:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcdio-2.0.0/example/udffile.c:69:9: style: The scope of the variable 'p_outfd' can be reduced. [variableScope]
libcdio-2.0.0/lib/driver/_cdio_generic.c:284:11: style: The scope of the variable 'len' can be reduced. [variableScope]
libcdio-2.0.0/lib/driver/_cdio_generic.c:297:14: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
libcdio-2.0.0/lib/driver/_cdio_generic.c:73:47: style: Function 'cdio_generic_unimplemented_eject_media' argument 1 names different: declaration 'p_env' definition 'p_user_data'. [funcArgNamesDifferent]
libcdio-2.0.0/lib/driver/generic.h:96:70: note: Function 'cdio_generic_unimplemented_eject_media' argument 1 names different: declaration 'p_env' definition 'p_user_data'.
libcdio-2.0.0/lib/driver/_cdio_generic.c:73:47: note: Function 'cdio_generic_unimplemented_eject_media' argument 1 names different: declaration 'p_env' definition 'p_user_data'.
libcdio-2.0.0/lib/driver/_cdio_generic.c:102:26: style: Function 'cdio_generic_free' argument 1 names different: declaration 'p_env' definition 'p_user_data'. [funcArgNamesDifferent]
libcdio-2.0.0/lib/driver/generic.h:118:33: note: Function 'cdio_generic_free' argument 1 names different: declaration 'p_env' definition 'p_user_data'.
libcdio-2.0.0/lib/driver/_cdio_generic.c:102:26: note: Function 'cdio_generic_free' argument 1 names different: declaration 'p_env' definition 'p_user_data'.
libcdio-2.0.0/lib/driver/_cdio_generic.c:127:26: style: Function 'cdio_generic_init' argument 1 names different: declaration 'p_env' definition 'user_data'. [funcArgNamesDifferent]
libcdio-2.0.0/lib/driver/generic.h:123:33: note: Function 'cdio_generic_init' argument 1 names different: declaration 'p_env' definition 'user_data'.
libcdio-2.0.0/lib/driver/_cdio_generic.c:127:26: note: Function 'cdio_generic_init' argument 1 names different: declaration 'p_env' definition 'user_data'.
libcdio-2.0.0/lib/driver/_cdio_generic.c:127:41: style: Function 'cdio_generic_init' argument 2 names different: declaration 'open_mode' definition 'open_flags'. [funcArgNamesDifferent]
libcdio-2.0.0/lib/driver/generic.h:123:44: note: Function 'cdio_generic_init' argument 2 names different: declaration 'open_mode' definition 'open_flags'.
libcdio-2.0.0/lib/driver/_cdio_generic.c:127:41: note: Function 'cdio_generic_init' argument 2 names different: declaration 'open_mode' definition 'open_flags'.
libcdio-2.0.0/lib/driver/_cdio_generic.c:170:27: style: Function 'cdio_generic_lseek' argument 1 names different: declaration 'p_env' definition 'user_data'. [funcArgNamesDifferent]
libcdio-2.0.0/lib/driver/generic.h:130:35: note: Function 'cdio_generic_lseek' argument 1 names different: declaration 'p_env' definition 'user_data'.
libcdio-2.0.0/lib/driver/_cdio_generic.c:170:27: note: Function 'cdio_generic_lseek' argument 1 names different: declaration 'p_env' definition 'user_data'.
libcdio-2.0.0/lib/driver/_cdio_generic.c:182:26: style: Function 'cdio_generic_read' argument 1 names different: declaration 'p_env' definition 'user_data'. [funcArgNamesDifferent]
libcdio-2.0.0/lib/driver/generic.h:137:36: note: Function 'cdio_generic_read' argument 1 names different: declaration 'p_env' definition 'user_data'.
libcdio-2.0.0/lib/driver/_cdio_generic.c:182:26: note: Function 'cdio_generic_read' argument 1 names different: declaration 'p_env' definition 'user_data'.
libcdio-2.0.0/lib/driver/_cdio_generic.c:182:43: style: Function 'cdio_generic_read' argument 2 names different: declaration 'p_buf' definition 'buf'. [funcArgNamesDifferent]
libcdio-2.0.0/lib/driver/generic.h:137:49: note: Function 'cdio_generic_read' argument 2 names different: declaration 'p_buf' definition 'buf'.
libcdio-2.0.0/lib/driver/_cdio_generic.c:182:43: note: Function 'cdio_generic_read' argument 2 names different: declaration 'p_buf' definition 'buf'.
libcdio-2.0.0/lib/driver/_cdio_generic.c:192:32: style: Function 'cdio_generic_stdio_free' argument 1 names different: declaration 'env' definition 'p_user_data'. [funcArgNamesDifferent]
libcdio-2.0.0/lib/driver/generic.h:149:39: note: Function 'cdio_generic_stdio_free' argument 1 names different: declaration 'env' definition 'p_user_data'.
libcdio-2.0.0/lib/driver/_cdio_generic.c:192:32: note: Function 'cdio_generic_stdio_free' argument 1 names different: declaration 'env' definition 'p_user_data'.
libcdio-2.0.0/lib/driver/_cdio_generic.c:238:56: style: Function 'cdio_add_device_list' argument 2 names different: declaration 'psz_drive' definition 'drive'. [funcArgNamesDifferent]
libcdio-2.0.0/lib/driver/cdio_private.h:526:63: note: Function 'cdio_add_device_list' argument 2 names different: declaration 'psz_drive' definition 'drive'.
libcdio-2.0.0/lib/driver/_cdio_generic.c:238:56: note: Function 'cdio_add_device_list' argument 2 names different: declaration 'psz_drive' definition 'drive'.
libcdio-2.0.0/lib/driver/_cdio_generic.c:239:36: style: Function 'cdio_add_device_list' argument 3 names different: declaration 'i_drives' definition 'num_drives'. [funcArgNamesDifferent]
libcdio-2.0.0/lib/driver/cdio_private.h:527:43: note: Function 'cdio_add_device_list' argument 3 names different: declaration 'i_drives' definition 'num_drives'.
libcdio-2.0.0/lib/driver/_cdio_generic.c:239:36: note: Function 'cdio_add_device_list' argument 3 names different: declaration 'i_drives' definition 'num_drives'.
libcdio-2.0.0/lib/driver/_cdio_generic.c:498:54: style: Function 'set_track_flags' argument 2 names different: declaration 'flag' definition 'i_flag'. [funcArgNamesDifferent]
libcdio-2.0.0/lib/driver/generic.h:234:61: note: Function 'set_track_flags' argument 2 names different: declaration 'flag' definition 'i_flag'.
libcdio-2.0.0/lib/driver/_cdio_generic.c:498:54: note: Function 'set_track_flags' argument 2 names different: declaration 'flag' definition 'i_flag'.
libcdio-2.0.0/lib/driver/_cdio_stdio.c:244:27: style: Function 'cdio_stdio_new' argument 1 names different: declaration 'psz_path' definition 'pathname'. [funcArgNamesDifferent]
libcdio-2.0.0/lib/driver/_cdio_stdio.h:32:46: note: Function 'cdio_stdio_new' argument 1 names different: declaration 'psz_path' definition 'pathname'.
libcdio-2.0.0/lib/driver/_cdio_stdio.c:244:27: note: Function 'cdio_stdio_new' argument 1 names different: declaration 'psz_path' definition 'pathname'.
libcdio-2.0.0/lib/driver/_cdio_stream.c:150:61: style: Function 'cdio_stream_read' argument 3 names different: declaration 'i_size' definition 'size'. [funcArgNamesDifferent]
libcdio-2.0.0/lib/driver/_cdio_stream.h:90:71: note: Function 'cdio_stream_read' argument 3 names different: declaration 'i_size' definition 'size'.
libcdio-2.0.0/lib/driver/_cdio_stream.c:150:61: note: Function 'cdio_stream_read' argument 3 names different: declaration 'i_size' definition 'size'.
libcdio-2.0.0/lib/driver/_cdio_stream.c:179:49: style: Function 'cdio_stream_seek' argument 2 names different: declaration 'i_offset' definition 'offset'. [funcArgNamesDifferent]
libcdio-2.0.0/lib/driver/_cdio_stream.h:109:55: note: Function 'cdio_stream_seek' argument 2 names different: declaration 'i_offset' definition 'offset'.
libcdio-2.0.0/lib/driver/_cdio_stream.c:179:49: note: Function 'cdio_stream_seek' argument 2 names different: declaration 'i_offset' definition 'offset'.
libcdio-2.0.0/lib/driver/cd_types.c:227:8: style: The scope of the variable 'sector0_read_ok' can be reduced. [variableScope]
libcdio-2.0.0/lib/driver/cdtext.c:526:17: style: The scope of the variable 'j' can be reduced. [variableScope]
libcdio-2.0.0/lib/driver/cdtext.c:535:17: style: The scope of the variable 'cur_track' can be reduced. [variableScope]
libcdio-2.0.0/lib/driver/cdtext.c:446:30: style: Function 'cdtext_is_field' argument 1 names different: declaration 'field' definition 'key'. [funcArgNamesDifferent]
libcdio-2.0.0/lib/driver/cdtext_private.h:138:45: note: Function 'cdtext_is_field' argument 1 names different: declaration 'field' definition 'key'.
libcdio-2.0.0/lib/driver/cdtext.c:446:30: note: Function 'cdtext_is_field' argument 1 names different: declaration 'field' definition 'key'.
libcdio-2.0.0/lib/driver/cdtext.c:782:33: style: Function 'cdtext_read_pack' argument 1 names different: declaration 'pack' definition 'p_pack'. [funcArgNamesDifferent]
libcdio-2.0.0/lib/driver/cdtext_private.h:132:38: note: Function 'cdtext_read_pack' argument 1 names different: declaration 'pack' definition 'p_pack'.
libcdio-2.0.0/lib/driver/cdtext.c:782:33: note: Function 'cdtext_read_pack' argument 1 names different: declaration 'pack' definition 'p_pack'.
libcdio-2.0.0/lib/driver/cdtext.c:782:56: style: Function 'cdtext_read_pack' argument 2 names different: declaration 'data' definition 'p_data'. [funcArgNamesDifferent]
libcdio-2.0.0/lib/driver/cdtext_private.h:132:59: note: Function 'cdtext_read_pack' argument 2 names different: declaration 'data' definition 'p_data'.
libcdio-2.0.0/lib/driver/cdtext.c:782:56: note: Function 'cdtext_read_pack' argument 2 names different: declaration 'data' definition 'p_data'.
libcdio-2.0.0/lib/driver/device.c:337:18: style: The scope of the variable 'all_dp' can be reduced. [variableScope]
libcdio-2.0.0/lib/driver/gnu_linux.c:1746:0: error: Syntax error in #if [preprocessorErrorDirective]
libcdio-2.0.0/lib/driver/image/bincue.c:602:21: style: Expression is always false because 'else if' condition matches previous condition at line 529. [multiCondition]
libcdio-2.0.0/lib/driver/image/bincue.c:919:7: style: The scope of the variable 'retval' can be reduced. [variableScope]
libcdio-2.0.0/lib/driver/image/bincue.c:979:7: style: The scope of the variable 'retval' can be reduced. [variableScope]
libcdio-2.0.0/lib/driver/image/bincue.c:265:48: style: Function 'parse_cuefile' argument 2 names different: declaration 'toc_name' definition 'psz_cue_name'. [funcArgNamesDifferent]
libcdio-2.0.0/lib/driver/image/bincue.c:89:59: note: Function 'parse_cuefile' argument 2 names different: declaration 'toc_name' definition 'psz_cue_name'.
libcdio-2.0.0/lib/driver/image/bincue.c:265:48: note: Function 'parse_cuefile' argument 2 names different: declaration 'toc_name' definition 'psz_cue_name'.
libcdio-2.0.0/lib/driver/image/cdrdao.c:1068:7: style: The scope of the variable 'retval' can be reduced. [variableScope]
libcdio-2.0.0/lib/driver/image/cdrdao.c:1133:7: style: The scope of the variable 'retval' can be reduced. [variableScope]
libcdio-2.0.0/lib/driver/image/cdrdao.c:300:48: style: Function 'parse_tocfile' argument 2 names different: declaration 'p_toc_name' definition 'psz_cue_name'. [funcArgNamesDifferent]
libcdio-2.0.0/lib/driver/image/cdrdao.c:82:60: note: Function 'parse_tocfile' argument 2 names different: declaration 'p_toc_name' definition 'psz_cue_name'.
libcdio-2.0.0/lib/driver/image/cdrdao.c:300:48: note: Function 'parse_tocfile' argument 2 names different: declaration 'p_toc_name' definition 'psz_cue_name'.
libcdio-2.0.0/lib/driver/image/nrg.c:241:17: warning: Either the condition 'if(p_env)' is redundant or there is possible null pointer dereference: p_env. [nullPointerRedundantCheck]
libcdio-2.0.0/lib/driver/image/nrg.c:268:6: note: Assuming that condition 'if(p_env)' is not redundant
libcdio-2.0.0/lib/driver/image/nrg.c:241:17: note: Null pointer dereference
libcdio-2.0.0/lib/driver/image/nrg.c:259:6: warning: Either the condition 'if(p_env)' is redundant or there is possible null pointer dereference: p_env. [nullPointerRedundantCheck]
libcdio-2.0.0/lib/driver/image/nrg.c:268:6: note: Assuming that condition 'if(p_env)' is not redundant
libcdio-2.0.0/lib/driver/image/nrg.c:259:6: note: Null pointer dereference
libcdio-2.0.0/lib/driver/image/nrg.c:260:6: warning: Either the condition 'if(p_env)' is redundant or there is possible null pointer dereference: p_env. [nullPointerRedundantCheck]
libcdio-2.0.0/lib/driver/image/nrg.c:268:6: note: Assuming that condition 'if(p_env)' is not redundant
libcdio-2.0.0/lib/driver/image/nrg.c:260:6: note: Null pointer dereference
libcdio-2.0.0/lib/driver/image/nrg.c:261:6: warning: Either the condition 'if(p_env)' is redundant or there is possible null pointer dereference: p_env. [nullPointerRedundantCheck]
libcdio-2.0.0/lib/driver/image/nrg.c:268:6: note: Assuming that condition 'if(p_env)' is not redundant
libcdio-2.0.0/lib/driver/image/nrg.c:261:6: note: Null pointer dereference
libcdio-2.0.0/lib/driver/image/nrg.c:1014:7: style: The scope of the variable 'retval' can be reduced. [variableScope]
libcdio-2.0.0/lib/driver/image/nrg.c:1087:7: style: The scope of the variable 'retval' can be reduced. [variableScope]
libcdio-2.0.0/lib/driver/image/nrg.c:182:28: style: Function 'parse_nrg' argument 1 names different: declaration 'env' definition 'p_env'. [funcArgNamesDifferent]
libcdio-2.0.0/lib/driver/image/nrg.c:75:41: note: Function 'parse_nrg' argument 1 names different: declaration 'env' definition 'p_env'.
libcdio-2.0.0/lib/driver/image/nrg.c:182:28: note: Function 'parse_nrg' argument 1 names different: declaration 'env' definition 'p_env'.
libcdio-2.0.0/lib/driver/image/nrg.c:182:47: style: Function 'parse_nrg' argument 2 names different: declaration 'psz_cue_name' definition 'psz_nrg_name'. [funcArgNamesDifferent]
libcdio-2.0.0/lib/driver/image/nrg.c:75:58: note: Function 'parse_nrg' argument 2 names different: declaration 'psz_cue_name' definition 'psz_nrg_name'.
libcdio-2.0.0/lib/driver/image/nrg.c:182:47: note: Function 'parse_nrg' argument 2 names different: declaration 'psz_cue_name' definition 'psz_nrg_name'.
libcdio-2.0.0/lib/driver/image_common.c:103:26: style: Function '_get_cdtext_image' argument 1 names different: declaration 'p_user_data' definition 'user_data'. [funcArgNamesDifferent]
libcdio-2.0.0/lib/driver/image_common.h:79:36: note: Function '_get_cdtext_image' argument 1 names different: declaration 'p_user_data' definition 'user_data'.
libcdio-2.0.0/lib/driver/image_common.c:103:26: note: Function '_get_cdtext_image' argument 1 names different: declaration 'p_user_data' definition 'user_data'.
libcdio-2.0.0/lib/driver/image_common.c:364:23: style: Function '_set_arg_image' argument 1 names different: declaration 'user_data' definition 'p_user_data'. [funcArgNamesDifferent]
libcdio-2.0.0/lib/driver/image_common.h:200:27: note: Function '_set_arg_image' argument 1 names different: declaration 'user_data' definition 'p_user_data'.
libcdio-2.0.0/lib/driver/image_common.c:364:23: note: Function '_set_arg_image' argument 1 names different: declaration 'user_data' definition 'p_user_data'.
libcdio-2.0.0/lib/driver/mmc/mmc.c:572:13: style: struct member 'Anonymous0::reserved1' is never used. [unusedStructMember]
libcdio-2.0.0/lib/driver/mmc/mmc.c:573:13: style: struct member 'Anonymous0::medium' is never used. [unusedStructMember]
libcdio-2.0.0/lib/driver/mmc/mmc.c:574:13: style: struct member 'Anonymous0::reserved2' is never used. [unusedStructMember]
libcdio-2.0.0/lib/driver/mmc/mmc.c:576:13: style: struct member 'Anonymous0::density' is never used. [unusedStructMember]
libcdio-2.0.0/lib/driver/mmc/mmc.c:577:13: style: struct member 'Anonymous0::number_of_blocks_hi' is never used. [unusedStructMember]
libcdio-2.0.0/lib/driver/mmc/mmc.c:578:13: style: struct member 'Anonymous0::number_of_blocks_med' is never used. [unusedStructMember]
libcdio-2.0.0/lib/driver/mmc/mmc.c:579:13: style: struct member 'Anonymous0::number_of_blocks_lo' is never used. [unusedStructMember]
libcdio-2.0.0/lib/driver/mmc/mmc.c:580:13: style: struct member 'Anonymous0::reserved3' is never used. [unusedStructMember]
libcdio-2.0.0/lib/driver/mmc/mmc_hl_cmds.c:117:11: style: The scope of the variable 'profile_number' can be reduced. [variableScope]
libcdio-2.0.0/lib/driver/mmc/mmc_hl_cmds.c:118:7: style: The scope of the variable 'profile_active' can be reduced. [variableScope]
libcdio-2.0.0/lib/driver/netbsd.c:651:0: error: Syntax error in #if [preprocessorErrorDirective]
libcdio-2.0.0/lib/driver/solaris.c:1158:33: style: Function 'close_tray_solaris' argument 1 names different: declaration 'psz_drive' definition 'psz_device'. [funcArgNamesDifferent]
libcdio-2.0.0/lib/driver/cdio_private.h:534:56: note: Function 'close_tray_solaris' argument 1 names different: declaration 'psz_drive' definition 'psz_device'.
libcdio-2.0.0/lib/driver/solaris.c:1158:33: note: Function 'close_tray_solaris' argument 1 names different: declaration 'psz_drive' definition 'psz_device'.
libcdio-2.0.0/lib/driver/utf8.c:350:0: error: #error "The iconv library is needed to build drivers, but it is not detected" [preprocessorErrorDirective]
libcdio-2.0.0/lib/iso9660/iso9660.c:719:29: warning: Either the condition 'dir!=NULL' is redundant or there is possible null pointer dereference: idr. [nullPointerRedundantCheck]
libcdio-2.0.0/lib/iso9660/iso9660.c:728:20: note: Assuming that condition 'dir!=NULL' is not redundant
libcdio-2.0.0/lib/iso9660/iso9660.c:716:24: note: Assignment 'idr=dir', assigned value is 0
libcdio-2.0.0/lib/iso9660/iso9660.c:719:29: note: Null pointer dereference
libcdio-2.0.0/lib/iso9660/iso9660.c:870:21: warning: Either the condition 'pt!=NULL' is redundant or there is possible null pointer dereference: tmp. [nullPointerRedundantCheck]
libcdio-2.0.0/lib/iso9660/iso9660.c:868:19: note: Assuming that condition 'pt!=NULL' is not redundant
libcdio-2.0.0/lib/iso9660/iso9660.c:864:24: note: Assignment 'tmp=pt', assigned value is 0
libcdio-2.0.0/lib/iso9660/iso9660.c:870:21: note: Null pointer dereference
libcdio-2.0.0/lib/iso9660/iso9660.c:902:21: warning: Either the condition 'pt!=NULL' is redundant or there is possible null pointer dereference: tmp. [nullPointerRedundantCheck]
libcdio-2.0.0/lib/iso9660/iso9660.c:900:19: note: Assuming that condition 'pt!=NULL' is not redundant
libcdio-2.0.0/lib/iso9660/iso9660.c:896:24: note: Assignment 'tmp=pt', assigned value is 0
libcdio-2.0.0/lib/iso9660/iso9660.c:902:21: note: Null pointer dereference
libcdio-2.0.0/lib/iso9660/iso9660.c:1013:8: warning: Either the condition 'pathname!=NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
libcdio-2.0.0/lib/iso9660/iso9660.c:1011:25: note: Assuming that condition 'pathname!=NULL' is not redundant
libcdio-2.0.0/lib/iso9660/iso9660.c:1008:19: note: Assignment 'p=pathname', assigned value is 0
libcdio-2.0.0/lib/iso9660/iso9660.c:1013:8: note: Null pointer dereference
libcdio-2.0.0/lib/iso9660/iso9660_fs.c:828:20: style: Condition 'i_rr_fname>0' is always false [knownConditionTrueFalse]
libcdio-2.0.0/lib/iso9660/iso9660_fs.c:825:7: note: Assignment 'i_rr_fname=0', assigned value is 0
libcdio-2.0.0/lib/iso9660/iso9660_fs.c:828:20: note: Condition 'i_rr_fname>0' is always false
libcdio-2.0.0/lib/iso9660/iso9660_fs.c:1386:5: style: Variable '_dirbuf' is reassigned a value before the old one has been used. [redundantAssignment]
libcdio-2.0.0/lib/iso9660/iso9660_fs.c:1383:0: note: Variable '_dirbuf' is reassigned a value before the old one has been used.
libcdio-2.0.0/lib/iso9660/iso9660_fs.c:1386:5: note: Variable '_dirbuf' is reassigned a value before the old one has been used.
libcdio-2.0.0/lib/iso9660/iso9660_fs.c:828:20: style: Same expression on both sides of '>' because the value of 'i_rr_fname' and '0' are the same. [duplicateExpression]
libcdio-2.0.0/lib/iso9660/iso9660_fs.c:825:7: note: 'i_rr_fname' is assigned value '0' here.
libcdio-2.0.0/lib/iso9660/iso9660_fs.c:828:20: note: Same expression on both sides of '>' because the value of 'i_rr_fname' and '0' are the same.
libcdio-2.0.0/lib/iso9660/iso9660_fs.c:819:10: style: The scope of the variable 'rr_fname' can be reduced. [variableScope]
libcdio-2.0.0/lib/iso9660/iso9660_fs.c:1023:19: style: The scope of the variable 'p_stat' can be reduced. [variableScope]
libcdio-2.0.0/lib/iso9660/iso9660_fs.c:1765:20: style: The scope of the variable 'i_last_component' can be reduced. [variableScope]
libcdio-2.0.0/lib/iso9660/rock.c:245:25: style: The scope of the variable 'p_oldsl' can be reduced. [variableScope]
libcdio-2.0.0/lib/iso9660/rock.c:416:25: style: The scope of the variable 'p_oldsl' can be reduced. [variableScope]
libcdio-2.0.0/lib/udf/filemode.c:188:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/lib/udf/filemode.c:189:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/lib/udf/filemode.c:190:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/lib/udf/filemode.c:191:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/lib/udf/filemode.c:192:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/lib/udf/filemode.c:193:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/lib/udf/filemode.c:194:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/lib/udf/filemode.c:195:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/lib/udf/filemode.c:196:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/lib/udf/udf_fs.c:657:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libcdio-2.0.0/lib/udf/udf_fs.c:769:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libcdio-2.0.0/lib/udf/udf_fs.c:338:8: style: The scope of the variable 'i_read' can be reduced. [variableScope]
libcdio-2.0.0/lib/udf/udf_fs.c:689:12: style: The scope of the variable 'p' can be reduced. [variableScope]
libcdio-2.0.0/src/cd-drive.c:292:5: style: Variable 'ppsz_cdrives' is reassigned a value before the old one has been used. [redundantAssignment]
libcdio-2.0.0/src/cd-drive.c:289:0: note: Variable 'ppsz_cdrives' is reassigned a value before the old one has been used.
libcdio-2.0.0/src/cd-drive.c:292:5: note: Variable 'ppsz_cdrives' is reassigned a value before the old one has been used.
libcdio-2.0.0/src/cd-drive.c:251:11: style: The scope of the variable 'default_device' can be reduced. [variableScope]
libcdio-2.0.0/src/cd-drive.c:289:33: style: The scope of the variable 'ppsz_cd' can be reduced. [variableScope]
libcdio-2.0.0/src/cd-info.c:845:26: style: The scope of the variable 'ms_offset' can be reduced. [variableScope]
libcdio-2.0.0/src/cd-info.c:855:26: style: The scope of the variable 'media_catalog_number' can be reduced. [variableScope]
libcdio-2.0.0/src/cd-info.c:856:26: style: The scope of the variable 'isrc' can be reduced. [variableScope]
libcdio-2.0.0/src/cd-info.c:552:36: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libcdio-2.0.0/src/cd-read.c:509:3: style: Variable 'p_cdio' is reassigned a value before the old one has been used. [redundantAssignment]
libcdio-2.0.0/src/cd-read.c:497:0: note: Variable 'p_cdio' is reassigned a value before the old one has been used.
libcdio-2.0.0/src/cd-read.c:509:3: note: Variable 'p_cdio' is reassigned a value before the old one has been used.
libcdio-2.0.0/src/cd-read.c:113:18: style: struct member 'arguments::print_iso9660' is never used. [unusedStructMember]
libcdio-2.0.0/src/cdda-player.c:66:0: error: #error "You need <curses.h> or <ncurses.h to build cdda-player" [preprocessorErrorDirective]
libcdio-2.0.0/src/cdinfo-linux.c:680:7: style: The scope of the variable 'fs' can be reduced. [variableScope]
libcdio-2.0.0/src/getopt.c:283:42: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
libcdio-2.0.0/src/getopt.c:392:25: style: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt_int.h:112:36: note: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'.
libcdio-2.0.0/src/getopt.c:392:25: note: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'.
libcdio-2.0.0/src/getopt.c:392:44: style: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt_int.h:112:58: note: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'.
libcdio-2.0.0/src/getopt.c:392:44: note: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'.
libcdio-2.0.0/src/getopt.c:392:62: style: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt_int.h:113:23: note: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'.
libcdio-2.0.0/src/getopt.c:392:62: note: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'.
libcdio-2.0.0/src/getopt.c:393:28: style: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt_int.h:114:32: note: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'.
libcdio-2.0.0/src/getopt.c:393:28: note: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'.
libcdio-2.0.0/src/getopt.c:393:43: style: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt_int.h:114:49: note: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'.
libcdio-2.0.0/src/getopt.c:393:43: note: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'.
libcdio-2.0.0/src/getopt.c:394:11: style: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt_int.h:115:15: note: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'.
libcdio-2.0.0/src/getopt.c:394:11: note: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'.
libcdio-2.0.0/src/getopt.c:394:43: style: Function '_getopt_internal_r' argument 7 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt_int.h:115:49: note: Function '_getopt_internal_r' argument 7 names different: declaration '__data' definition 'd'.
libcdio-2.0.0/src/getopt.c:394:43: note: Function '_getopt_internal_r' argument 7 names different: declaration '__data' definition 'd'.
libcdio-2.0.0/src/getopt.c:1167:23: style: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt_int.h:22:34: note: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'.
libcdio-2.0.0/src/getopt.c:1167:23: note: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'.
libcdio-2.0.0/src/getopt.c:1167:42: style: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt_int.h:22:56: note: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'.
libcdio-2.0.0/src/getopt.c:1167:42: note: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'.
libcdio-2.0.0/src/getopt.c:1167:60: style: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt_int.h:23:21: note: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'.
libcdio-2.0.0/src/getopt.c:1167:60: note: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'.
libcdio-2.0.0/src/getopt.c:1168:26: style: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt_int.h:24:37: note: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'.
libcdio-2.0.0/src/getopt.c:1168:26: note: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'.
libcdio-2.0.0/src/getopt.c:1168:41: style: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt_int.h:24:54: note: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'.
libcdio-2.0.0/src/getopt.c:1168:41: note: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'.
libcdio-2.0.0/src/getopt.c:1168:54: style: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt_int.h:25:13: note: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'.
libcdio-2.0.0/src/getopt.c:1168:54: note: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'.
libcdio-2.0.0/src/getopt.c:569:30: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libcdio-2.0.0/src/getopt1.c:62:18: style: Function 'getopt_long' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt.h:186:29: note: Function 'getopt_long' argument 1 names different: declaration '___argc' definition 'argc'.
libcdio-2.0.0/src/getopt1.c:62:18: note: Function 'getopt_long' argument 1 names different: declaration '___argc' definition 'argc'.
libcdio-2.0.0/src/getopt1.c:62:37: style: Function 'getopt_long' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt.h:186:51: note: Function 'getopt_long' argument 2 names different: declaration '___argv' definition 'argv'.
libcdio-2.0.0/src/getopt1.c:62:37: note: Function 'getopt_long' argument 2 names different: declaration '___argv' definition 'argv'.
libcdio-2.0.0/src/getopt1.c:62:55: style: Function 'getopt_long' argument 3 names different: declaration '__shortopts' definition 'options'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt.h:187:16: note: Function 'getopt_long' argument 3 names different: declaration '__shortopts' definition 'options'.
libcdio-2.0.0/src/getopt1.c:62:55: note: Function 'getopt_long' argument 3 names different: declaration '__shortopts' definition 'options'.
libcdio-2.0.0/src/getopt1.c:63:28: style: Function 'getopt_long' argument 4 names different: declaration '__longopts' definition 'long_options'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt.h:188:32: note: Function 'getopt_long' argument 4 names different: declaration '__longopts' definition 'long_options'.
libcdio-2.0.0/src/getopt1.c:63:28: note: Function 'getopt_long' argument 4 names different: declaration '__longopts' definition 'long_options'.
libcdio-2.0.0/src/getopt1.c:63:47: style: Function 'getopt_long' argument 5 names different: declaration '__longind' definition 'opt_index'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt.h:188:49: note: Function 'getopt_long' argument 5 names different: declaration '__longind' definition 'opt_index'.
libcdio-2.0.0/src/getopt1.c:63:47: note: Function 'getopt_long' argument 5 names different: declaration '__longind' definition 'opt_index'.
libcdio-2.0.0/src/getopt1.c:69:21: style: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt_int.h:118:32: note: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'.
libcdio-2.0.0/src/getopt1.c:69:21: note: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'.
libcdio-2.0.0/src/getopt1.c:69:40: style: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt_int.h:118:54: note: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'.
libcdio-2.0.0/src/getopt1.c:69:40: note: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'.
libcdio-2.0.0/src/getopt1.c:69:58: style: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt_int.h:119:19: note: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'.
libcdio-2.0.0/src/getopt1.c:69:58: note: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'.
libcdio-2.0.0/src/getopt1.c:70:24: style: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt_int.h:120:28: note: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
libcdio-2.0.0/src/getopt1.c:70:24: note: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
libcdio-2.0.0/src/getopt1.c:70:43: style: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt_int.h:120:45: note: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
libcdio-2.0.0/src/getopt1.c:70:43: note: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
libcdio-2.0.0/src/getopt1.c:71:24: style: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt_int.h:121:28: note: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'.
libcdio-2.0.0/src/getopt1.c:71:24: note: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'.
libcdio-2.0.0/src/getopt1.c:83:23: style: Function 'getopt_long_only' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt.h:190:34: note: Function 'getopt_long_only' argument 1 names different: declaration '___argc' definition 'argc'.
libcdio-2.0.0/src/getopt1.c:83:23: note: Function 'getopt_long_only' argument 1 names different: declaration '___argc' definition 'argc'.
libcdio-2.0.0/src/getopt1.c:83:42: style: Function 'getopt_long_only' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt.h:190:56: note: Function 'getopt_long_only' argument 2 names different: declaration '___argv' definition 'argv'.
libcdio-2.0.0/src/getopt1.c:83:42: note: Function 'getopt_long_only' argument 2 names different: declaration '___argv' definition 'argv'.
libcdio-2.0.0/src/getopt1.c:83:60: style: Function 'getopt_long_only' argument 3 names different: declaration '__shortopts' definition 'options'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt.h:191:21: note: Function 'getopt_long_only' argument 3 names different: declaration '__shortopts' definition 'options'.
libcdio-2.0.0/src/getopt1.c:83:60: note: Function 'getopt_long_only' argument 3 names different: declaration '__shortopts' definition 'options'.
libcdio-2.0.0/src/getopt1.c:84:26: style: Function 'getopt_long_only' argument 4 names different: declaration '__longopts' definition 'long_options'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt.h:192:37: note: Function 'getopt_long_only' argument 4 names different: declaration '__longopts' definition 'long_options'.
libcdio-2.0.0/src/getopt1.c:84:26: note: Function 'getopt_long_only' argument 4 names different: declaration '__longopts' definition 'long_options'.
libcdio-2.0.0/src/getopt1.c:84:45: style: Function 'getopt_long_only' argument 5 names different: declaration '__longind' definition 'opt_index'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt.h:192:54: note: Function 'getopt_long_only' argument 5 names different: declaration '__longind' definition 'opt_index'.
libcdio-2.0.0/src/getopt1.c:84:45: note: Function 'getopt_long_only' argument 5 names different: declaration '__longind' definition 'opt_index'.
libcdio-2.0.0/src/getopt1.c:90:26: style: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt_int.h:123:37: note: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'.
libcdio-2.0.0/src/getopt1.c:90:26: note: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'.
libcdio-2.0.0/src/getopt1.c:90:45: style: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt_int.h:123:59: note: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'.
libcdio-2.0.0/src/getopt1.c:90:45: note: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'.
libcdio-2.0.0/src/getopt1.c:90:63: style: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt_int.h:124:17: note: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'.
libcdio-2.0.0/src/getopt1.c:90:63: note: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'.
libcdio-2.0.0/src/getopt1.c:91:29: style: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt_int.h:125:26: note: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
libcdio-2.0.0/src/getopt1.c:91:29: note: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
libcdio-2.0.0/src/getopt1.c:91:48: style: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt_int.h:126:10: note: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
libcdio-2.0.0/src/getopt1.c:91:48: note: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
libcdio-2.0.0/src/getopt1.c:92:29: style: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
libcdio-2.0.0/src/getopt_int.h:127:26: note: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'.
libcdio-2.0.0/src/getopt1.c:92:29: note: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'.
libcdio-2.0.0/src/iso-info.c:245:36: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libcdio-2.0.0/src/iso-read.c:367:0: error: Resource leak: outfd [resourceLeak]
libcdio-2.0.0/src/mmc-tool.c:275:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcdio-2.0.0/src/mmc-tool.c:373:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcdio-2.0.0/src/mmc-tool.c:419:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcdio-2.0.0/src/mmc-tool.c:419:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcdio-2.0.0/src/util.c:43:16: style: Function 'myexit' argument 1 names different: declaration 'p_cdio' definition 'cdio'. [funcArgNamesDifferent]
libcdio-2.0.0/src/util.h:118:21: note: Function 'myexit' argument 1 names different: declaration 'p_cdio' definition 'cdio'.
libcdio-2.0.0/src/util.c:43:16: note: Function 'myexit' argument 1 names different: declaration 'p_cdio' definition 'cdio'.
libcdio-2.0.0/src/util.c:52:22: style: Function 'print_version' argument 1 names different: declaration 'psz_program' definition 'prog_name'. [funcArgNamesDifferent]
libcdio-2.0.0/src/util.h:121:27: note: Function 'print_version' argument 1 names different: declaration 'psz_program' definition 'prog_name'.
libcdio-2.0.0/src/util.c:52:22: note: Function 'print_version' argument 1 names different: declaration 'psz_program' definition 'prog_name'.
libcdio-2.0.0/src/util.c:52:45: style: Function 'print_version' argument 2 names different: declaration 'psz_version' definition 'version'. [funcArgNamesDifferent]
libcdio-2.0.0/src/util.h:121:52: note: Function 'print_version' argument 2 names different: declaration 'psz_version' definition 'version'.
libcdio-2.0.0/src/util.c:52:45: note: Function 'print_version' argument 2 names different: declaration 'psz_version' definition 'version'.
libcdio-2.0.0/src/util.c:371:49: style: Function 'print_drive_capabilities' argument 1 names different: declaration 'p_read_cap' definition 'i_read_cap'. [funcArgNamesDifferent]
libcdio-2.0.0/src/util.h:140:54: note: Function 'print_drive_capabilities' argument 1 names different: declaration 'p_read_cap' definition 'i_read_cap'.
libcdio-2.0.0/src/util.c:371:49: note: Function 'print_drive_capabilities' argument 1 names different: declaration 'p_read_cap' definition 'i_read_cap'.
libcdio-2.0.0/src/util.c:372:28: style: Function 'print_drive_capabilities' argument 2 names different: declaration 'p_write_cap' definition 'i_write_cap'. [funcArgNamesDifferent]
libcdio-2.0.0/src/util.h:141:33: note: Function 'print_drive_capabilities' argument 2 names different: declaration 'p_write_cap' definition 'i_write_cap'.
libcdio-2.0.0/src/util.c:372:28: note: Function 'print_drive_capabilities' argument 2 names different: declaration 'p_write_cap' definition 'i_write_cap'.
libcdio-2.0.0/src/util.c:373:28: style: Function 'print_drive_capabilities' argument 3 names different: declaration 'p_misc_cap' definition 'i_misc_cap'. [funcArgNamesDifferent]
libcdio-2.0.0/src/util.h:142:33: note: Function 'print_drive_capabilities' argument 3 names different: declaration 'p_misc_cap' definition 'i_misc_cap'.
libcdio-2.0.0/src/util.c:373:28: note: Function 'print_drive_capabilities' argument 3 names different: declaration 'p_misc_cap' definition 'i_misc_cap'.
libcdio-2.0.0/src/util.c:382:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/src/util.c:384:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/src/util.c:386:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/src/util.c:388:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/src/util.c:390:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/src/util.c:393:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/src/util.c:399:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/src/util.c:401:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/src/util.c:412:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/src/util.c:414:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/src/util.c:418:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/src/util.c:420:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/src/util.c:422:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/src/util.c:424:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/src/util.c:426:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/src/util.c:428:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/src/util.c:430:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/src/util.c:432:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/src/util.c:434:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/src/util.c:449:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/src/util.c:451:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/src/util.c:453:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/src/util.c:455:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/src/util.c:457:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
libcdio-2.0.0/test/check_sizeof.c:74:3: style: Variable 'pass' is modified but its new value is never used. [unreadVariable]
libcdio-2.0.0/test/driver/bincue.c:120:13: style: The scope of the variable 'psz_device' can be reduced. [variableScope]
libcdio-2.0.0/test/driver/cdrdao.c:56:15: style: The scope of the variable 'toc_file' can be reduced. [variableScope]
libcdio-2.0.0/test/driver/cdrdao.c:76:15: style: The scope of the variable 'badtoc_file' can be reduced. [variableScope]
libcdio-2.0.0/test/driver/cdrdao.c:87:16: style: The scope of the variable 'i' can be reduced. [variableScope]
libcdio-2.0.0/test/driver/cdrdao.c:88:8: style: The scope of the variable 'psz_tocfile' can be reduced. [variableScope]
libcdio-2.0.0/test/driver/helper.c:83:29: warning: Either the condition 'psz_access_mode==NULL' is redundant or there is possible null pointer dereference: psz_access_mode. [nullPointerRedundantCheck]
libcdio-2.0.0/test/driver/helper.c:79:26: note: Assuming that condition 'psz_access_mode==NULL' is not redundant
libcdio-2.0.0/test/driver/helper.c:83:29: note: Null pointer dereference
libcdio-2.0.0/test/driver/helper.c:95:26: warning: Either the condition 'psz_source==NULL' is redundant or there is possible null pointer dereference: psz_source. [nullPointerRedundantCheck]
libcdio-2.0.0/test/driver/helper.c:91:23: note: Assuming that condition 'psz_source==NULL' is not redundant
libcdio-2.0.0/test/driver/helper.c:95:26: note: Null pointer dereference
libcdio-2.0.0/test/driver/logger.c:59:5: style: Variable 'old_log_handler' is reassigned a value before the old one has been used. [redundantAssignment]
libcdio-2.0.0/test/driver/logger.c:57:0: note: Variable 'old_log_handler' is reassigned a value before the old one has been used.
libcdio-2.0.0/test/driver/logger.c:59:5: note: Variable 'old_log_handler' is reassigned a value before the old one has been used.
libcdio-2.0.0/test/driver/logger.c:125:9: error: Memory pointed to by 'last_debugmsg' is freed twice. [doubleFree]
libcdio-2.0.0/test/driver/logger.c:128:5: error: Memory pointed to by 'last_debugmsg' is freed twice. [doubleFree]
libcdio-2.0.0/test/driver/logger.c:134:9: error: Memory pointed to by 'last_infomsg' is freed twice. [doubleFree]
libcdio-2.0.0/test/driver/logger.c:137:5: error: Memory pointed to by 'last_infomsg' is freed twice. [doubleFree]
libcdio-2.0.0/test/driver/logger.c:143:9: error: Memory pointed to by 'last_warnmsg' is freed twice. [doubleFree]
libcdio-2.0.0/test/driver/logger.c:146:5: error: Memory pointed to by 'last_warnmsg' is freed twice. [doubleFree]
libcdio-2.0.0/test/driver/logger.c:152:9: error: Memory pointed to by 'last_errmsg' is freed twice. [doubleFree]
libcdio-2.0.0/test/driver/logger.c:155:5: error: Memory pointed to by 'last_errmsg' is freed twice. [doubleFree]
libcdio-2.0.0/test/driver/mmc_read.c:291:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcdio-2.0.0/test/driver/mmc_read.c:282:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libcdio-2.0.0/test/driver/mmc_read.c:255:7: style: The scope of the variable 'i_ret' can be reduced. [variableScope]
libcdio-2.0.0/test/driver/mmc_read.c:412:7: style: The scope of the variable 'i_ret' can be reduced. [variableScope]
libcdio-2.0.0/test/driver/mmc_read.c:99:15: style: Function 'get_disc_erasable' argument 3 names different: declaration 'verbose' definition 'b_verbose'. [funcArgNamesDifferent]
libcdio-2.0.0/test/driver/mmc_read.c:73:17: note: Function 'get_disc_erasable' argument 3 names different: declaration 'verbose' definition 'b_verbose'.
libcdio-2.0.0/test/driver/mmc_read.c:99:15: note: Function 'get_disc_erasable' argument 3 names different: declaration 'verbose' definition 'b_verbose'.
libcdio-2.0.0/test/driver/mmc_read.c:224:30: style: Function 'mode_sense' argument 4 names different: declaration 'page_code' definition 'i_page_code'. [funcArgNamesDifferent]
libcdio-2.0.0/test/driver/mmc_read.c:77:22: note: Function 'mode_sense' argument 4 names different: declaration 'page_code' definition 'i_page_code'.
libcdio-2.0.0/test/driver/mmc_read.c:224:30: note: Function 'mode_sense' argument 4 names different: declaration 'page_code' definition 'i_page_code'.
libcdio-2.0.0/test/driver/mmc_read.c:253:45: style: Function 'wait_for_drive' argument 2 names different: declaration 'max_tries' definition 'i_max_tries'. [funcArgNamesDifferent]
libcdio-2.0.0/test/driver/mmc_read.c:92:56: note: Function 'wait_for_drive' argument 2 names different: declaration 'max_tries' definition 'i_max_tries'.
libcdio-2.0.0/test/driver/mmc_read.c:253:45: note: Function 'wait_for_drive' argument 2 names different: declaration 'max_tries' definition 'i_max_tries'.
libcdio-2.0.0/test/driver/mmc_write.c:253:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcdio-2.0.0/test/driver/mmc_write.c:264:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcdio-2.0.0/test/driver/mmc_write.c:264:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcdio-2.0.0/test/driver/mmc_write.c:348:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcdio-2.0.0/test/driver/mmc_write.c:417:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcdio-2.0.0/test/driver/mmc_write.c:339:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libcdio-2.0.0/test/driver/mmc_write.c:247:19: style: The scope of the variable 'i' can be reduced. [variableScope]
libcdio-2.0.0/test/driver/mmc_write.c:309:9: style: The scope of the variable 'i_ret' can be reduced. [variableScope]
libcdio-2.0.0/test/driver/mmc_write.c:451:17: style: The scope of the variable 'w_types' can be reduced. [variableScope]
libcdio-2.0.0/test/driver/mmc_write.c:695:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
libcdio-2.0.0/test/driver/mmc_write.c:204:20: style: Function 'mode_sense' argument 7 names different: declaration 'buf' definition 'p_buf'. [funcArgNamesDifferent]
libcdio-2.0.0/test/driver/mmc_write.c:91:24: note: Function 'mode_sense' argument 7 names different: declaration 'buf' definition 'p_buf'.
libcdio-2.0.0/test/driver/mmc_write.c:204:20: note: Function 'mode_sense' argument 7 names different: declaration 'buf' definition 'p_buf'.
libcdio-2.0.0/test/driver/mmc_write.c:204:32: style: Function 'mode_sense' argument 8 names different: declaration 'i_size' definition 'pi_size'. [funcArgNamesDifferent]
libcdio-2.0.0/test/driver/mmc_write.c:91:34: note: Function 'mode_sense' argument 8 names different: declaration 'i_size' definition 'pi_size'.
libcdio-2.0.0/test/driver/mmc_write.c:204:32: note: Function 'mode_sense' argument 8 names different: declaration 'i_size' definition 'pi_size'.
libcdio-2.0.0/test/driver/mmc_write.c:307:45: style: Function 'wait_for_drive' argument 2 names different: declaration 'max_tries' definition 'i_max_tries'. [funcArgNamesDifferent]
libcdio-2.0.0/test/driver/mmc_write.c:103:56: note: Function 'wait_for_drive' argument 2 names different: declaration 'max_tries' definition 'i_max_tries'.
libcdio-2.0.0/test/driver/mmc_write.c:307:45: note: Function 'wait_for_drive' argument 2 names different: declaration 'max_tries' definition 'i_max_tries'.
libcdio-2.0.0/test/driver/mmc_write.c:649:45: style: Boolean variable 'b_verbose' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
libcdio-2.0.0/test/driver/mmc_write.c:670:34: style: Boolean variable 'b_verbose' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
libcdio-2.0.0/test/driver/nrg.c:55:15: style: The scope of the variable 'cdtext_check' can be reduced. [variableScope]
libcdio-2.0.0/test/driver/osx.c:45:11: style: The scope of the variable 'p_cdio' can be reduced. [variableScope]
libcdio-2.0.0/test/driver/win32.c:116:3: warning: Either the condition 'psz_response==NULL' is redundant or there is possible null pointer dereference: psz_response. [nullPointerRedundantCheck]
libcdio-2.0.0/test/driver/win32.c:112:25: note: Assuming that condition 'psz_response==NULL' is not redundant
libcdio-2.0.0/test/driver/win32.c:116:3: note: Null pointer dereference
libcdio-2.0.0/test/driver/win32.c:62:19: style: The scope of the variable 'psz_scsi_tuple' can be reduced. [variableScope]
libcdio-2.0.0/test/testgetdevices.c:174:11: style: Condition 'ret!=0' is always false [knownConditionTrueFalse]
libcdio-2.0.0/test/testgetdevices.c:95:11: note: Assignment 'ret=0', assigned value is 0
libcdio-2.0.0/test/testgetdevices.c:174:11: note: Condition 'ret!=0' is always false
libcdio-2.0.0/test/testgetdevices.c:174:11: style: Same expression on both sides of '!=' because the value of 'ret' and '0' are the same. [duplicateExpression]
libcdio-2.0.0/test/testgetdevices.c:95:11: note: 'ret' is assigned value '0' here.
libcdio-2.0.0/test/testgetdevices.c:174:11: note: Same expression on both sides of '!=' because the value of 'ret' and '0' are the same.
libcdio-2.0.0/test/testgetdevices.c:94:16: style: The scope of the variable 'i' can be reduced. [variableScope]
libcdio-2.0.0/test/testgetdevices.c:97:15: style: The scope of the variable 'cue_files' can be reduced. [variableScope]
libcdio-2.0.0/test/testgetdevices.c:98:15: style: The scope of the variable 'nrg_files' can be reduced. [variableScope]
libcdio-2.0.0/test/testisocd.c:58:3: style: Variable 'ppsz_cd_drives' is reassigned a value before the old one has been used. [redundantAssignment]
libcdio-2.0.0/test/testisocd.c:51:0: note: Variable 'ppsz_cd_drives' is reassigned a value before the old one has been used.
libcdio-2.0.0/test/testisocd.c:58:3: note: Variable 'ppsz_cd_drives' is reassigned a value before the old one has been used.
libcdio-2.0.0/test/testisocd2.c:142:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcdio-2.0.0/test/testpregap.c:93:11: style: The scope of the variable 'cdObj' can be reduced. [variableScope]
libcdio-2.0.0/test/testpregap.c:94:15: style: The scope of the variable 'image' can be reduced. [variableScope]
libcdio-2.0.0/test/testudf.c:63:3: style: Variable 'p_udf' is reassigned a value before the old one has been used. [redundantAssignment]
libcdio-2.0.0/test/testudf.c:58:0: note: Variable 'p_udf' is reassigned a value before the old one has been used.
libcdio-2.0.0/test/testudf.c:63:3: note: Variable 'p_udf' is reassigned a value before the old one has been used.
[14:09]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcdio-paranoia/libcdio-paranoia_10.2+0.94+2.orig.tar.gz
libcdio-paranoia-10.2+0.94+2/example/paranoia.c:136:15: style: The scope of the variable 'bytes_ret' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/lib/cdda_interface/cddap_interface.c:154:14: style: The scope of the variable 'i_jitter' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/lib/cdda_interface/common_interface.c:85:6: style: The scope of the variable 'j' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/lib/cdda_interface/common_interface.c:197:36: style: Function 'FixupTOC' argument 2 names different: declaration 'tracks' definition 'i_tracks'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/lib/cdda_interface/common_interface.h:39:47: note: Function 'FixupTOC' argument 2 names different: declaration 'tracks' definition 'i_tracks'.
libcdio-paranoia-10.2+0.94+2/lib/cdda_interface/common_interface.c:197:36: note: Function 'FixupTOC' argument 2 names different: declaration 'tracks' definition 'i_tracks'.
libcdio-paranoia-10.2+0.94+2/lib/cdda_interface/smallft.c:516:58: style: Function 'fft_forward' argument 4 names different: declaration 'sp' definition 'splitcache'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/lib/cdda_interface/smallft.h:24:67: note: Function 'fft_forward' argument 4 names different: declaration 'sp' definition 'splitcache'.
libcdio-paranoia-10.2+0.94+2/lib/cdda_interface/smallft.c:516:58: note: Function 'fft_forward' argument 4 names different: declaration 'sp' definition 'splitcache'.
libcdio-paranoia-10.2+0.94+2/lib/cdda_interface/smallft.c:534:60: style: Function 'fft_backward' argument 4 names different: declaration 'sp' definition 'splitcache'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/lib/cdda_interface/smallft.h:25:68: note: Function 'fft_backward' argument 4 names different: declaration 'sp' definition 'splitcache'.
libcdio-paranoia-10.2+0.94+2/lib/cdda_interface/smallft.c:534:60: note: Function 'fft_backward' argument 4 names different: declaration 'sp' definition 'splitcache'.
libcdio-paranoia-10.2+0.94+2/lib/cdda_interface/utils.c:96:2: style: Variable 'bytes_ret' is reassigned a value before the old one has been used. [redundantAssignment]
libcdio-paranoia-10.2+0.94+2/lib/cdda_interface/utils.c:95:2: note: Variable 'bytes_ret' is reassigned a value before the old one has been used.
libcdio-paranoia-10.2+0.94+2/lib/cdda_interface/utils.c:96:2: note: Variable 'bytes_ret' is reassigned a value before the old one has been used.
libcdio-paranoia-10.2+0.94+2/lib/cdda_interface/utils.c:97:2: style: Variable 'bytes_ret' is reassigned a value before the old one has been used. [redundantAssignment]
libcdio-paranoia-10.2+0.94+2/lib/cdda_interface/utils.c:96:2: note: Variable 'bytes_ret' is reassigned a value before the old one has been used.
libcdio-paranoia-10.2+0.94+2/lib/cdda_interface/utils.c:97:2: note: Variable 'bytes_ret' is reassigned a value before the old one has been used.
libcdio-paranoia-10.2+0.94+2/lib/cdda_interface/utils.c:34:11: style: The scope of the variable 'bytes_ret' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/lib/cdda_interface/utils.c:55:11: style: The scope of the variable 'bytes_ret' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/lib/cdda_interface/utils.c:124:11: style: The scope of the variable 'bytes_ret' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/lib/paranoia/p_block.c:24:33: style: Function 'new_list' argument 1 names different: declaration 'new_fn' definition 'newp'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/lib/paranoia/p_block.h:62:40: note: Function 'new_list' argument 1 names different: declaration 'new_fn' definition 'newp'.
libcdio-paranoia-10.2+0.94+2/lib/paranoia/p_block.c:24:33: note: Function 'new_list' argument 1 names different: declaration 'new_fn' definition 'newp'.
libcdio-paranoia-10.2+0.94+2/lib/paranoia/p_block.c:24:52: style: Function 'new_list' argument 2 names different: declaration 'free' definition 'freep'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/lib/paranoia/p_block.h:62:61: note: Function 'new_list' argument 2 names different: declaration 'free' definition 'freep'.
libcdio-paranoia-10.2+0.94+2/lib/paranoia/p_block.c:24:52: note: Function 'new_list' argument 2 names different: declaration 'free' definition 'freep'.
libcdio-paranoia-10.2+0.94+2/lib/paranoia/p_block.c:32:41: style: Function 'add_elem' argument 1 names different: declaration 'list' definition 'l'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/lib/paranoia/p_block.h:64:48: note: Function 'add_elem' argument 1 names different: declaration 'list' definition 'l'.
libcdio-paranoia-10.2+0.94+2/lib/paranoia/p_block.c:32:41: note: Function 'add_elem' argument 1 names different: declaration 'list' definition 'l'.
libcdio-paranoia-10.2+0.94+2/lib/paranoia/p_block.c:53:25: style: Function 'new_elem' argument 1 names different: declaration 'list' definition 'p_list'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/lib/paranoia/p_block.h:63:48: note: Function 'new_elem' argument 1 names different: declaration 'list' definition 'p_list'.
libcdio-paranoia-10.2+0.94+2/lib/paranoia/p_block.c:53:25: note: Function 'new_elem' argument 1 names different: declaration 'list' definition 'p_list'.
libcdio-paranoia-10.2+0.94+2/lib/paranoia/p_block.c:92:41: style: Function 'copy_list' argument 1 names different: declaration 'p_list' definition 'list'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/lib/paranoia/p_block.h:70:48: note: Function 'copy_list' argument 1 names different: declaration 'p_list' definition 'list'.
libcdio-paranoia-10.2+0.94+2/lib/paranoia/p_block.c:92:41: note: Function 'copy_list' argument 1 names different: declaration 'p_list' definition 'list'.
libcdio-paranoia-10.2+0.94+2/lib/paranoia/p_block.c:163:43: style: Function 'new_v_fragment' argument 5 names different: declaration 'lastsector' definition 'last'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/lib/paranoia/p_block.h:119:11: note: Function 'new_v_fragment' argument 5 names different: declaration 'lastsector' definition 'last'.
libcdio-paranoia-10.2+0.94+2/lib/paranoia/p_block.c:163:43: note: Function 'new_v_fragment' argument 5 names different: declaration 'lastsector' definition 'last'.
libcdio-paranoia-10.2+0.94+2/lib/paranoia/p_block.c:187:36: style: Function 'free_v_fragment' argument 1 names different: declaration 'c' definition 'v'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/lib/paranoia/p_block.h:116:43: note: Function 'free_v_fragment' argument 1 names different: declaration 'c' definition 'v'.
libcdio-paranoia-10.2+0.94+2/lib/paranoia/p_block.c:187:36: note: Function 'free_v_fragment' argument 1 names different: declaration 'c' definition 'v'.
libcdio-paranoia-10.2+0.94+2/lib/paranoia/paranoia.c:1912:36: warning: Either the condition 'if(l)' is redundant or there is possible null pointer dereference: l. [nullPointerRedundantCheck]
libcdio-paranoia-10.2+0.94+2/lib/paranoia/paranoia.c:1950:9: note: Assuming that condition 'if(l)' is not redundant
libcdio-paranoia-10.2+0.94+2/lib/paranoia/paranoia.c:1912:36: note: Null pointer dereference
libcdio-paranoia-10.2+0.94+2/lib/paranoia/paranoia.c:1913:15: warning: Either the condition 'if(l)' is redundant or there is possible null pointer dereference: l. [nullPointerRedundantCheck]
libcdio-paranoia-10.2+0.94+2/lib/paranoia/paranoia.c:1950:9: note: Assuming that condition 'if(l)' is not redundant
libcdio-paranoia-10.2+0.94+2/lib/paranoia/paranoia.c:1913:15: note: Null pointer dereference
libcdio-paranoia-10.2+0.94+2/lib/paranoia/paranoia.c:2403:7: style: The scope of the variable 'vflag' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/lib/paranoia/paranoia.c:2404:7: style: The scope of the variable 'gend' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/lib/paranoia/paranoia.c:2757:10: style: The scope of the variable 'thisread' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/lib/paranoia/paranoia.c:3051:19: style: The scope of the variable 'end' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/src/buffering_write.c:28:0: style: The scope of the variable 'temp' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/src/buffering_write.c:49:21: style: Function 'buffering_write' argument 1 names different: declaration 'outf' definition 'fd'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/buffering_write.h:12:33: note: Function 'buffering_write' argument 1 names different: declaration 'outf' definition 'fd'.
libcdio-paranoia-10.2+0.94+2/src/buffering_write.c:49:21: note: Function 'buffering_write' argument 1 names different: declaration 'outf' definition 'fd'.
libcdio-paranoia-10.2+0.94+2/src/cachetest.c:769:6: style: The scope of the variable 'spinner' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/src/cachetest.c:794:8: style: The scope of the variable 'spinner' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/src/cd-paranoia.c:334:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/src/cd-paranoia.c:335:15: style: The scope of the variable 'c_sector' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/src/cd-paranoia.c:335:27: style: The scope of the variable 'v_sector' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/src/cd-paranoia.c:337:14: style: The scope of the variable 'last' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/src/cd-paranoia.c:338:15: style: The scope of the variable 'lasttime' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/src/cd-paranoia.c:339:8: style: The scope of the variable 'sector' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/src/cd-paranoia.c:339:0: style: The scope of the variable 'osector' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/src/cd-paranoia.c:341:15: style: The scope of the variable 'heartbeat' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/src/cd-paranoia.c:342:7: style: The scope of the variable 'position' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/src/cd-paranoia.c:342:18: style: The scope of the variable 'aheadposition' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/src/cd-paranoia.c:343:14: style: The scope of the variable 'overlap' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/src/cd-paranoia.c:344:14: style: The scope of the variable 'printit' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/src/cd-paranoia.c:346:14: style: The scope of the variable 'slevel' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/src/cd-paranoia.c:347:14: style: The scope of the variable 'slast' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/src/cd-paranoia.c:348:14: style: The scope of the variable 'stimeout' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/src/cd-paranoia.c:350:15: style: The scope of the variable 'smilie' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/src/cd-paranoia.c:373:10: style: The scope of the variable 'test' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/src/cd-paranoia.c:727:7: style: The scope of the variable 'out' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/src/cd-paranoia.c:1143:10: style: The scope of the variable 'batch_first' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/src/cd-paranoia.c:1144:10: style: The scope of the variable 'batch_last' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/src/cd-paranoia.c:1145:9: style: The scope of the variable 'batch_track' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/src/cd-paranoia.c:1469:12: style: The scope of the variable 'i' can be reduced. [variableScope]
libcdio-paranoia-10.2+0.94+2/src/getopt.c:287:42: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
libcdio-paranoia-10.2+0.94+2/src/getopt.c:396:25: style: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt_int.h:112:36: note: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'.
libcdio-paranoia-10.2+0.94+2/src/getopt.c:396:25: note: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'.
libcdio-paranoia-10.2+0.94+2/src/getopt.c:396:44: style: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt_int.h:112:58: note: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'.
libcdio-paranoia-10.2+0.94+2/src/getopt.c:396:44: note: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'.
libcdio-paranoia-10.2+0.94+2/src/getopt.c:396:62: style: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt_int.h:113:23: note: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'.
libcdio-paranoia-10.2+0.94+2/src/getopt.c:396:62: note: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'.
libcdio-paranoia-10.2+0.94+2/src/getopt.c:397:28: style: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt_int.h:114:32: note: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'.
libcdio-paranoia-10.2+0.94+2/src/getopt.c:397:28: note: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'.
libcdio-paranoia-10.2+0.94+2/src/getopt.c:397:43: style: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt_int.h:114:49: note: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'.
libcdio-paranoia-10.2+0.94+2/src/getopt.c:397:43: note: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'.
libcdio-paranoia-10.2+0.94+2/src/getopt.c:398:11: style: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt_int.h:115:15: note: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'.
libcdio-paranoia-10.2+0.94+2/src/getopt.c:398:11: note: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'.
libcdio-paranoia-10.2+0.94+2/src/getopt.c:398:43: style: Function '_getopt_internal_r' argument 7 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt_int.h:115:49: note: Function '_getopt_internal_r' argument 7 names different: declaration '__data' definition 'd'.
libcdio-paranoia-10.2+0.94+2/src/getopt.c:398:43: note: Function '_getopt_internal_r' argument 7 names different: declaration '__data' definition 'd'.
libcdio-paranoia-10.2+0.94+2/src/getopt.c:1171:23: style: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt_int.h:22:34: note: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'.
libcdio-paranoia-10.2+0.94+2/src/getopt.c:1171:23: note: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'.
libcdio-paranoia-10.2+0.94+2/src/getopt.c:1171:42: style: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt_int.h:22:56: note: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'.
libcdio-paranoia-10.2+0.94+2/src/getopt.c:1171:42: note: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'.
libcdio-paranoia-10.2+0.94+2/src/getopt.c:1171:60: style: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt_int.h:23:21: note: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'.
libcdio-paranoia-10.2+0.94+2/src/getopt.c:1171:60: note: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'.
libcdio-paranoia-10.2+0.94+2/src/getopt.c:1172:26: style: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt_int.h:24:37: note: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'.
libcdio-paranoia-10.2+0.94+2/src/getopt.c:1172:26: note: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'.
libcdio-paranoia-10.2+0.94+2/src/getopt.c:1172:41: style: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt_int.h:24:54: note: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'.
libcdio-paranoia-10.2+0.94+2/src/getopt.c:1172:41: note: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'.
libcdio-paranoia-10.2+0.94+2/src/getopt.c:1172:54: style: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt_int.h:25:13: note: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'.
libcdio-paranoia-10.2+0.94+2/src/getopt.c:1172:54: note: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'.
libcdio-paranoia-10.2+0.94+2/src/getopt.c:573:30: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:62:18: style: Function 'getopt_long' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt.h:173:29: note: Function 'getopt_long' argument 1 names different: declaration '___argc' definition 'argc'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:62:18: note: Function 'getopt_long' argument 1 names different: declaration '___argc' definition 'argc'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:62:37: style: Function 'getopt_long' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt.h:173:51: note: Function 'getopt_long' argument 2 names different: declaration '___argv' definition 'argv'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:62:37: note: Function 'getopt_long' argument 2 names different: declaration '___argv' definition 'argv'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:62:55: style: Function 'getopt_long' argument 3 names different: declaration '__shortopts' definition 'options'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt.h:174:16: note: Function 'getopt_long' argument 3 names different: declaration '__shortopts' definition 'options'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:62:55: note: Function 'getopt_long' argument 3 names different: declaration '__shortopts' definition 'options'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:63:28: style: Function 'getopt_long' argument 4 names different: declaration '__longopts' definition 'long_options'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt.h:175:32: note: Function 'getopt_long' argument 4 names different: declaration '__longopts' definition 'long_options'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:63:28: note: Function 'getopt_long' argument 4 names different: declaration '__longopts' definition 'long_options'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:63:47: style: Function 'getopt_long' argument 5 names different: declaration '__longind' definition 'opt_index'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt.h:175:49: note: Function 'getopt_long' argument 5 names different: declaration '__longind' definition 'opt_index'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:63:47: note: Function 'getopt_long' argument 5 names different: declaration '__longind' definition 'opt_index'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:69:21: style: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt_int.h:118:32: note: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:69:21: note: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:69:40: style: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt_int.h:118:54: note: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:69:40: note: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:69:58: style: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt_int.h:119:19: note: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:69:58: note: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:70:24: style: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt_int.h:120:28: note: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:70:24: note: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:70:43: style: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt_int.h:120:45: note: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:70:43: note: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:71:24: style: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt_int.h:121:28: note: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:71:24: note: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:83:23: style: Function 'getopt_long_only' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt.h:177:34: note: Function 'getopt_long_only' argument 1 names different: declaration '___argc' definition 'argc'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:83:23: note: Function 'getopt_long_only' argument 1 names different: declaration '___argc' definition 'argc'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:83:42: style: Function 'getopt_long_only' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt.h:177:56: note: Function 'getopt_long_only' argument 2 names different: declaration '___argv' definition 'argv'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:83:42: note: Function 'getopt_long_only' argument 2 names different: declaration '___argv' definition 'argv'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:83:60: style: Function 'getopt_long_only' argument 3 names different: declaration '__shortopts' definition 'options'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt.h:178:21: note: Function 'getopt_long_only' argument 3 names different: declaration '__shortopts' definition 'options'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:83:60: note: Function 'getopt_long_only' argument 3 names different: declaration '__shortopts' definition 'options'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:84:26: style: Function 'getopt_long_only' argument 4 names different: declaration '__longopts' definition 'long_options'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt.h:179:37: note: Function 'getopt_long_only' argument 4 names different: declaration '__longopts' definition 'long_options'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:84:26: note: Function 'getopt_long_only' argument 4 names different: declaration '__longopts' definition 'long_options'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:84:45: style: Function 'getopt_long_only' argument 5 names different: declaration '__longind' definition 'opt_index'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt.h:179:54: note: Function 'getopt_long_only' argument 5 names different: declaration '__longind' definition 'opt_index'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:84:45: note: Function 'getopt_long_only' argument 5 names different: declaration '__longind' definition 'opt_index'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:90:26: style: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt_int.h:123:37: note: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:90:26: note: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:90:45: style: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt_int.h:123:59: note: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:90:45: note: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:90:63: style: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt_int.h:124:17: note: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:90:63: note: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:91:29: style: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt_int.h:125:26: note: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:91:29: note: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:91:48: style: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt_int.h:126:10: note: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:91:48: note: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:92:29: style: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/getopt_int.h:127:26: note: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'.
libcdio-paranoia-10.2+0.94+2/src/getopt1.c:92:29: note: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'.
libcdio-paranoia-10.2+0.94+2/src/header.c:48:3: style: Variable 'dummy' is reassigned a value before the old one has been used. [redundantAssignment]
libcdio-paranoia-10.2+0.94+2/src/header.c:46:3: note: Variable 'dummy' is reassigned a value before the old one has been used.
libcdio-paranoia-10.2+0.94+2/src/header.c:48:3: note: Variable 'dummy' is reassigned a value before the old one has been used.
libcdio-paranoia-10.2+0.94+2/src/header.c:56:3: style: Variable 'dummy' is reassigned a value before the old one has been used. [redundantAssignment]
libcdio-paranoia-10.2+0.94+2/src/header.c:48:3: note: Variable 'dummy' is reassigned a value before the old one has been used.
libcdio-paranoia-10.2+0.94+2/src/header.c:56:3: note: Variable 'dummy' is reassigned a value before the old one has been used.
libcdio-paranoia-10.2+0.94+2/src/header.c:72:3: style: Variable 'dummy' is reassigned a value before the old one has been used. [redundantAssignment]
libcdio-paranoia-10.2+0.94+2/src/header.c:70:3: note: Variable 'dummy' is reassigned a value before the old one has been used.
libcdio-paranoia-10.2+0.94+2/src/header.c:72:3: note: Variable 'dummy' is reassigned a value before the old one has been used.
libcdio-paranoia-10.2+0.94+2/src/header.c:74:3: style: Variable 'dummy' is reassigned a value before the old one has been used. [redundantAssignment]
libcdio-paranoia-10.2+0.94+2/src/header.c:72:3: note: Variable 'dummy' is reassigned a value before the old one has been used.
libcdio-paranoia-10.2+0.94+2/src/header.c:74:3: note: Variable 'dummy' is reassigned a value before the old one has been used.
libcdio-paranoia-10.2+0.94+2/src/header.c:79:3: style: Variable 'dummy' is reassigned a value before the old one has been used. [redundantAssignment]
libcdio-paranoia-10.2+0.94+2/src/header.c:74:3: note: Variable 'dummy' is reassigned a value before the old one has been used.
libcdio-paranoia-10.2+0.94+2/src/header.c:79:3: note: Variable 'dummy' is reassigned a value before the old one has been used.
libcdio-paranoia-10.2+0.94+2/src/header.c:81:3: style: Variable 'dummy' is reassigned a value before the old one has been used. [redundantAssignment]
libcdio-paranoia-10.2+0.94+2/src/header.c:79:3: note: Variable 'dummy' is reassigned a value before the old one has been used.
libcdio-paranoia-10.2+0.94+2/src/header.c:81:3: note: Variable 'dummy' is reassigned a value before the old one has been used.
libcdio-paranoia-10.2+0.94+2/src/header.c:100:3: style: Variable 'dummy' is reassigned a value before the old one has been used. [redundantAssignment]
libcdio-paranoia-10.2+0.94+2/src/header.c:98:3: note: Variable 'dummy' is reassigned a value before the old one has been used.
libcdio-paranoia-10.2+0.94+2/src/header.c:100:3: note: Variable 'dummy' is reassigned a value before the old one has been used.
libcdio-paranoia-10.2+0.94+2/src/header.c:101:3: style: Variable 'dummy' is reassigned a value before the old one has been used. [redundantAssignment]
libcdio-paranoia-10.2+0.94+2/src/header.c:100:3: note: Variable 'dummy' is reassigned a value before the old one has been used.
libcdio-paranoia-10.2+0.94+2/src/header.c:101:3: note: Variable 'dummy' is reassigned a value before the old one has been used.
libcdio-paranoia-10.2+0.94+2/src/header.c:105:3: style: Variable 'dummy' is reassigned a value before the old one has been used. [redundantAssignment]
libcdio-paranoia-10.2+0.94+2/src/header.c:101:3: note: Variable 'dummy' is reassigned a value before the old one has been used.
libcdio-paranoia-10.2+0.94+2/src/header.c:105:3: note: Variable 'dummy' is reassigned a value before the old one has been used.
libcdio-paranoia-10.2+0.94+2/src/header.c:110:3: style: Variable 'dummy' is reassigned a value before the old one has been used. [redundantAssignment]
libcdio-paranoia-10.2+0.94+2/src/header.c:105:3: note: Variable 'dummy' is reassigned a value before the old one has been used.
libcdio-paranoia-10.2+0.94+2/src/header.c:110:3: note: Variable 'dummy' is reassigned a value before the old one has been used.
libcdio-paranoia-10.2+0.94+2/src/header.c:112:3: style: Variable 'dummy' is reassigned a value before the old one has been used. [redundantAssignment]
libcdio-paranoia-10.2+0.94+2/src/header.c:110:3: note: Variable 'dummy' is reassigned a value before the old one has been used.
libcdio-paranoia-10.2+0.94+2/src/header.c:112:3: note: Variable 'dummy' is reassigned a value before the old one has been used.
libcdio-paranoia-10.2+0.94+2/src/header.c:114:3: style: Variable 'dummy' is reassigned a value before the old one has been used. [redundantAssignment]
libcdio-paranoia-10.2+0.94+2/src/header.c:112:3: note: Variable 'dummy' is reassigned a value before the old one has been used.
libcdio-paranoia-10.2+0.94+2/src/header.c:114:3: note: Variable 'dummy' is reassigned a value before the old one has been used.
libcdio-paranoia-10.2+0.94+2/src/header.c:117:3: style: Variable 'dummy' is reassigned a value before the old one has been used. [redundantAssignment]
libcdio-paranoia-10.2+0.94+2/src/header.c:114:3: note: Variable 'dummy' is reassigned a value before the old one has been used.
libcdio-paranoia-10.2+0.94+2/src/header.c:117:3: note: Variable 'dummy' is reassigned a value before the old one has been used.
libcdio-paranoia-10.2+0.94+2/src/header.c:40:22: style: Function 'WriteWav' argument 2 names different: declaration 'i_bytes' definition 'bytes'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/header.h:11:33: note: Function 'WriteWav' argument 2 names different: declaration 'i_bytes' definition 'bytes'.
libcdio-paranoia-10.2+0.94+2/src/header.c:40:22: note: Function 'WriteWav' argument 2 names different: declaration 'i_bytes' definition 'bytes'.
libcdio-paranoia-10.2+0.94+2/src/header.c:62:23: style: Function 'WriteAiff' argument 2 names different: declaration 'int_bytes' definition 'bytes'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/header.h:17:34: note: Function 'WriteAiff' argument 2 names different: declaration 'int_bytes' definition 'bytes'.
libcdio-paranoia-10.2+0.94+2/src/header.c:62:23: note: Function 'WriteAiff' argument 2 names different: declaration 'int_bytes' definition 'bytes'.
libcdio-paranoia-10.2+0.94+2/src/header.c:90:23: style: Function 'WriteAifc' argument 2 names different: declaration 'i_bytes' definition 'bytes'. [funcArgNamesDifferent]
libcdio-paranoia-10.2+0.94+2/src/header.h:14:34: note: Function 'WriteAifc' argument 2 names different: declaration 'i_bytes' definition 'bytes'.
libcdio-paranoia-10.2+0.94+2/src/header.c:90:23: note: Function 'WriteAifc' argument 2 names different: declaration 'i_bytes' definition 'bytes'.
libcdio-paranoia-10.2+0.94+2/test/testparanoia.c:131:25: warning: Either the condition '!p_readbuf' is redundant or there is possible null pointer dereference: p_readbuf. [nullPointerRedundantCheck]
libcdio-paranoia-10.2+0.94+2/test/testparanoia.c:138:8: note: Assuming that condition '!p_readbuf' is not redundant
libcdio-paranoia-10.2+0.94+2/test/testparanoia.c:131:25: note: Null pointer dereference
libcdio-paranoia-10.2+0.94+2/test/testparanoia.c:147:12: style: The scope of the variable 'readbuf' can be reduced. [variableScope]
[14:09]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcdk-perl/libcdk-perl_4.9.10.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcdk5/libcdk5_5.0.20180306.orig.tar.gz
cdk-5.0-20180306/c++/cdkscreen.cc:3:12: warning: Member variable 'CDKScreen::cursesWin' is not initialized in the constructor. [uninitMemberVar]
cdk-5.0-20180306/cdk.c:311:8: style: The scope of the variable 'pair' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkalphalist.c:35:8: style: The scope of the variable 'buttonCount' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkalphalist.c:36:8: style: The scope of the variable 'shadowHeight' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkalphalist.c:39:11: style: The scope of the variable 'buttonList' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkalphalist.c:269:35: style: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/cli/cdkalphalist.c:12:27: note: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkalphalist.c:269:35: note: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkalphalist.c:269:60: style: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/cli/cdkalphalist.c:12:42: note: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkalphalist.c:269:60: note: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkcalendar.c:31:12: style: The scope of the variable 'holder' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkcalendar.c:34:8: style: The scope of the variable 'buttonCount' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkcalendar.c:36:8: style: The scope of the variable 'shadowHeight' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkcalendar.c:244:42: style: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/cli/cdkcalendar.c:12:34: note: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkcalendar.c:244:42: note: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkcalendar.c:245:21: style: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/cli/cdkcalendar.c:12:49: note: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkcalendar.c:245:21: note: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkdialog.c:23:10: style: The scope of the variable 'button' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkdialog.c:25:12: style: The scope of the variable 'holder' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkentry.c:35:8: style: The scope of the variable 'buttonCount' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkentry.c:37:8: style: The scope of the variable 'shadowHeight' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkentry.c:39:11: style: The scope of the variable 'buttonList' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkentry.c:260:42: style: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/cli/cdkentry.c:12:34: note: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkentry.c:260:42: note: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkentry.c:260:67: style: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/cli/cdkentry.c:12:49: note: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkentry.c:260:67: note: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkfselect.c:23:12: style: The scope of the variable 'holder' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkfselect.c:25:8: style: The scope of the variable 'shadowHeight' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkfselect.c:26:8: style: The scope of the variable 'buttonCount' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkfselect.c:230:42: style: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/cli/cdkfselect.c:12:34: note: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkfselect.c:230:42: note: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkfselect.c:231:21: style: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/cli/cdkfselect.c:12:49: note: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkfselect.c:231:21: note: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkitemlist.c:29:10: style: The scope of the variable 'answer' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkitemlist.c:33:8: style: The scope of the variable 'buttonCount' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkitemlist.c:35:8: style: The scope of the variable 'shadowHeight' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkitemlist.c:38:11: style: The scope of the variable 'buttonList' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkitemlist.c:263:42: style: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/cli/cdkitemlist.c:12:34: note: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkitemlist.c:263:42: note: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkitemlist.c:264:21: style: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/cli/cdkitemlist.c:12:49: note: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkitemlist.c:264:21: note: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdklabel.c:28:12: style: The scope of the variable 'holder' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdklabel.c:31:9: style: The scope of the variable 'tempCommand' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkmatrix.c:37:8: style: The scope of the variable 'buttonCount' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkmatrix.c:39:8: style: The scope of the variable 'shadowHeight' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkmatrix.c:49:15: style: The scope of the variable 'infoLines' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkmatrix.c:379:42: style: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/cli/cdkmatrix.c:14:34: note: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkmatrix.c:379:42: note: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkmatrix.c:379:67: style: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/cli/cdkmatrix.c:14:49: note: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkmatrix.c:379:67: note: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkmatrix.c:245:0: error: Memory leak: info [memleak]
cdk-5.0-20180306/cli/cdkmentry.c:35:8: style: The scope of the variable 'buttonCount' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkmentry.c:37:8: style: The scope of the variable 'shadowHeight' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkmentry.c:39:11: style: The scope of the variable 'buttonList' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkmentry.c:262:42: style: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/cli/cdkmentry.c:12:34: note: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkmentry.c:262:42: note: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkmentry.c:263:21: style: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/cli/cdkmentry.c:12:49: note: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkmentry.c:263:21: note: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkradio.c:31:12: style: The scope of the variable 'holder' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkradio.c:36:8: style: The scope of the variable 'buttonCount' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkradio.c:38:8: style: The scope of the variable 'shadowHeight' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkradio.c:40:11: style: The scope of the variable 'buttonList' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkradio.c:285:42: style: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/cli/cdkradio.c:12:34: note: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkradio.c:285:42: note: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkradio.c:286:21: style: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/cli/cdkradio.c:12:49: note: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkradio.c:286:21: note: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkscale.c:30:12: style: The scope of the variable 'holder' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkscale.c:32:8: style: The scope of the variable 'buttonCount' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkscale.c:34:8: style: The scope of the variable 'shadowHeight' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkscale.c:36:11: style: The scope of the variable 'buttonList' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkscale.c:37:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkscale.c:273:42: style: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/cli/cdkscale.c:12:34: note: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkscale.c:273:42: note: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkscale.c:274:21: style: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/cli/cdkscale.c:12:49: note: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkscale.c:274:21: note: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkscroll.c:74:4: style: Variable 'spos' is reassigned a value before the old one has been used. [redundantAssignment]
cdk-5.0-20180306/cli/cdkscroll.c:32:0: note: Variable 'spos' is reassigned a value before the old one has been used.
cdk-5.0-20180306/cli/cdkscroll.c:74:4: note: Variable 'spos' is reassigned a value before the old one has been used.
cdk-5.0-20180306/cli/cdkscroll.c:30:12: style: The scope of the variable 'holder' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkscroll.c:33:8: style: The scope of the variable 'buttonCount' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkscroll.c:36:8: style: The scope of the variable 'shadowHeight' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkscroll.c:39:11: style: The scope of the variable 'buttonList' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkscroll.c:276:42: style: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/cli/cdkscroll.c:12:34: note: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkscroll.c:276:42: note: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkscroll.c:277:21: style: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/cli/cdkscroll.c:12:49: note: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkscroll.c:277:21: note: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkselection.c:29:10: style: The scope of the variable 'item' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkselection.c:34:8: style: The scope of the variable 'buttonCount' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkselection.c:36:8: style: The scope of the variable 'shadowHeight' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkselection.c:40:11: style: The scope of the variable 'buttonList' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkselection.c:41:11: style: The scope of the variable 'items' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkselection.c:44:11: style: The scope of the variable 'fields' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkselection.c:334:42: style: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/cli/cdkselection.c:12:34: note: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkselection.c:334:42: note: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkselection.c:334:67: style: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/cli/cdkselection.c:12:49: note: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkselection.c:334:67: note: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkselection.c:77:19: style: Variable 'numbers' is assigned a value that is never used. [unreadVariable]
cdk-5.0-20180306/cli/cdkslider.c:33:8: style: The scope of the variable 'buttonCount' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkslider.c:35:8: style: The scope of the variable 'shadowHeight' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkslider.c:37:11: style: The scope of the variable 'buttonList' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkslider.c:38:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkslider.c:282:42: style: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/cli/cdkslider.c:12:34: note: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkslider.c:282:42: note: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkslider.c:283:21: style: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/cli/cdkslider.c:12:49: note: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkslider.c:283:21: note: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdktemplate.c:32:12: style: The scope of the variable 'holder' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdktemplate.c:33:8: style: The scope of the variable 'buttonCount' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdktemplate.c:35:8: style: The scope of the variable 'shadowHeight' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdktemplate.c:37:11: style: The scope of the variable 'buttonList' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdktemplate.c:256:42: style: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/cli/cdktemplate.c:12:34: note: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdktemplate.c:256:42: note: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdktemplate.c:257:21: style: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/cli/cdktemplate.c:12:49: note: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdktemplate.c:257:21: note: Function 'widgetCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkviewer.c:32:12: style: The scope of the variable 'holder' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkviewer.c:38:9: style: The scope of the variable 'tempTitle' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkviewer.c:254:10: style: The scope of the variable 'rawLine' can be reduced. [variableScope]
cdk-5.0-20180306/cli/cdkviewer.c:278:42: style: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/cli/cdkviewer.c:14:34: note: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkviewer.c:278:42: note: Function 'widgetCB' argument 1 names different: declaration 'cdktype' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkviewer.c:279:25: style: Function 'widgetCB' argument 3 names different: declaration 'clientData' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/cli/cdkviewer.c:14:63: note: Function 'widgetCB' argument 3 names different: declaration 'clientData' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkviewer.c:279:25: note: Function 'widgetCB' argument 3 names different: declaration 'clientData' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkviewer.c:280:19: style: Function 'widgetCB' argument 4 names different: declaration 'key' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/cli/cdkviewer.c:14:82: note: Function 'widgetCB' argument 4 names different: declaration 'key' definition 'GCC_UNUSED'.
cdk-5.0-20180306/cli/cdkviewer.c:280:19: note: Function 'widgetCB' argument 4 names different: declaration 'key' definition 'GCC_UNUSED'.
cdk-5.0-20180306/demos/rolodex.c:1714:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
cdk-5.0-20180306/demos/rolodex.c:1748:8: style: The scope of the variable 'x' can be reduced. [variableScope]
cdk-5.0-20180306/demos/rolodex.c:294:43: style: Function 'writeRCFile' argument 2 names different: declaration 'file' definition 'filename'. [funcArgNamesDifferent]
cdk-5.0-20180306/demos/rolodex.h:81:43: note: Function 'writeRCFile' argument 2 names different: declaration 'file' definition 'filename'.
cdk-5.0-20180306/demos/rolodex.c:294:43: note: Function 'writeRCFile' argument 2 names different: declaration 'file' definition 'filename'.
cdk-5.0-20180306/demos/rolodex.c:294:64: style: Function 'writeRCFile' argument 3 names different: declaration 'groups' definition 'groupList'. [funcArgNamesDifferent]
cdk-5.0-20180306/demos/rolodex.h:81:59: note: Function 'writeRCFile' argument 3 names different: declaration 'groups' definition 'groupList'.
cdk-5.0-20180306/demos/rolodex.c:294:64: note: Function 'writeRCFile' argument 3 names different: declaration 'groups' definition 'groupList'.
cdk-5.0-20180306/demos/rolodex.c:294:79: style: Function 'writeRCFile' argument 4 names different: declaration 'count' definition 'groupCount'. [funcArgNamesDifferent]
cdk-5.0-20180306/demos/rolodex.h:81:71: note: Function 'writeRCFile' argument 4 names different: declaration 'count' definition 'groupCount'.
cdk-5.0-20180306/demos/rolodex.c:294:79: note: Function 'writeRCFile' argument 4 names different: declaration 'count' definition 'groupCount'.
cdk-5.0-20180306/demos/rolodex.c:367:20: style: Function 'pickRolodexGroup' argument 3 names different: declaration 'groups' definition 'groupList'. [funcArgNamesDifferent]
cdk-5.0-20180306/demos/rolodex.h:89:71: note: Function 'pickRolodexGroup' argument 3 names different: declaration 'groups' definition 'groupList'.
cdk-5.0-20180306/demos/rolodex.c:367:20: note: Function 'pickRolodexGroup' argument 3 names different: declaration 'groups' definition 'groupList'.
cdk-5.0-20180306/demos/rolodex.c:368:13: style: Function 'pickRolodexGroup' argument 4 names different: declaration 'count' definition 'groupCount'. [funcArgNamesDifferent]
cdk-5.0-20180306/demos/rolodex.h:89:83: note: Function 'pickRolodexGroup' argument 4 names different: declaration 'count' definition 'groupCount'.
cdk-5.0-20180306/demos/rolodex.c:368:13: note: Function 'pickRolodexGroup' argument 4 names different: declaration 'count' definition 'groupCount'.
cdk-5.0-20180306/demos/rolodex.c:414:52: style: Function 'addRolodexGroup' argument 2 names different: declaration 'groups' definition 'groupList'. [funcArgNamesDifferent]
cdk-5.0-20180306/demos/rolodex.h:87:51: note: Function 'addRolodexGroup' argument 2 names different: declaration 'groups' definition 'groupList'.
cdk-5.0-20180306/demos/rolodex.c:414:52: note: Function 'addRolodexGroup' argument 2 names different: declaration 'groups' definition 'groupList'.
cdk-5.0-20180306/demos/rolodex.c:414:67: style: Function 'addRolodexGroup' argument 3 names different: declaration 'count' definition 'groupCount'. [funcArgNamesDifferent]
cdk-5.0-20180306/demos/rolodex.h:87:63: note: Function 'addRolodexGroup' argument 3 names different: declaration 'count' definition 'groupCount'.
cdk-5.0-20180306/demos/rolodex.c:414:67: note: Function 'addRolodexGroup' argument 3 names different: declaration 'count' definition 'groupCount'.
cdk-5.0-20180306/demos/rolodex.c:521:50: style: Function 'writeRCFileAs' argument 2 names different: declaration 'groups' definition 'groupList'. [funcArgNamesDifferent]
cdk-5.0-20180306/demos/rolodex.h:82:49: note: Function 'writeRCFileAs' argument 2 names different: declaration 'groups' definition 'groupList'.
cdk-5.0-20180306/demos/rolodex.c:521:50: note: Function 'writeRCFileAs' argument 2 names different: declaration 'groups' definition 'groupList'.
cdk-5.0-20180306/demos/rolodex.c:521:65: style: Function 'writeRCFileAs' argument 3 names different: declaration 'count' definition 'groupCount'. [funcArgNamesDifferent]
cdk-5.0-20180306/demos/rolodex.h:82:61: note: Function 'writeRCFileAs' argument 3 names different: declaration 'count' definition 'groupCount'.
cdk-5.0-20180306/demos/rolodex.c:521:65: note: Function 'writeRCFileAs' argument 3 names different: declaration 'count' definition 'groupCount'.
cdk-5.0-20180306/demos/rolodex.c:568:50: style: Function 'openNewRCFile' argument 2 names different: declaration 'groups' definition 'groupList'. [funcArgNamesDifferent]
cdk-5.0-20180306/demos/rolodex.h:80:49: note: Function 'openNewRCFile' argument 2 names different: declaration 'groups' definition 'groupList'.
cdk-5.0-20180306/demos/rolodex.c:568:50: note: Function 'openNewRCFile' argument 2 names different: declaration 'groups' definition 'groupList'.
cdk-5.0-20180306/demos/rolodex.c:631:44: style: Function 'readRCFile' argument 2 names different: declaration 'groupInfo' definition 'groupList'. [funcArgNamesDifferent]
cdk-5.0-20180306/demos/rolodex.h:79:43: note: Function 'readRCFile' argument 2 names different: declaration 'groupInfo' definition 'groupList'.
cdk-5.0-20180306/demos/rolodex.c:631:44: note: Function 'readRCFile' argument 2 names different: declaration 'groupInfo' definition 'groupList'.
cdk-5.0-20180306/demos/rolodex.c:702:48: style: Function 'useRolodexGroup' argument 2 names different: declaration 'name' definition 'groupName'. [funcArgNamesDifferent]
cdk-5.0-20180306/demos/rolodex.h:90:48: note: Function 'useRolodexGroup' argument 2 names different: declaration 'name' definition 'groupName'.
cdk-5.0-20180306/demos/rolodex.c:702:48: note: Function 'useRolodexGroup' argument 2 names different: declaration 'name' definition 'groupName'.
cdk-5.0-20180306/demos/rolodex.c:703:9: style: Function 'useRolodexGroup' argument 3 names different: declaration 'desc' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/demos/rolodex.h:90:60: note: Function 'useRolodexGroup' argument 3 names different: declaration 'desc' definition 'GCC_UNUSED'.
cdk-5.0-20180306/demos/rolodex.c:703:9: note: Function 'useRolodexGroup' argument 3 names different: declaration 'desc' definition 'GCC_UNUSED'.
cdk-5.0-20180306/demos/rolodex.c:703:27: style: Function 'useRolodexGroup' argument 4 names different: declaration 'dbm' definition 'groupDBM'. [funcArgNamesDifferent]
cdk-5.0-20180306/demos/rolodex.h:90:72: note: Function 'useRolodexGroup' argument 4 names different: declaration 'dbm' definition 'groupDBM'.
cdk-5.0-20180306/demos/rolodex.c:703:27: note: Function 'useRolodexGroup' argument 4 names different: declaration 'dbm' definition 'groupDBM'.
cdk-5.0-20180306/demos/rolodex.c:836:30: style: Function 'readPhoneDataFile' argument 1 names different: declaration 'filename' definition 'dataFile'. [funcArgNamesDifferent]
cdk-5.0-20180306/demos/rolodex.h:102:30: note: Function 'readPhoneDataFile' argument 1 names different: declaration 'filename' definition 'dataFile'.
cdk-5.0-20180306/demos/rolodex.c:836:30: note: Function 'readPhoneDataFile' argument 1 names different: declaration 'filename' definition 'dataFile'.
cdk-5.0-20180306/demos/rolodex.c:836:53: style: Function 'readPhoneDataFile' argument 2 names different: declaration 'record' definition 'phoneData'. [funcArgNamesDifferent]
cdk-5.0-20180306/demos/rolodex.h:102:52: note: Function 'readPhoneDataFile' argument 2 names different: declaration 'record' definition 'phoneData'.
cdk-5.0-20180306/demos/rolodex.c:836:53: note: Function 'readPhoneDataFile' argument 2 names different: declaration 'record' definition 'phoneData'.
cdk-5.0-20180306/demos/rolodex.c:902:53: style: Function 'savePhoneDataFile' argument 2 names different: declaration 'record' definition 'phoneData'. [funcArgNamesDifferent]
cdk-5.0-20180306/demos/rolodex.h:103:52: note: Function 'savePhoneDataFile' argument 2 names different: declaration 'record' definition 'phoneData'.
cdk-5.0-20180306/demos/rolodex.c:902:53: note: Function 'savePhoneDataFile' argument 2 names different: declaration 'record' definition 'phoneData'.
cdk-5.0-20180306/demos/rolodex.c:1067:55: style: Function 'deleteRolodexGroup' argument 2 names different: declaration 'groups' definition 'groupList'. [funcArgNamesDifferent]
cdk-5.0-20180306/demos/rolodex.h:88:54: note: Function 'deleteRolodexGroup' argument 2 names different: declaration 'groups' definition 'groupList'.
cdk-5.0-20180306/demos/rolodex.c:1067:55: note: Function 'deleteRolodexGroup' argument 2 names different: declaration 'groups' definition 'groupList'.
cdk-5.0-20180306/demos/rolodex.c:1067:70: style: Function 'deleteRolodexGroup' argument 3 names different: declaration 'count' definition 'groupCount'. [funcArgNamesDifferent]
cdk-5.0-20180306/demos/rolodex.h:88:66: note: Function 'deleteRolodexGroup' argument 3 names different: declaration 'count' definition 'groupCount'.
cdk-5.0-20180306/demos/rolodex.c:1067:70: note: Function 'deleteRolodexGroup' argument 3 names different: declaration 'count' definition 'groupCount'.
cdk-5.0-20180306/demos/rolodex.c:1452:55: style: Function 'printGroupNumbers' argument 2 names different: declaration 'groups' definition 'groupList'. [funcArgNamesDifferent]
cdk-5.0-20180306/demos/rolodex.h:112:54: note: Function 'printGroupNumbers' argument 2 names different: declaration 'groups' definition 'groupList'.
cdk-5.0-20180306/demos/rolodex.c:1452:55: note: Function 'printGroupNumbers' argument 2 names different: declaration 'groups' definition 'groupList'.
cdk-5.0-20180306/demos/rolodex.c:1452:70: style: Function 'printGroupNumbers' argument 3 names different: declaration 'count' definition 'groupCount'. [funcArgNamesDifferent]
cdk-5.0-20180306/demos/rolodex.h:112:66: note: Function 'printGroupNumbers' argument 3 names different: declaration 'count' definition 'groupCount'.
cdk-5.0-20180306/demos/rolodex.c:1452:70: note: Function 'printGroupNumbers' argument 3 names different: declaration 'count' definition 'groupCount'.
cdk-5.0-20180306/demos/rolodex.c:1693:44: style: Function 'entryPreProcessCB' argument 1 names different: declaration 'cdkType' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/demos/rolodex.h:74:36: note: Function 'entryPreProcessCB' argument 1 names different: declaration 'cdkType' definition 'GCC_UNUSED'.
cdk-5.0-20180306/demos/rolodex.c:1693:44: note: Function 'entryPreProcessCB' argument 1 names different: declaration 'cdkType' definition 'GCC_UNUSED'.
cdk-5.0-20180306/demos/rolodex.c:1694:10: style: Function 'entryPreProcessCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/demos/rolodex.h:74:51: note: Function 'entryPreProcessCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'.
cdk-5.0-20180306/demos/rolodex.c:1694:10: note: Function 'entryPreProcessCB' argument 2 names different: declaration 'object' definition 'GCC_UNUSED'.
cdk-5.0-20180306/demos/rolodex.c:1694:39: style: Function 'entryPreProcessCB' argument 3 names different: declaration 'clientData' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/demos/rolodex.h:74:65: note: Function 'entryPreProcessCB' argument 3 names different: declaration 'clientData' definition 'GCC_UNUSED'.
cdk-5.0-20180306/demos/rolodex.c:1694:39: note: Function 'entryPreProcessCB' argument 3 names different: declaration 'clientData' definition 'GCC_UNUSED'.
cdk-5.0-20180306/demos/syb.c:81:10: style: The scope of the variable 'dsquery' can be reduced. [variableScope]
cdk-5.0-20180306/demos/syb.c:82:10: style: The scope of the variable 'command' can be reduced. [variableScope]
cdk-5.0-20180306/demos/syb.c:84:10: style: The scope of the variable 'upper' can be reduced. [variableScope]
cdk-5.0-20180306/demos/syb.c:90:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
cdk-5.0-20180306/demos/syb.c:92:10: style: The scope of the variable 'mesg' can be reduced. [variableScope]
cdk-5.0-20180306/demos/syb.c:492:14: style: The scope of the variable 'loginEntry' can be reduced. [variableScope]
cdk-5.0-20180306/demos/syb.c:493:14: style: The scope of the variable 'passwordEntry' can be reduced. [variableScope]
cdk-5.0-20180306/demos/syb.c:495:10: style: The scope of the variable 'hostAccount' can be reduced. [variableScope]
cdk-5.0-20180306/demos/syb.c:498:20: style: The scope of the variable 'temp' can be reduced. [variableScope]
cdk-5.0-20180306/demos/syb.c:597:8: style: The scope of the variable 'rowCount' can be reduced. [variableScope]
cdk-5.0-20180306/demos/syb.c:654:10: style: The scope of the variable 'colName' can be reduced. [variableScope]
cdk-5.0-20180306/demos/syb.c:655:8: style: The scope of the variable 'colWidth' can be reduced. [variableScope]
cdk-5.0-20180306/demos/syb.c:656:8: style: The scope of the variable 'colNameLen' can be reduced. [variableScope]
cdk-5.0-20180306/demos/syb.c:698:8: style: The scope of the variable 'columnType' can be reduced. [variableScope]
cdk-5.0-20180306/demos/syb.c:699:8: style: The scope of the variable 'colWidth' can be reduced. [variableScope]
cdk-5.0-20180306/demos/syb.c:700:8: style: The scope of the variable 'valueLen' can be reduced. [variableScope]
cdk-5.0-20180306/demos/syb.c:910:20: style: The scope of the variable 'temp' can be reduced. [variableScope]
cdk-5.0-20180306/demos/syb.c:422:50: style: Function 'sybaseLogin' argument 2 names different: declaration 'login' definition 'accountName'. [funcArgNamesDifferent]
cdk-5.0-20180306/demos/syb.c:41:50: note: Function 'sybaseLogin' argument 2 names different: declaration 'login' definition 'accountName'.
cdk-5.0-20180306/demos/syb.c:422:50: note: Function 'sybaseLogin' argument 2 names different: declaration 'login' definition 'accountName'.
cdk-5.0-20180306/demos/syb.c:422:69: style: Function 'sybaseLogin' argument 3 names different: declaration 'password' definition 'accountPassword'. [funcArgNamesDifferent]
cdk-5.0-20180306/demos/syb.c:41:63: note: Function 'sybaseLogin' argument 3 names different: declaration 'password' definition 'accountPassword'.
cdk-5.0-20180306/demos/syb.c:422:69: note: Function 'sybaseLogin' argument 3 names different: declaration 'password' definition 'accountPassword'.
cdk-5.0-20180306/demos/syb.c:422:90: style: Function 'sybaseLogin' argument 4 names different: declaration 'attempts' definition 'attemptCount'. [funcArgNamesDifferent]
cdk-5.0-20180306/demos/syb.c:41:77: note: Function 'sybaseLogin' argument 4 names different: declaration 'attempts' definition 'attemptCount'.
cdk-5.0-20180306/demos/syb.c:422:90: note: Function 'sybaseLogin' argument 4 names different: declaration 'attempts' definition 'attemptCount'.
cdk-5.0-20180306/demos/syb.c:490:52: style: Function 'loginToSybase' argument 2 names different: declaration 'login' definition 'accountName'. [funcArgNamesDifferent]
cdk-5.0-20180306/demos/syb.c:40:52: note: Function 'loginToSybase' argument 2 names different: declaration 'login' definition 'accountName'.
cdk-5.0-20180306/demos/syb.c:490:52: note: Function 'loginToSybase' argument 2 names different: declaration 'login' definition 'accountName'.
cdk-5.0-20180306/demos/syb.c:490:71: style: Function 'loginToSybase' argument 3 names different: declaration 'password' definition 'accountPassword'. [funcArgNamesDifferent]
cdk-5.0-20180306/demos/syb.c:40:65: note: Function 'loginToSybase' argument 3 names different: declaration 'password' definition 'accountPassword'.
cdk-5.0-20180306/demos/syb.c:490:71: note: Function 'loginToSybase' argument 3 names different: declaration 'password' definition 'accountPassword'.
cdk-5.0-20180306/demos/syb.c:593:33: style: Function 'runIsqlCommand' argument 1 names different: declaration 'cdkscreen' definition 'screen'. [funcArgNamesDifferent]
cdk-5.0-20180306/demos/syb.c:46:33: note: Function 'runIsqlCommand' argument 1 names different: declaration 'cdkscreen' definition 'screen'.
cdk-5.0-20180306/demos/syb.c:593:33: note: Function 'runIsqlCommand' argument 1 names different: declaration 'cdkscreen' definition 'screen'.
cdk-5.0-20180306/demos/syb.c:593:73: style: Function 'runIsqlCommand' argument 3 names different: declaration 'process' definition 'dbProcess'. [funcArgNamesDifferent]
cdk-5.0-20180306/demos/syb.c:46:76: note: Function 'runIsqlCommand' argument 3 names different: declaration 'process' definition 'dbProcess'.
cdk-5.0-20180306/demos/syb.c:593:73: note: Function 'runIsqlCommand' argument 3 names different: declaration 'process' definition 'dbProcess'.
cdk-5.0-20180306/demos/syb.c:652:33: style: Function 'assembleTitle' argument 1 names different: declaration 'dbProcess' definition 'dbProc'. [funcArgNamesDifferent]
cdk-5.0-20180306/demos/syb.c:42:33: note: Function 'assembleTitle' argument 1 names different: declaration 'dbProcess' definition 'dbProc'.
cdk-5.0-20180306/demos/syb.c:652:33: note: Function 'assembleTitle' argument 1 names different: declaration 'dbProcess' definition 'dbProc'.
cdk-5.0-20180306/demos/syb.c:883:0: warning: Size of pointer 'upper' used instead of size of its data. [pointerSize]
cdk-5.0-20180306/demos/syb.c:630:6: style: Variable 'rowCount' is assigned a value that is never used. [unreadVariable]
cdk-5.0-20180306/demos/syb.c:680:28: error: Undefined behavior: Variable 'row' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
cdk-5.0-20180306/demos/syb.c:685:26: error: Undefined behavior: Variable 'row' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
cdk-5.0-20180306/demos/syb.c:768:29: error: Undefined behavior: Variable 'row' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
cdk-5.0-20180306/demos/syb.c:772:27: error: Undefined behavior: Variable 'row' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
cdk-5.0-20180306/demos/vinstall.c:391:49: style: Function 'copyFile' argument 1 names different: declaration 'cdkScreen' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/demos/vinstall.c:26:39: note: Function 'copyFile' argument 1 names different: declaration 'cdkScreen' definition 'GCC_UNUSED'.
cdk-5.0-20180306/demos/vinstall.c:391:49: note: Function 'copyFile' argument 1 names different: declaration 'cdkScreen' definition 'GCC_UNUSED'.
cdk-5.0-20180306/demos/vinstall.c:433:40: style: Function 'verifyDirectory' argument 1 names different: declaration 'screen' definition 'cdkScreen'. [funcArgNamesDifferent]
cdk-5.0-20180306/demos/vinstall.c:27:40: note: Function 'verifyDirectory' argument 1 names different: declaration 'screen' definition 'cdkScreen'.
cdk-5.0-20180306/demos/vinstall.c:433:40: note: Function 'verifyDirectory' argument 1 names different: declaration 'screen' definition 'cdkScreen'.
cdk-5.0-20180306/fselect.c:1571:16: style: Condition 'home==0' is always true [knownConditionTrueFalse]
cdk-5.0-20180306/fselect.c:1563:14: note: Assignment 'home=0', assigned value is 0
cdk-5.0-20180306/fselect.c:1571:16: note: Condition 'home==0' is always true
cdk-5.0-20180306/fselect.c:1542:22: style: Unused variable: accountInfo [unusedVariable]
cdk-5.0-20180306/gen-scale.c:19:0: error: Code 'newCDK<MIXED>() {}' is invalid C code. Use --std or --language to configure the language. [syntaxError]
cdk-5.0-20180306/gen-slider.c:20:0: error: Code 'newCDK<MIXED>() {}' is invalid C code. Use --std or --language to configure the language. [syntaxError]
cdk-5.0-20180306/matrix.c:1040:15: style: Function 'drawCDKMatrixCell' argument 2 names different: declaration 'srow' definition 'row'. [funcArgNamesDifferent]
cdk-5.0-20180306/matrix.c:15:15: note: Function 'drawCDKMatrixCell' argument 2 names different: declaration 'srow' definition 'row'.
cdk-5.0-20180306/matrix.c:1040:15: note: Function 'drawCDKMatrixCell' argument 2 names different: declaration 'srow' definition 'row'.
cdk-5.0-20180306/matrix.c:1041:15: style: Function 'drawCDKMatrixCell' argument 3 names different: declaration 'scol' definition 'col'. [funcArgNamesDifferent]
cdk-5.0-20180306/matrix.c:15:25: note: Function 'drawCDKMatrixCell' argument 3 names different: declaration 'scol' definition 'col'.
cdk-5.0-20180306/matrix.c:1041:15: note: Function 'drawCDKMatrixCell' argument 3 names different: declaration 'scol' definition 'col'.
cdk-5.0-20180306/matrix.c:1690:50: style: Function 'redrawTitles' argument 2 names different: declaration 'row' definition 'rowTitles'. [funcArgNamesDifferent]
cdk-5.0-20180306/matrix.c:23:50: note: Function 'redrawTitles' argument 2 names different: declaration 'row' definition 'rowTitles'.
cdk-5.0-20180306/matrix.c:1690:50: note: Function 'redrawTitles' argument 2 names different: declaration 'row' definition 'rowTitles'.
cdk-5.0-20180306/matrix.c:1690:65: style: Function 'redrawTitles' argument 3 names different: declaration 'col' definition 'colTitles'. [funcArgNamesDifferent]
cdk-5.0-20180306/matrix.c:23:59: note: Function 'redrawTitles' argument 3 names different: declaration 'col' definition 'colTitles'.
cdk-5.0-20180306/matrix.c:1690:65: note: Function 'redrawTitles' argument 3 names different: declaration 'col' definition 'colTitles'.
cdk-5.0-20180306/radio.c:452:35: style: Function 'maxViewSize' argument 1 names different: declaration 'scrollp' definition 'widget'. [funcArgNamesDifferent]
cdk-5.0-20180306/radio.c:16:35: note: Function 'maxViewSize' argument 1 names different: declaration 'scrollp' definition 'widget'.
cdk-5.0-20180306/radio.c:452:35: note: Function 'maxViewSize' argument 1 names different: declaration 'scrollp' definition 'widget'.
cdk-5.0-20180306/radio.c:460:36: style: Function 'setViewSize' argument 1 names different: declaration 'scrollp' definition 'widget'. [funcArgNamesDifferent]
cdk-5.0-20180306/radio.c:15:36: note: Function 'setViewSize' argument 1 names different: declaration 'scrollp' definition 'widget'.
cdk-5.0-20180306/radio.c:460:36: note: Function 'setViewSize' argument 1 names different: declaration 'scrollp' definition 'widget'.
cdk-5.0-20180306/radio.c:795:78: style: Function 'createList' argument 4 names different: declaration 'width' definition 'boxWidth'. [funcArgNamesDifferent]
cdk-5.0-20180306/radio.c:13:78: note: Function 'createList' argument 4 names different: declaration 'width' definition 'boxWidth'.
cdk-5.0-20180306/radio.c:795:78: note: Function 'createList' argument 4 names different: declaration 'width' definition 'boxWidth'.
cdk-5.0-20180306/scroll.c:749:9: error: Memory leak: work [memleak]
cdk-5.0-20180306/selection.c:498:39: style: Function 'maxViewSize' argument 1 names different: declaration 'scrollp' definition 'widget'. [funcArgNamesDifferent]
cdk-5.0-20180306/selection.c:16:39: note: Function 'maxViewSize' argument 1 names different: declaration 'scrollp' definition 'widget'.
cdk-5.0-20180306/selection.c:498:39: note: Function 'maxViewSize' argument 1 names different: declaration 'scrollp' definition 'widget'.
cdk-5.0-20180306/selection.c:506:40: style: Function 'setViewSize' argument 1 names different: declaration 'scrollp' definition 'widget'. [funcArgNamesDifferent]
cdk-5.0-20180306/selection.c:15:40: note: Function 'setViewSize' argument 1 names different: declaration 'scrollp' definition 'widget'.
cdk-5.0-20180306/selection.c:506:40: note: Function 'setViewSize' argument 1 names different: declaration 'scrollp' definition 'widget'.
cdk-5.0-20180306/selection.c:514:72: style: Function 'drawCDKSelectionList' argument 2 names different: declaration 'Box' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/selection.c:14:68: note: Function 'drawCDKSelectionList' argument 2 names different: declaration 'Box' definition 'GCC_UNUSED'.
cdk-5.0-20180306/selection.c:514:72: note: Function 'drawCDKSelectionList' argument 2 names different: declaration 'Box' definition 'GCC_UNUSED'.
cdk-5.0-20180306/swindow.c:798:66: style: Function 'drawCDKSwindowList' argument 2 names different: declaration 'Box' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
cdk-5.0-20180306/swindow.c:13:62: note: Function 'drawCDKSwindowList' argument 2 names different: declaration 'Box' definition 'GCC_UNUSED'.
cdk-5.0-20180306/swindow.c:798:66: note: Function 'drawCDKSwindowList' argument 2 names different: declaration 'Box' definition 'GCC_UNUSED'.
cdk-5.0-20180306/template.c:431:47: style: Function 'CDKTemplateCallBack' argument 1 names different: declaration 'widget' definition 'cdktemplate'. [funcArgNamesDifferent]
cdk-5.0-20180306/template.c:12:47: note: Function 'CDKTemplateCallBack' argument 1 names different: declaration 'widget' definition 'cdktemplate'.
cdk-5.0-20180306/template.c:431:47: note: Function 'CDKTemplateCallBack' argument 1 names different: declaration 'widget' definition 'cdktemplate'.
cdk-5.0-20180306/template.c:681:48: style: Function 'drawCDKTemplateField' argument 1 names different: declaration 'widget' definition 'cdktemplate'. [funcArgNamesDifferent]
cdk-5.0-20180306/template.c:13:48: note: Function 'drawCDKTemplateField' argument 1 names different: declaration 'widget' definition 'cdktemplate'.
cdk-5.0-20180306/template.c:681:48: note: Function 'drawCDKTemplateField' argument 1 names different: declaration 'widget' definition 'cdktemplate'.
cdk-5.0-20180306/template.c:733:51: style: Function 'adjustCDKTemplateCursor' argument 1 names different: declaration 'widget' definition 'cdktemplate'. [funcArgNamesDifferent]
cdk-5.0-20180306/template.c:14:51: note: Function 'adjustCDKTemplateCursor' argument 1 names different: declaration 'widget' definition 'cdktemplate'.
cdk-5.0-20180306/template.c:733:51: note: Function 'adjustCDKTemplateCursor' argument 1 names different: declaration 'widget' definition 'cdktemplate'.
[14:09]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcdr/libcdr_0.1.4.orig.tar.xz
libcdr-0.1.4/src/lib/CDRTypes.h:261:8: style: Technically the member function 'libcdr::CDRSplineData::empty' can be const. [functionConst]
libcdr-0.1.4/src/lib/CDRTypes.h:351:1: warning: The struct 'CDRTextLine' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libcdr-0.1.4/src/lib/CDRTypes.h:366:1: warning: The struct 'CDRFont' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libcdr-0.1.4/src/lib/CDRContentCollector.cpp:551:77: style: Function 'collectFillTransform' argument 1 names different: declaration 'fillTrafo' definition 'fillTrafos'. [funcArgNamesDifferent]
libcdr-0.1.4/src/lib/CDRContentCollector.h:55:50: note: Function 'collectFillTransform' argument 1 names different: declaration 'fillTrafo' definition 'fillTrafos'.
libcdr-0.1.4/src/lib/CDRContentCollector.cpp:551:77: note: Function 'collectFillTransform' argument 1 names different: declaration 'fillTrafo' definition 'fillTrafos'.
libcdr-0.1.4/src/lib/CDRInternalStream.h:24:3: style: Class 'CDRInternalStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcdr-0.1.4/src/lib/CDRDocument.cpp:112:12: style: The scope of the variable 'version' can be reduced. [variableScope]
libcdr-0.1.4/src/lib/CommonParser.h:25:3: style: Class 'CommonParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcdr-0.1.4/src/lib/CDRStylesCollector.h:30:3: style: Class 'CDRStylesCollector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcdr-0.1.4/src/lib/CDROutputElementList.cpp:112:3: style: Class 'CDRStyleOutputElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcdr-0.1.4/src/lib/CDROutputElementList.cpp:127:3: style: Class 'CDRPathOutputElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcdr-0.1.4/src/lib/CDROutputElementList.cpp:142:3: style: Class 'CDRGraphicObjectOutputElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcdr-0.1.4/src/lib/CDROutputElementList.cpp:157:3: style: Class 'CDRStartTextObjectOutputElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcdr-0.1.4/src/lib/CDROutputElementList.cpp:172:3: style: Class 'CDROpenParagraphOutputElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcdr-0.1.4/src/lib/CDROutputElementList.cpp:187:3: style: Class 'CDROpenSpanOutputElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcdr-0.1.4/src/lib/CDROutputElementList.cpp:202:3: style: Class 'CDRInsertTextOutputElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcdr-0.1.4/src/lib/CDROutputElementList.cpp:255:3: style: Class 'CDRStartLayerOutputElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcdr-0.1.4/src/lib/CDRParser.cpp:1278:8: style: The scope of the variable 'pie' can be reduced. [variableScope]
libcdr-0.1.4/src/lib/CDRParser.cpp:2515:20: style: The scope of the variable 'character' can be reduced. [variableScope]
libcdr-0.1.4/src/lib/CDRParser.cpp:2531:19: style: The scope of the variable 'character' can be reduced. [variableScope]
libcdr-0.1.4/src/lib/CDRParser.cpp:3262:20: style: The scope of the variable 'c' can be reduced. [variableScope]
libcdr-0.1.4/src/lib/CDRParser.h:42:8: performance: Technically the member function 'libcdr::CDRParser::gatherWaldoInformation' can be static. [functionStatic]
libcdr-0.1.4/src/lib/CDRParser.cpp:283:25: note: Technically the member function 'libcdr::CDRParser::gatherWaldoInformation' can be static.
libcdr-0.1.4/src/lib/CDRParser.h:42:8: note: Technically the member function 'libcdr::CDRParser::gatherWaldoInformation' can be static.
libcdr-0.1.4/src/lib/CDRParser.h:50:12: style: Technically the member function 'libcdr::CDRParser::readColor' can be const. [functionConst]
libcdr-0.1.4/src/lib/CDRParser.cpp:681:37: note: Technically the member function 'libcdr::CDRParser::readColor' can be const.
libcdr-0.1.4/src/lib/CDRParser.h:50:12: note: Technically the member function 'libcdr::CDRParser::readColor' can be const.
libcdr-0.1.4/src/lib/CDRParser.h:92:8: style: Technically the member function 'libcdr::CDRParser::readUdta' can be const. [functionConst]
libcdr-0.1.4/src/lib/CDRParser.cpp:3255:25: note: Technically the member function 'libcdr::CDRParser::readUdta' can be const.
libcdr-0.1.4/src/lib/CDRParser.h:92:8: note: Technically the member function 'libcdr::CDRParser::readUdta' can be const.
libcdr-0.1.4/src/lib/CDRParser.h:96:8: style: Technically the member function 'libcdr::CDRParser::_redirectX6Chunk' can be const. [functionConst]
libcdr-0.1.4/src/lib/CDRParser.cpp:2420:25: note: Technically the member function 'libcdr::CDRParser::_redirectX6Chunk' can be const.
libcdr-0.1.4/src/lib/CDRParser.h:96:8: note: Technically the member function 'libcdr::CDRParser::_redirectX6Chunk' can be const.
libcdr-0.1.4/src/lib/CDRPath.cpp:301:3: style: Class 'CDRSplineToElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcdr-0.1.4/src/lib/CDRTransforms.h:21:1: warning: The class 'CDRTransform' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libcdr-0.1.4/src/lib/CDRTransforms.h:50:1: warning: The class 'CDRTransforms' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libcdr-0.1.4/src/lib/CDRTypes.cpp:70:58: warning: Possible access out of bounds of container 'tmpPoints'; size=3, index=3 [containerOutOfBounds]
libcdr-0.1.4/src/lib/CDRTypes.cpp:68:33: note: Assuming that condition 'tmpPoints.size()==3' is not redundant
libcdr-0.1.4/src/lib/CDRTypes.cpp:70:58: note: Access out of bounds
libcdr-0.1.4/src/lib/CDRTypes.cpp:81:54: warning: Possible access out of bounds of container 'tmpPoints'; size=3, index=3 [containerOutOfBounds]
libcdr-0.1.4/src/lib/CDRTypes.cpp:79:29: note: Assuming that condition 'tmpPoints.size()==3' is not redundant
libcdr-0.1.4/src/lib/CDRTypes.cpp:81:54: note: Access out of bounds
libcdr-0.1.4/src/lib/CMXParser.cpp:2077:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcdr-0.1.4/src/lib/CMXParser.cpp:497:20: style: The scope of the variable 'tagLength' can be reduced. [variableScope]
libcdr-0.1.4/src/lib/CMXParser.cpp:547:20: style: The scope of the variable 'tagLength' can be reduced. [variableScope]
libcdr-0.1.4/src/lib/CMXParser.cpp:597:20: style: The scope of the variable 'tagLength' can be reduced. [variableScope]
libcdr-0.1.4/src/lib/CMXParser.cpp:679:20: style: The scope of the variable 'tagLength' can be reduced. [variableScope]
libcdr-0.1.4/src/lib/CMXParser.cpp:777:20: style: The scope of the variable 'tagLength' can be reduced. [variableScope]
libcdr-0.1.4/src/lib/CMXParser.cpp:841:20: style: The scope of the variable 'tagLength' can be reduced. [variableScope]
libcdr-0.1.4/src/lib/CMXParser.cpp:923:20: style: The scope of the variable 'tagLength' can be reduced. [variableScope]
libcdr-0.1.4/src/lib/CMXParser.cpp:1074:22: style: The scope of the variable 'tagLength' can be reduced. [variableScope]
libcdr-0.1.4/src/lib/CMXParser.cpp:1114:22: style: The scope of the variable 'tagLength' can be reduced. [variableScope]
libcdr-0.1.4/src/lib/CMXParser.cpp:1212:22: style: The scope of the variable 'tagLength' can be reduced. [variableScope]
libcdr-0.1.4/src/lib/CMXParser.cpp:1289:22: style: The scope of the variable 'tagLength' can be reduced. [variableScope]
libcdr-0.1.4/src/lib/CMXParser.cpp:1361:22: style: The scope of the variable 'tagLength' can be reduced. [variableScope]
libcdr-0.1.4/src/lib/CMXParser.cpp:1379:26: style: The scope of the variable 'subTagLength' can be reduced. [variableScope]
libcdr-0.1.4/src/lib/CMXParser.cpp:351:14: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
libcdr-0.1.4/src/lib/CMXParser.h:139:8: performance: Technically the member function 'libcdr::CMXParser::readBeginLayer' can be static. [functionStatic]
libcdr-0.1.4/src/lib/CMXParser.cpp:538:25: note: Technically the member function 'libcdr::CMXParser::readBeginLayer' can be static.
libcdr-0.1.4/src/lib/CMXParser.h:139:8: note: Technically the member function 'libcdr::CMXParser::readBeginLayer' can be static.
libcdr-0.1.4/src/lib/CMXParser.h:162:19: performance: Technically the member function 'libcdr::CMXParser::_getOffsetByType' can be static. [functionStatic]
libcdr-0.1.4/src/lib/CMXParser.cpp:335:36: note: Technically the member function 'libcdr::CMXParser::_getOffsetByType' can be static.
libcdr-0.1.4/src/lib/CMXParser.h:162:19: note: Technically the member function 'libcdr::CMXParser::_getOffsetByType' can be static.
libcdr-0.1.4/src/lib/CommonParser.h:35:10: style: Technically the member function 'libcdr::CommonParser::readCoordinate' can be const. [functionConst]
libcdr-0.1.4/src/lib/CommonParser.cpp:22:30: note: Technically the member function 'libcdr::CommonParser::readCoordinate' can be const.
libcdr-0.1.4/src/lib/CommonParser.h:35:10: note: Technically the member function 'libcdr::CommonParser::readCoordinate' can be const.
libcdr-0.1.4/src/lib/CommonParser.h:36:12: style: Technically the member function 'libcdr::CommonParser::readUnsigned' can be const. [functionConst]
libcdr-0.1.4/src/lib/CommonParser.cpp:31:32: note: Technically the member function 'libcdr::CommonParser::readUnsigned' can be const.
libcdr-0.1.4/src/lib/CommonParser.h:36:12: note: Technically the member function 'libcdr::CommonParser::readUnsigned' can be const.
libcdr-0.1.4/src/lib/CommonParser.h:37:18: style: Technically the member function 'libcdr::CommonParser::readUnsignedShort' can be const. [functionConst]
libcdr-0.1.4/src/lib/CommonParser.cpp:40:38: note: Technically the member function 'libcdr::CommonParser::readUnsignedShort' can be const.
libcdr-0.1.4/src/lib/CommonParser.h:37:18: note: Technically the member function 'libcdr::CommonParser::readUnsignedShort' can be const.
libcdr-0.1.4/src/lib/CommonParser.h:38:7: style: Technically the member function 'libcdr::CommonParser::readInteger' can be const. [functionConst]
libcdr-0.1.4/src/lib/CommonParser.cpp:49:27: note: Technically the member function 'libcdr::CommonParser::readInteger' can be const.
libcdr-0.1.4/src/lib/CommonParser.h:38:7: note: Technically the member function 'libcdr::CommonParser::readInteger' can be const.
libcdr-0.1.4/src/lib/CommonParser.h:39:10: style: Technically the member function 'libcdr::CommonParser::readAngle' can be const. [functionConst]
libcdr-0.1.4/src/lib/CommonParser.cpp:58:30: note: Technically the member function 'libcdr::CommonParser::readAngle' can be const.
libcdr-0.1.4/src/lib/CommonParser.h:39:10: note: Technically the member function 'libcdr::CommonParser::readAngle' can be const.
libcdr-0.1.4/src/lib/CommonParser.h:40:8: performance: Technically the member function 'libcdr::CommonParser::readRImage' can be static. [functionStatic]
libcdr-0.1.4/src/lib/CommonParser.cpp:132:28: note: Technically the member function 'libcdr::CommonParser::readRImage' can be static.
libcdr-0.1.4/src/lib/CommonParser.h:40:8: note: Technically the member function 'libcdr::CommonParser::readRImage' can be static.
libcdr-0.1.4/src/lib/CommonParser.h:43:8: performance: Technically the member function 'libcdr::CommonParser::readBmpPattern' can be static. [functionStatic]
libcdr-0.1.4/src/lib/CommonParser.cpp:172:28: note: Technically the member function 'libcdr::CommonParser::readBmpPattern' can be static.
libcdr-0.1.4/src/lib/CommonParser.h:43:8: note: Technically the member function 'libcdr::CommonParser::readBmpPattern' can be static.
libcdr-0.1.4/src/lib/CommonParser.h:46:8: performance: Technically the member function 'libcdr::CommonParser::processPath' can be static. [functionStatic]
libcdr-0.1.4/src/lib/CommonParser.cpp:75:28: note: Technically the member function 'libcdr::CommonParser::processPath' can be static.
libcdr-0.1.4/src/lib/CommonParser.h:46:8: note: Technically the member function 'libcdr::CommonParser::processPath' can be static.
[14:09]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcds-moc-java/libcds-moc-java_5.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcds-savot-java/libcds-savot-java_4.0.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcec/libcec_4.0.2+dfsg1.orig.tar.xz
libcec-libcec-4.0.2/include/cectypes.h:1528:5: warning: The buffer 'strDeviceLanguage' is not null-terminated after the call to memcpy(). [bufferNotZeroTerminated]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:1957:5: warning: Member variable 'CecCallbackMethods::m_logMessageCallback' is not initialized in the constructor. [uninitMemberVar]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:1957:5: warning: Member variable 'CecCallbackMethods::m_keypressCallback' is not initialized in the constructor. [uninitMemberVar]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:1957:5: warning: Member variable 'CecCallbackMethods::m_commandCallback' is not initialized in the constructor. [uninitMemberVar]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:1957:5: warning: Member variable 'CecCallbackMethods::m_configCallback' is not initialized in the constructor. [uninitMemberVar]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:1957:5: warning: Member variable 'CecCallbackMethods::m_alertCallback' is not initialized in the constructor. [uninitMemberVar]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:1957:5: warning: Member variable 'CecCallbackMethods::m_menuCallback' is not initialized in the constructor. [uninitMemberVar]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:1957:5: warning: Member variable 'CecCallbackMethods::m_sourceActivatedCallback' is not initialized in the constructor. [uninitMemberVar]
libcec-libcec-4.0.2/include/cectypes.h:922:5: performance: Variable 'strComPath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libcec-libcec-4.0.2/include/cectypes.h:923:5: performance: Variable 'strComName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:1965:6: warning: Class 'CecCallbackMethods' which has virtual members does not have a virtual destructor. [virtualDestructor]
libcec-libcec-4.0.2/include/cectypes.h:1198:8: style: Technically the member function 'CEC::cec_device_type_list::IsSet' can be const. [functionConst]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:1249:10: performance: Technically the member function 'CecSharp::CecLogicalAddresses::Clear' can be static. [functionStatic]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:1261:10: performance: Technically the member function 'CecSharp::CecLogicalAddresses::IsSet' can be static. [functionStatic]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:1270:10: performance: Technically the member function 'CecSharp::CecLogicalAddresses::Set' can be static. [functionStatic]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:1308:10: performance: Technically the member function 'CecSharp::CecDatapacket::PushBack' can be static. [functionStatic]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:1376:10: performance: Technically the member function 'CecSharp::CecCommand::PushBack' can be static. [functionStatic]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:1573:10: performance: Technically the member function 'CecSharp::LibCECConfiguration::SetCallbacks' can be static. [functionStatic]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:1582:10: performance: Technically the member function 'CecSharp::LibCECConfiguration::Update' can be static. [functionStatic]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:1973:12: style: Technically the member function 'CecSharp::CecCallbackMethods::GetCallbackPtr' can be const. [functionConst]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:2090:9: style: Technically the member function 'CecSharp::CecCallbackMethods::CecLogMessageManaged' can be const. [functionConst]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:2098:9: style: Technically the member function 'CecSharp::CecCallbackMethods::CecKeyPressManaged' can be const. [functionConst]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:2106:9: style: Technically the member function 'CecSharp::CecCallbackMethods::CecCommandManaged' can be const. [functionConst]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:2119:9: style: Technically the member function 'CecSharp::CecCallbackMethods::CecConfigManaged' can be const. [functionConst]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:2131:9: style: Technically the member function 'CecSharp::CecCallbackMethods::CecAlertManaged' can be const. [functionConst]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:2147:9: style: Technically the member function 'CecSharp::CecCallbackMethods::CecMenuManaged' can be const. [functionConst]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:2157:10: style: Technically the member function 'CecSharp::CecCallbackMethods::CecSourceActivatedManaged' can be const. [functionConst]
libcec-libcec-4.0.2/src/LibCecSharp/LibCecSharp.cpp:737:14: style: Technically the member function 'CecSharp::LibCecSharp::GetAdapterVendorId' can be const. [functionConst]
libcec-libcec-4.0.2/src/LibCecSharp/LibCecSharp.cpp:746:14: style: Technically the member function 'CecSharp::LibCecSharp::GetAdapterProductId' can be const. [functionConst]
libcec-libcec-4.0.2/src/LibCecSharp/LibCecSharp.cpp:126:18: warning: Virtual function 'DisableCallbacks' is called from destructor '~LibCecSharp()' at line 70. Dynamic binding is not used. [virtualCallInConstructor]
libcec-libcec-4.0.2/src/LibCecSharp/LibCecSharp.cpp:70:7: note: Calling Close
libcec-libcec-4.0.2/src/LibCecSharp/LibCecSharp.cpp:119:7: note: Calling DisableCallbacks
libcec-libcec-4.0.2/src/LibCecSharp/LibCecSharp.cpp:126:18: note: DisableCallbacks is a virtual method
libcec-libcec-4.0.2/include/cectypes.h:920:3: style: Struct 'AdapterDescriptor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcec-libcec-4.0.2/src/LibCecSharp/LibCecSharp.cpp:60:5: style: Class 'LibCecSharp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcec-libcec-4.0.2/include/cectypes.h:943:1: warning: The struct 'cec_datapacket' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
libcec-libcec-4.0.2/include/cectypes.h:1026:1: warning: The struct 'cec_command' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:1587:70: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:1603:20: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:1608:20: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:1615:20: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:1804:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:1820:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:1836:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:1852:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:1868:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:1885:16: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:1903:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
libcec-libcec-4.0.2/src/LibCecSharp/CecSharpTypes.h:2113:52: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
libcec-libcec-4.0.2/src/LibCecSharp/LibCecSharp.cpp:778:28: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
libcec-libcec-4.0.2/src/cec-client/cec-client.cpp:1264:9: style: Condition 'g_parser' is always false [knownConditionTrueFalse]
libcec-libcec-4.0.2/src/cec-client/cec-client.cpp:1256:7: note: Assuming that condition '!g_parser' is not redundant
libcec-libcec-4.0.2/src/cec-client/cec-client.cpp:1264:9: note: Condition 'g_parser' is always false
libcec-libcec-4.0.2/src/cec-client/cec-client.cpp:121:7: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libcec-libcec-4.0.2/src/cec-client/cec-client.cpp:385:7: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libcec-libcec-4.0.2/src/cec-client/cec-client.cpp:546:10: style: The scope of the variable 'bFirstWord' can be reduced. [variableScope]
libcec-libcec-4.0.2/src/cec-client/cec-client.cpp:1293:23: style: Checking if unsigned variable 'iDevicesFound' is less than zero. [unsignedLessThanZero]
libcec-libcec-4.0.2/src/cec-client/cec-client.cpp:417:17: style: Unused variable: strvalue [unusedVariable]
libcec-libcec-4.0.2/src/cec-client/cec-client.cpp:263:72: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
libcec-libcec-4.0.2/src/cec-client/curses/CursesControl.h:47:10: performance: Technically the member function 'CCursesControl::Init' can be static. [functionStatic]
libcec-libcec-4.0.2/src/cec-client/curses/CursesControl.cpp:38:22: note: Technically the member function 'CCursesControl::Init' can be static.
libcec-libcec-4.0.2/src/cec-client/curses/CursesControl.h:47:10: note: Technically the member function 'CCursesControl::Init' can be static.
libcec-libcec-4.0.2/src/cec-client/curses/CursesControl.h:48:10: performance: Technically the member function 'CCursesControl::End' can be static. [functionStatic]
libcec-libcec-4.0.2/src/cec-client/curses/CursesControl.cpp:46:22: note: Technically the member function 'CCursesControl::End' can be static.
libcec-libcec-4.0.2/src/cec-client/curses/CursesControl.h:48:10: note: Technically the member function 'CCursesControl::End' can be static.
libcec-libcec-4.0.2/src/cecc-client/cecc-client.c:482:22: style: Condition '!g_bHardExit' is always true [knownConditionTrueFalse]
libcec-libcec-4.0.2/src/cecc-client/cecc-client.c:487:81: style: Condition '!g_bHardExit' is always true [knownConditionTrueFalse]
libcec-libcec-4.0.2/src/cecc-client/cecc-client.c:497:21: style: Condition '!g_bHardExit' is always true [knownConditionTrueFalse]
libcec-libcec-4.0.2/src/cecc-client/cecc-client.c:451:88: style: Same expression on both sides of '/'. [duplicateExpression]
libcec-libcec-4.0.2/src/cecc-client/cecc-client.c:307:11: style: The scope of the variable 'isactive' can be reduced. [variableScope]
libcec-libcec-4.0.2/src/cecc-client/cecc-client.c:382:12: style: Variable 'buflen' is assigned a value that is never used. [unreadVariable]
libcec-libcec-4.0.2/src/libcec/CECClient.cpp:129:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/CECClient.cpp:641:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/CECClient.cpp:657:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/CECClient.cpp:1227:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/CECClient.cpp:1385:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/CECClient.cpp:1216:64: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
libcec-libcec-4.0.2/src/libcec/CECClient.h:55:5: warning: Member variable 'CCallbackWrap::m_message' is not initialized in the constructor. [uninitMemberVar]
libcec-libcec-4.0.2/src/libcec/CECClient.h:66:5: warning: Member variable 'CCallbackWrap::m_message' is not initialized in the constructor. [uninitMemberVar]
libcec-libcec-4.0.2/src/libcec/CECClient.h:88:5: warning: Member variable 'CCallbackWrap::m_message' is not initialized in the constructor. [uninitMemberVar]
libcec-libcec-4.0.2/src/libcec/CECClient.h:99:5: warning: Member variable 'CCallbackWrap::m_message' is not initialized in the constructor. [uninitMemberVar]
libcec-libcec-4.0.2/src/libcec/CECClient.h:110:5: warning: Member variable 'CCallbackWrap::m_message' is not initialized in the constructor. [uninitMemberVar]
libcec-libcec-4.0.2/src/libcec/CECClient.h:120:5: warning: Member variable 'CCallbackWrap::m_message' is not initialized in the constructor. [uninitMemberVar]
libcec-libcec-4.0.2/src/libcec/devices/CECAudioSystem.h:58:10: performance: Technically the member function 'CEC::CCECAudioSystem::TransmitActiveSource' can be static. [functionStatic]
libcec-libcec-4.0.2/src/libcec/CECClient.h:304:35: warning: Virtual function 'SetConfiguration' is called from constructor 'CCECClient(CCECProcessor*processor,const libcec_configuration&configuration)' at line 67. Dynamic binding is not used. [virtualCallInConstructor]
libcec-libcec-4.0.2/src/libcec/CECClient.cpp:67:3: note: Calling SetConfiguration
libcec-libcec-4.0.2/src/libcec/CECClient.h:304:35: note: SetConfiguration is a virtual method
libcec-libcec-4.0.2/src/libcec/CECClient.h:191:18: warning: Virtual function 'IsRegistered' is called from destructor '~CCECClient()' at line 80. Dynamic binding is not used. [virtualCallInConstructor]
libcec-libcec-4.0.2/src/libcec/CECClient.cpp:80:22: note: Calling IsRegistered
libcec-libcec-4.0.2/src/libcec/CECClient.h:191:18: note: IsRegistered is a virtual method
libcec-libcec-4.0.2/src/libcec/CECClient.h:55:5: style: Class 'CCallbackWrap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcec-libcec-4.0.2/src/libcec/CECClient.h:66:5: style: Class 'CCallbackWrap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcec-libcec-4.0.2/src/libcec/CECClient.h:77:5: style: Class 'CCallbackWrap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcec-libcec-4.0.2/src/libcec/CECClient.h:99:5: style: Class 'CCallbackWrap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcec-libcec-4.0.2/src/libcec/devices/CECDeviceMap.h:51:5: style: Class 'CCECDeviceMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcec-libcec-4.0.2/src/libcec/CECProcessor.h:82:7: style: Class 'CCECProcessor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcec-libcec-4.0.2/src/libcec/CECProcessor.h:202:5: style: Class 'CCECStandbyProtection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcec-libcec-4.0.2/src/libcec/devices/CECBusDevice.h:57:5: style: Class 'CResponse' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcec-libcec-4.0.2/src/libcec/CECProcessor.h:98:29: style: The function 'OnCommandReceived' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/adapter/AdapterCommunication.h:64:18: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/CECProcessor.h:98:29: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/CECProcessor.h:99:29: style: The function 'HandleLogicalAddressLost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/adapter/AdapterCommunication.h:84:18: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/CECProcessor.h:99:29: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/CECProcessor.h:100:29: style: The function 'HandlePhysicalAddressChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/adapter/AdapterCommunication.h:90:18: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/CECProcessor.h:100:29: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/CECProcessor.h:146:12: style: The function 'HandlePoll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/adapter/AdapterCommunication.h:71:18: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/CECProcessor.h:146:12: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/CECProcessor.h:147:12: style: The function 'HandleReceiveFailed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/adapter/AdapterCommunication.h:78:18: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/CECProcessor.h:147:12: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/CECProcessor.h:154:16: style: The function 'GetLib' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/adapter/AdapterCommunication.h:92:22: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/CECProcessor.h:154:16: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/CECProcessor.cpp:67:11: style: The scope of the variable 'next' can be reduced. [variableScope]
libcec-libcec-4.0.2/src/libcec/CECProcessor.cpp:592:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/CECProcessor.cpp:606:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/CECProcessor.cpp:688:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/CECProcessor.cpp:710:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/CECProcessor.cpp:750:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/CECProcessor.cpp:771:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/CECProcessor.cpp:962:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/CECProcessor.cpp:1032:123: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/CECProcessor.cpp:100:3: style: Class 'CCECProcessor' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
libcec-libcec-4.0.2/src/libcec/CECProcessor.cpp:100:3: style: Class 'CCECProcessor' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
libcec-libcec-4.0.2/src/libcec/adapter/AdapterFactory.h:47:5: style: Class 'CAdapterFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcec-libcec-4.0.2/src/libcec/devices/CECRecordingDevice.h:48:18: style: The function 'ResetDeviceStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/devices/CECPlaybackDevice.h:54:18: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/devices/CECRecordingDevice.h:48:18: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/LibCEC.cpp:584:7: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libcec-libcec-4.0.2/src/libcec/LibCEC.cpp:603:17: style: The scope of the variable 'tmpVal' can be reduced. [variableScope]
libcec-libcec-4.0.2/src/libcec/LibCEC.cpp:76:50: style: Function 'Open' argument 2 names different: declaration 'iTimeout' definition 'iTimeoutMs'. [funcArgNamesDifferent]
libcec-libcec-4.0.2/src/libcec/LibCEC.h:64:47: note: Function 'Open' argument 2 names different: declaration 'iTimeout' definition 'iTimeoutMs'.
libcec-libcec-4.0.2/src/libcec/LibCEC.cpp:76:50: note: Function 'Open' argument 2 names different: declaration 'iTimeout' definition 'iTimeoutMs'.
libcec-libcec-4.0.2/src/libcec/LibCEC.cpp:89:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/LibCEC.cpp:358:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/LibCEC.cpp:380:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/LibCEC.cpp:388:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/LibCEC.cpp:396:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/adapter/AdapterFactory.cpp:148:0: error: #error "libCEC doesn't have support for any type of adapter. please check your build system or configuration" [preprocessorErrorDirective]
libcec-libcec-4.0.2/src/libcec/adapter/Pulse-Eight/USBCECAdapterCommands.h:46:5: style: Class 'CUSBCECAdapterCommands' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcec-libcec-4.0.2/src/libcec/adapter/Pulse-Eight/USBCECAdapterCommunication.h:193:5: style: Class 'CAdapterEepromWriteThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcec-libcec-4.0.2/src/libcec/adapter/Pulse-Eight/USBCECAdapterCommunication.cpp:703:11: style: Condition 'iPA==0' is always true [knownConditionTrueFalse]
libcec-libcec-4.0.2/src/libcec/adapter/Pulse-Eight/USBCECAdapterCommunication.cpp:668:15: note: Assignment 'iPA=0', assigned value is 0
libcec-libcec-4.0.2/src/libcec/adapter/Pulse-Eight/USBCECAdapterCommunication.cpp:703:11: note: Condition 'iPA==0' is always true
libcec-libcec-4.0.2/src/libcec/adapter/Pulse-Eight/USBCECAdapterCommunication.cpp:703:11: style: Same expression on both sides of '==' because the value of 'iPA' and '0' are the same. [duplicateExpression]
libcec-libcec-4.0.2/src/libcec/adapter/Pulse-Eight/USBCECAdapterCommunication.cpp:668:15: note: 'iPA' is assigned value '0' here.
libcec-libcec-4.0.2/src/libcec/adapter/Pulse-Eight/USBCECAdapterCommunication.cpp:703:11: note: Same expression on both sides of '==' because the value of 'iPA' and '0' are the same.
libcec-libcec-4.0.2/src/libcec/adapter/Pulse-Eight/USBCECAdapterMessageQueue.h:150:5: style: Class 'CCECAdapterMessageQueue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcec-libcec-4.0.2/src/libcec/adapter/Pulse-Eight/USBCECAdapterCommunication.cpp:471:3: error: Returning/dereferencing 'output' after it is deallocated / released [deallocret]
libcec-libcec-4.0.2/src/libcec/adapter/Pulse-Eight/USBCECAdapterMessageQueue.cpp:344:118: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/adapter/Pulse-Eight/USBCECAdapterMessageQueue.cpp:356:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/adapter/Pulse-Eight/USBCECAdapterMessageQueue.cpp:368:131: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/adapter/Pulse-Eight/USBCECAdapterMessageQueue.h:81:29: style: Technically the member function 'CEC::CCECAdapterMessageQueueEntry::MessageCode' can be const. [functionConst]
libcec-libcec-4.0.2/src/libcec/adapter/Pulse-Eight/USBCECAdapterMessageQueue.cpp:111:55: note: Technically the member function 'CEC::CCECAdapterMessageQueueEntry::MessageCode' can be const.
libcec-libcec-4.0.2/src/libcec/adapter/Pulse-Eight/USBCECAdapterMessageQueue.h:81:29: note: Technically the member function 'CEC::CCECAdapterMessageQueueEntry::MessageCode' can be const.
libcec-libcec-4.0.2/src/libcec/devices/CECBusDevice.cpp:854:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
libcec-libcec-4.0.2/src/libcec/devices/CECBusDevice.cpp:851:7: note: outer condition: bNeedsPoll
libcec-libcec-4.0.2/src/libcec/devices/CECBusDevice.cpp:854:9: note: identical inner condition: bNeedsPoll
libcec-libcec-4.0.2/src/libcec/devices/CECBusDevice.cpp:136:76: style: Function 'CCECBusDevice' argument 2 names different: declaration 'address' definition 'iLogicalAddress'. [funcArgNamesDifferent]
libcec-libcec-4.0.2/src/libcec/devices/CECBusDevice.h:90:65: note: Function 'CCECBusDevice' argument 2 names different: declaration 'address' definition 'iLogicalAddress'.
libcec-libcec-4.0.2/src/libcec/devices/CECBusDevice.cpp:136:76: note: Function 'CCECBusDevice' argument 2 names different: declaration 'address' definition 'iLogicalAddress'.
libcec-libcec-4.0.2/src/libcec/devices/CECBusDevice.cpp:445:62: style: Function 'SetMenuLanguage' argument 1 names different: declaration 'menuLanguage' definition 'language'. [funcArgNamesDifferent]
libcec-libcec-4.0.2/src/libcec/devices/CECBusDevice.h:129:76: note: Function 'SetMenuLanguage' argument 1 names different: declaration 'menuLanguage' definition 'language'.
libcec-libcec-4.0.2/src/libcec/devices/CECBusDevice.cpp:445:62: note: Function 'SetMenuLanguage' argument 1 names different: declaration 'menuLanguage' definition 'language'.
libcec-libcec-4.0.2/src/libcec/devices/CECBusDevice.cpp:541:62: style: Function 'RequestOSDName' argument 1 names different: declaration 'source' definition 'initiator'. [funcArgNamesDifferent]
libcec-libcec-4.0.2/src/libcec/devices/CECBusDevice.h:138:76: note: Function 'RequestOSDName' argument 1 names different: declaration 'source' definition 'initiator'.
libcec-libcec-4.0.2/src/libcec/devices/CECBusDevice.cpp:541:62: note: Function 'RequestOSDName' argument 1 names different: declaration 'source' definition 'initiator'.
libcec-libcec-4.0.2/src/libcec/devices/CECBusDevice.cpp:927:60: style: Function 'TransmitPoll' argument 1 names different: declaration 'destination' definition 'dest'. [funcArgNamesDifferent]
libcec-libcec-4.0.2/src/libcec/devices/CECBusDevice.h:167:74: note: Function 'TransmitPoll' argument 1 names different: declaration 'destination' definition 'dest'.
libcec-libcec-4.0.2/src/libcec/devices/CECBusDevice.cpp:927:60: note: Function 'TransmitPoll' argument 1 names different: declaration 'destination' definition 'dest'.
libcec-libcec-4.0.2/src/libcec/devices/CECBusDevice.cpp:989:65: style: Function 'TransmitMenuState' argument 1 names different: declaration 'destination' definition 'dest'. [funcArgNamesDifferent]
libcec-libcec-4.0.2/src/libcec/devices/CECBusDevice.h:174:79: note: Function 'TransmitMenuState' argument 1 names different: declaration 'destination' definition 'dest'.
libcec-libcec-4.0.2/src/libcec/devices/CECBusDevice.cpp:989:65: note: Function 'TransmitMenuState' argument 1 names different: declaration 'destination' definition 'dest'.
libcec-libcec-4.0.2/src/libcec/devices/CECBusDevice.cpp:1348:70: style: Function 'CheckVendorIdRequested' argument 1 names different: declaration 'source' definition 'initiator'. [funcArgNamesDifferent]
libcec-libcec-4.0.2/src/libcec/devices/CECBusDevice.h:214:59: note: Function 'CheckVendorIdRequested' argument 1 names different: declaration 'source' definition 'initiator'.
libcec-libcec-4.0.2/src/libcec/devices/CECBusDevice.cpp:1348:70: note: Function 'CheckVendorIdRequested' argument 1 names different: declaration 'source' definition 'initiator'.
libcec-libcec-4.0.2/src/libcec/devices/CECBusDevice.cpp:96:104: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/devices/CECBusDevice.cpp:1079:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/devices/CECBusDevice.cpp:158:3: style: Class 'CCECBusDevice' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
libcec-libcec-4.0.2/src/libcec/devices/CECBusDevice.cpp:158:3: style: Class 'CCECBusDevice' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
libcec-libcec-4.0.2/src/libcec/devices/CECDeviceMap.cpp:99:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/devices/CECDeviceMap.cpp:128:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/devices/CECDeviceMap.cpp:138:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/devices/CECDeviceMap.cpp:149:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/devices/CECDeviceMap.cpp:155:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/devices/CECDeviceMap.cpp:164:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/devices/CECDeviceMap.cpp:171:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/devices/CECDeviceMap.cpp:178:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/devices/CECDeviceMap.cpp:189:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/devices/CECDeviceMap.cpp:198:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/devices/CECDeviceMap.cpp:207:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/devices/CECDeviceMap.cpp:218:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/devices/CECDeviceMap.cpp:229:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/devices/CECDeviceMap.cpp:243:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/devices/CECDeviceMap.cpp:254:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/devices/CECDeviceMap.cpp:266:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/devices/CECDeviceMap.cpp:279:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/devices/CECDeviceMap.cpp:289:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/implementations/ANCommandHandler.h:50:9: style: The function 'HandleVendorRemoteButtonDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.h:143:17: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/implementations/ANCommandHandler.h:50:9: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/implementations/ANCommandHandler.h:51:9: style: The function 'HandleDeviceVendorCommandWithId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.h:111:17: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/implementations/ANCommandHandler.h:51:9: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/implementations/ANCommandHandler.h:52:9: style: The function 'HandleSetMenuLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.h:132:17: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/implementations/ANCommandHandler.h:52:9: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/implementations/ANCommandHandler.h:55:10: style: The function 'PowerOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.h:69:18: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/implementations/ANCommandHandler.h:55:10: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/implementations/AQCommandHandler.h:55:18: style: The function 'PowerOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.h:69:18: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/implementations/AQCommandHandler.h:55:18: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.cpp:1212:8: style: The scope of the variable 'bExpectResponse' can be reduced. [variableScope]
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.cpp:1366:102: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcec-libcec-4.0.2/src/libcec/implementations/PHCommandHandler.cpp:88:3: style: Class 'CPHCommandHandler' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
libcec-libcec-4.0.2/src/libcec/implementations/PHCommandHandler.cpp:88:3: style: Class 'CPHCommandHandler' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
libcec-libcec-4.0.2/src/libcec/implementations/PHCommandHandler.h:46:5: style: Class 'CImageViewOnCheck' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcec-libcec-4.0.2/src/libcec/implementations/PHCommandHandler.h:68:10: style: The function 'InitHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.h:65:18: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/implementations/PHCommandHandler.h:68:10: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/implementations/PHCommandHandler.h:71:18: style: The function 'ActivateSource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.h:66:18: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/implementations/PHCommandHandler.h:71:18: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/implementations/PHCommandHandler.h:72:17: style: The function 'HandleUserControlPressed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.h:140:17: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/implementations/PHCommandHandler.h:72:17: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/implementations/PHCommandHandler.h:73:17: style: The function 'HandleUserControlRelease' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.h:141:17: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/implementations/PHCommandHandler.h:73:17: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/implementations/PHCommandHandler.h:74:18: style: The function 'TransmitVendorID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.h:90:18: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/implementations/PHCommandHandler.h:74:18: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/implementations/PHCommandHandler.h:75:17: style: The function 'HandleDeviceVendorId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.h:112:17: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/implementations/PHCommandHandler.h:75:17: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/implementations/RHCommandHandler.h:51:9: style: The function 'HandleDeviceVendorCommandWithId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.h:111:17: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/implementations/RHCommandHandler.h:51:9: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/implementations/RLCommandHandler.h:50:10: style: The function 'InitHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.h:65:18: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/implementations/RLCommandHandler.h:50:10: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/implementations/RLCommandHandler.h:51:9: style: The function 'HandleDeviceVendorCommandWithId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.h:111:17: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/implementations/RLCommandHandler.h:51:9: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/implementations/SLCommandHandler.cpp:274:9: warning: Either the condition 'device' is redundant or there is possible null pointer dereference: device. [nullPointerRedundantCheck]
libcec-libcec-4.0.2/src/libcec/implementations/SLCommandHandler.cpp:263:9: note: Assuming that condition 'device' is not redundant
libcec-libcec-4.0.2/src/libcec/implementations/SLCommandHandler.cpp:274:9: note: Null pointer dereference
libcec-libcec-4.0.2/src/libcec/implementations/SLCommandHandler.cpp:275:9: warning: Either the condition 'device' is redundant or there is possible null pointer dereference: device. [nullPointerRedundantCheck]
libcec-libcec-4.0.2/src/libcec/implementations/SLCommandHandler.cpp:263:9: note: Assuming that condition 'device' is not redundant
libcec-libcec-4.0.2/src/libcec/implementations/SLCommandHandler.cpp:275:9: note: Null pointer dereference
libcec-libcec-4.0.2/src/libcec/implementations/SLCommandHandler.cpp:276:9: warning: Either the condition 'device' is redundant or there is possible null pointer dereference: device. [nullPointerRedundantCheck]
libcec-libcec-4.0.2/src/libcec/implementations/SLCommandHandler.cpp:263:9: note: Assuming that condition 'device' is not redundant
libcec-libcec-4.0.2/src/libcec/implementations/SLCommandHandler.cpp:276:9: note: Null pointer dereference
libcec-libcec-4.0.2/src/libcec/implementations/SLCommandHandler.cpp:281:9: warning: Either the condition 'device' is redundant or there is possible null pointer dereference: device. [nullPointerRedundantCheck]
libcec-libcec-4.0.2/src/libcec/implementations/SLCommandHandler.cpp:263:9: note: Assuming that condition 'device' is not redundant
libcec-libcec-4.0.2/src/libcec/implementations/SLCommandHandler.cpp:281:9: note: Null pointer dereference
libcec-libcec-4.0.2/src/libcec/implementations/SLCommandHandler.h:70:10: performance: Technically the member function 'CEC::CSLCommandHandler::TransmitMenuState' can be static. [functionStatic]
libcec-libcec-4.0.2/src/libcec/implementations/SLCommandHandler.h:50:10: style: The function 'InitHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.h:65:18: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/implementations/SLCommandHandler.h:50:10: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/implementations/SLCommandHandler.h:51:10: style: The function 'ActivateSource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.h:66:18: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/implementations/SLCommandHandler.h:51:10: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/implementations/SLCommandHandler.h:54:9: style: The function 'HandleVendorCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.h:142:17: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/implementations/SLCommandHandler.h:54:9: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/implementations/SLCommandHandler.h:65:9: style: The function 'HandleGiveDevicePowerStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.h:117:17: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/implementations/SLCommandHandler.h:65:9: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/implementations/SLCommandHandler.h:66:9: style: The function 'HandleGiveDeckStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.h:116:17: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/implementations/SLCommandHandler.h:66:9: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/implementations/SLCommandHandler.h:67:9: style: The function 'HandleRequestActiveSource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.h:129:17: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/implementations/SLCommandHandler.h:67:9: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/implementations/SLCommandHandler.h:68:9: style: The function 'HandleFeatureAbort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.h:113:17: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/implementations/SLCommandHandler.h:68:9: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/implementations/SLCommandHandler.h:69:9: style: The function 'HandleStandby' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.h:136:17: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/implementations/SLCommandHandler.h:69:9: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/implementations/SLCommandHandler.h:71:10: style: The function 'PowerOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.h:69:18: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/implementations/SLCommandHandler.h:71:10: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/implementations/VLCommandHandler.h:58:10: performance: Technically the member function 'CEC::CVLCommandHandler::SupportsDeviceType' can be static. [functionStatic]
libcec-libcec-4.0.2/src/libcec/implementations/VLCommandHandler.h:68:24: warning: The class 'CVLCommandHandler' defines member variable with name 'm_mutex' also defined in its parent class 'CCECCommandHandler'. [duplInheritedMember]
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.h:170:24: note: Parent variable 'CCECCommandHandler::m_mutex'
libcec-libcec-4.0.2/src/libcec/implementations/VLCommandHandler.h:68:24: note: Derived variable 'CVLCommandHandler::m_mutex'
libcec-libcec-4.0.2/src/libcec/implementations/VLCommandHandler.h:50:10: style: The function 'InitHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.h:65:18: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/implementations/VLCommandHandler.h:50:10: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/implementations/VLCommandHandler.h:52:9: style: The function 'HandleDeviceVendorCommandWithId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.h:111:17: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/implementations/VLCommandHandler.h:52:9: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/implementations/VLCommandHandler.h:53:9: style: The function 'HandleStandby' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.h:136:17: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/implementations/VLCommandHandler.h:53:9: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/implementations/VLCommandHandler.h:54:9: style: The function 'HandleSystemAudioModeRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.h:135:17: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/implementations/VLCommandHandler.h:54:9: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/implementations/VLCommandHandler.h:56:9: style: The function 'HandleVendorCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.h:142:17: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/implementations/VLCommandHandler.h:56:9: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/implementations/VLCommandHandler.h:59:21: style: The function 'GetReplacementDeviceType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.h:104:29: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/implementations/VLCommandHandler.h:59:21: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/implementations/VLCommandHandler.h:61:10: style: The function 'SourceSwitchAllowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.h:159:18: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/implementations/VLCommandHandler.h:61:10: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/implementations/VLCommandHandler.h:64:10: style: The function 'VendorPreActivateSourceHook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.h:148:18: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/implementations/VLCommandHandler.h:64:10: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/implementations/VLCommandHandler.h:66:9: style: The function 'HandleReportPowerStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcec-libcec-4.0.2/src/libcec/implementations/CECCommandHandler.h:128:17: note: Virtual function in base class
libcec-libcec-4.0.2/src/libcec/implementations/VLCommandHandler.h:66:9: note: Function in derived class
libcec-libcec-4.0.2/src/libcec/platform/X11/randr-edid.cpp:114:15: style: Variable 'rsrc' is reassigned a value before the old one has been used. [redundantAssignment]
libcec-libcec-4.0.2/src/libcec/platform/X11/randr-edid.cpp:102:0: note: Variable 'rsrc' is reassigned a value before the old one has been used.
libcec-libcec-4.0.2/src/libcec/platform/X11/randr-edid.cpp:114:15: note: Variable 'rsrc' is reassigned a value before the old one has been used.
libcec-libcec-4.0.2/src/libcec/platform/X11/randr-edid.h:46:14: performance: Technically the member function 'P8PLATFORM::CRandrEdidParser::GetPhysicalAddress' can be static. [functionStatic]
libcec-libcec-4.0.2/src/libcec/platform/X11/randr-edid.cpp:56:28: note: Technically the member function 'P8PLATFORM::CRandrEdidParser::GetPhysicalAddress' can be static.
libcec-libcec-4.0.2/src/libcec/platform/X11/randr-edid.h:46:14: note: Technically the member function 'P8PLATFORM::CRandrEdidParser::GetPhysicalAddress' can be static.
libcec-libcec-4.0.2/src/libcec/platform/adl/adl-edid.h:78:10: style: Technically the member function 'P8PLATFORM::CADLEdidParser::LibOpen' can be const. [functionConst]
libcec-libcec-4.0.2/src/libcec/platform/nvidia/nv-edid.h:48:14: performance: Technically the member function 'P8PLATFORM::CNVEdidParser::GetPhysicalAddress' can be static. [functionStatic]
libcec-libcec-4.0.2/src/libcec/platform/nvidia/nv-edid.cpp:44:25: note: Technically the member function 'P8PLATFORM::CNVEdidParser::GetPhysicalAddress' can be static.
libcec-libcec-4.0.2/src/libcec/platform/nvidia/nv-edid.h:48:14: note: Technically the member function 'P8PLATFORM::CNVEdidParser::GetPhysicalAddress' can be static.
libcec-libcec-4.0.2/src/libcec/platform/posix/serialport.cpp:105:23: style: Condition '!iTimeoutMs' is always true [knownConditionTrueFalse]
libcec-libcec-4.0.2/src/libcec/platform/posix/serialport.cpp:105:16: note: Assignment 'iTimeoutMs=0', assigned value is 0
libcec-libcec-4.0.2/src/libcec/platform/posix/serialport.cpp:105:23: note: Condition '!iTimeoutMs' is always true
libcec-libcec-4.0.2/src/libcec/platform/posix/serialport.cpp:212:5: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcec-libcec-4.0.2/src/libcec/platform/sockets/serialport.h:87:20: warning: Virtual function 'Close' is called from destructor '~CSerialSocket()' at line 84. Dynamic binding is not used. [virtualCallInConstructor]
libcec-libcec-4.0.2/src/libcec/platform/sockets/serialport.h:84:38: note: Calling Close
libcec-libcec-4.0.2/src/libcec/platform/sockets/serialport.h:87:20: note: Close is a virtual method
libcec-libcec-4.0.2/src/libcec/platform/windows/serialport.cpp:111:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
[14:09]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcereal/libcereal_1.2.1.orig.tar.gz
cereal-1.2.1/sandbox/performance.cpp:269:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
cereal-1.2.1/sandbox/sandbox.cpp:654:14: style: C-style pointer casting [cstyleCast]
cereal-1.2.1/sandbox/sandbox.cpp:656:14: style: C-style pointer casting [cstyleCast]
cereal-1.2.1/sandbox/sandbox.cpp:343:16: style: The scope of the variable 'name6' can be reduced. [variableScope]
cereal-1.2.1/sandbox/sandbox.cpp:767:15: warning: Assert statement calls a function which may have desired side effects: 'getX'. [assertWithSideEffect]
cereal-1.2.1/sandbox/sandbox.cpp:770:15: warning: Assert statement calls a function which may have desired side effects: 'getX'. [assertWithSideEffect]
cereal-1.2.1/sandbox/sandbox.cpp:774:15: warning: Assert statement calls a function which may have desired side effects: 'getX'. [assertWithSideEffect]
cereal-1.2.1/sandbox/sandbox.cpp:777:15: warning: Assert statement calls a function which may have desired side effects: 'getX'. [assertWithSideEffect]
cereal-1.2.1/sandbox/sandbox.cpp:127:5: warning: Member variable 'Test2::a' is not initialized in the constructor. [uninitMemberVar]
cereal-1.2.1/sandbox/sandbox.cpp:249:3: warning: Member variable 'NoDefaultCtor::z' is not initialized in the constructor. [uninitMemberVarPrivate]
cereal-1.2.1/sandbox/sandbox.cpp:249:3: warning: Member variable 'NoDefaultCtor::y' is not initialized in the constructor. [uninitMemberVarPrivate]
cereal-1.2.1/sandbox/sandbox.cpp:251:3: warning: Member variable 'NoDefaultCtor::z' is not initialized in the constructor. [uninitMemberVarPrivate]
cereal-1.2.1/sandbox/sandbox.cpp:253:3: warning: Member variable 'NoDefaultCtor::z' is not initialized in the constructor. [uninitMemberVar]
cereal-1.2.1/sandbox/sandbox.cpp:397:5: warning: Member variable 'BoostTransitionMS::x' is not initialized in the constructor. [uninitMemberVar]
cereal-1.2.1/sandbox/sandbox.cpp:415:5: warning: Member variable 'BoostTransitionSplit::x' is not initialized in the constructor. [uninitMemberVar]
cereal-1.2.1/sandbox/sandbox.cpp:437:5: warning: Member variable 'BoostTransitionNMS::x' is not initialized in the constructor. [uninitMemberVar]
cereal-1.2.1/sandbox/sandbox.cpp:450:5: warning: Member variable 'BoostTransitionNMSplit::x' is not initialized in the constructor. [uninitMemberVar]
cereal-1.2.1/sandbox/sandbox.cpp:219:8: style: Technically the member function 'Everything::operator==' can be const. [functionConst]
cereal-1.2.1/sandbox/sandbox.cpp:235:8: performance: Technically the member function 'EmptyStruct::serialize' can be static. [functionStatic]
cereal-1.2.1/sandbox/sandbox.cpp:400:9: style: Technically the member function 'BoostTransitionMS::getX' can be const. [functionConst]
cereal-1.2.1/sandbox/sandbox.cpp:418:9: style: Technically the member function 'BoostTransitionSplit::getX' can be const. [functionConst]
cereal-1.2.1/sandbox/sandbox.cpp:128:5: style: Class 'Test2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/sandbox/sandbox.cpp:253:3: style: Struct 'NoDefaultCtor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/sandbox/sandbox.cpp:398:5: style: Class 'BoostTransitionMS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/sandbox/sandbox.cpp:416:5: style: Class 'BoostTransitionSplit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/sandbox/sandbox.cpp:438:5: style: Class 'BoostTransitionNMS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/sandbox/sandbox.cpp:451:5: style: Struct 'BoostTransitionNMSplit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/sandbox/sandbox.cpp:97:10: style: The function 'foo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cereal-1.2.1/sandbox/sandbox.cpp:64:18: note: Virtual function in base class
cereal-1.2.1/sandbox/sandbox.cpp:97:10: note: Function in derived class
cereal-1.2.1/sandbox/sandbox_json.cpp:67:5: warning: Member variable 'Test2::a' is not initialized in the constructor. [uninitMemberVar]
cereal-1.2.1/sandbox/sandbox_json.cpp:159:8: style: Technically the member function 'Everything::operator==' can be const. [functionConst]
cereal-1.2.1/sandbox/sandbox_json.cpp:68:5: style: Class 'Test2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/sandbox/sandbox_rtti.cpp:182:8: performance: Technically the member function 'BBB::serialize' can be static. [functionStatic]
cereal-1.2.1/sandbox/sandbox_rtti.cpp:80:3: style: Struct 'YourType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/sandbox/sandbox_rtti.cpp:116:3: style: Struct 'OurType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/sandbox/sandbox_rtti.cpp:60:8: style: The function 'foo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cereal-1.2.1/sandbox/sandbox_rtti.cpp:39:16: note: Virtual function in base class
cereal-1.2.1/sandbox/sandbox_rtti.cpp:60:8: note: Function in derived class
cereal-1.2.1/sandbox/sandbox_rtti.cpp:84:8: style: The function 'foo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cereal-1.2.1/sandbox/sandbox_rtti.cpp:39:16: note: Virtual function in base class
cereal-1.2.1/sandbox/sandbox_rtti.cpp:84:8: note: Function in derived class
cereal-1.2.1/sandbox/sandbox_rtti.cpp:140:16: style: The function 'foo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cereal-1.2.1/sandbox/sandbox_rtti.cpp:134:16: note: Virtual function in base class
cereal-1.2.1/sandbox/sandbox_rtti.cpp:140:16: note: Function in derived class
cereal-1.2.1/sandbox/sandbox_rtti.cpp:180:8: style: The function 'foo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cereal-1.2.1/sandbox/sandbox_rtti.cpp:175:16: note: Virtual function in base class
cereal-1.2.1/sandbox/sandbox_rtti.cpp:180:8: note: Function in derived class
cereal-1.2.1/sandbox/sandbox_vs.cpp:143:8: style: struct member 'C::a' is never used. [unusedStructMember]
cereal-1.2.1/sandbox/sandbox_vs.cpp:53:8: performance: Technically the member function 'Test::serialzize' can be static. [functionStatic]
cereal-1.2.1/sandbox/sandbox_vs.cpp:59:8: performance: Technically the member function 'Test::save' can be static. [functionStatic]
cereal-1.2.1/sandbox/sandbox_vs.cpp:65:8: performance: Technically the member function 'Test::load' can be static. [functionStatic]
cereal-1.2.1/sandbox/sandbox_vs.cpp:76:7: performance: Technically the member function 'Test::save_minimal' can be static. [functionStatic]
cereal-1.2.1/sandbox/sandbox_vs.cpp:82:7: performance: Technically the member function 'Test::save_minimal' can be static. [functionStatic]
cereal-1.2.1/sandbox/sandbox_vs.cpp:88:8: performance: Technically the member function 'Test::load_minimal' can be static. [functionStatic]
cereal-1.2.1/sandbox/sandbox_vs.cpp:135:8: performance: Technically the member function 'B::serialize' can be static. [functionStatic]
cereal-1.2.1/sandbox/sandbox_vs.cpp:132:8: style: The function 'foo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cereal-1.2.1/sandbox/sandbox_vs.cpp:127:16: note: Virtual function in base class
cereal-1.2.1/sandbox/sandbox_vs.cpp:132:8: note: Function in derived class
cereal-1.2.1/unittests/common.hpp:138:3: warning: Member variable 'StructBase::x' is not initialized in the constructor. [uninitMemberVar]
cereal-1.2.1/unittests/common.hpp:138:3: warning: Member variable 'StructBase::y' is not initialized in the constructor. [uninitMemberVar]
cereal-1.2.1/unittests/basic_string.cpp:169:8: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cereal-1.2.1/unittests/load_construct.cpp:32:3: style: Struct 'OneLA' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/unittests/load_construct.cpp:60:3: style: Struct 'OneLAVersioned' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/unittests/load_construct.cpp:92:3: style: Struct 'TwoLA' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/unittests/load_construct.cpp:127:3: style: Struct 'TwoLAVersioned' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/unittests/load_construct.cpp:166:3: style: Struct 'ThreeLA' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/unittests/memory.cpp:110:5: warning: Member variable 'TestClass::x' is not initialized in the constructor. [uninitMemberVarPrivate]
cereal-1.2.1/unittests/memory.cpp:105:5: style: Class 'TestClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/unittests/memory_cycles.cpp:34:3: style: Struct 'MemoryCycle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/unittests/memory_cycles.cpp:62:5: style: Class 'MemoryCycleLoadAndConstruct' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/unittests/pod.cpp:38:0: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
cereal-1.2.1/unittests/polymorphic.cpp:316:0: style: C-style pointer casting [cstyleCast]
cereal-1.2.1/unittests/polymorphic.cpp:317:0: style: C-style pointer casting [cstyleCast]
cereal-1.2.1/unittests/polymorphic.cpp:318:0: style: C-style pointer casting [cstyleCast]
cereal-1.2.1/unittests/polymorphic.cpp:319:0: style: C-style pointer casting [cstyleCast]
cereal-1.2.1/unittests/polymorphic.cpp:321:0: style: C-style pointer casting [cstyleCast]
cereal-1.2.1/unittests/polymorphic.cpp:322:0: style: C-style pointer casting [cstyleCast]
cereal-1.2.1/unittests/polymorphic.cpp:43:3: warning: Member variable 'PolyBaseAA::w' is not initialized in the constructor. [uninitMemberVar]
cereal-1.2.1/unittests/polymorphic.cpp:68:3: warning: Member variable 'PolyBaseB::x' is not initialized in the constructor. [uninitMemberVar]
cereal-1.2.1/unittests/polymorphic.cpp:88:3: warning: Member variable 'PolyBaseC::y' is not initialized in the constructor. [uninitMemberVar]
cereal-1.2.1/unittests/polymorphic.cpp:133:3: warning: Member variable 'PolyBase::x' is not initialized in the constructor. [uninitMemberVar]
cereal-1.2.1/unittests/polymorphic.cpp:133:3: warning: Member variable 'PolyBase::y' is not initialized in the constructor. [uninitMemberVar]
cereal-1.2.1/unittests/polymorphic.cpp:154:3: warning: Member variable 'PolyDerived::a' is not initialized in the constructor. [uninitMemberVar]
cereal-1.2.1/unittests/polymorphic.cpp:154:3: warning: Member variable 'PolyDerived::b' is not initialized in the constructor. [uninitMemberVar]
cereal-1.2.1/unittests/polymorphic.cpp:44:3: style: Struct 'PolyBaseAA' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/unittests/polymorphic.cpp:185:3: style: Struct 'PolyDerivedLA' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/unittests/polymorphic.cpp:47:8: style: The function 'foo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cereal-1.2.1/unittests/polymorphic.cpp:37:16: note: Virtual function in base class
cereal-1.2.1/unittests/polymorphic.cpp:47:8: note: Function in derived class
cereal-1.2.1/unittests/polymorphic.cpp:173:8: style: The function 'foo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cereal-1.2.1/unittests/polymorphic.cpp:144:16: note: Virtual function in base class
cereal-1.2.1/unittests/polymorphic.cpp:173:8: note: Function in derived class
cereal-1.2.1/unittests/polymorphic.cpp:206:8: style: The function 'foo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cereal-1.2.1/unittests/polymorphic.cpp:180:16: note: Virtual function in base class
cereal-1.2.1/unittests/polymorphic.cpp:206:8: note: Function in derived class
cereal-1.2.1/unittests/portability_test.cpp:113:3: style: Struct 'Another' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/unittests/portable_binary_archive.cpp:187:56: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
cereal-1.2.1/unittests/portable_binary_archive.cpp:87:0: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
cereal-1.2.1/unittests/structs_minimal.cpp:148:15: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData]
cereal-1.2.1/unittests/structs_minimal.cpp:155:16: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData]
cereal-1.2.1/unittests/structs_minimal.cpp:182:17: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData]
cereal-1.2.1/unittests/structs_minimal.cpp:189:14: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData]
cereal-1.2.1/unittests/structs_minimal.cpp:34:5: style: Class 'MemberMinimal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/unittests/structs_minimal.cpp:59:5: style: Class 'MemberMinimalVersioned' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/unittests/structs_minimal.cpp:83:3: style: Struct 'NonMemberMinimal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/unittests/structs_minimal.cpp:102:3: style: Struct 'NonMemberMinimalVersioned' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/unittests/structs_minimal.cpp:140:3: style: Struct 'Issue79Struct' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/unittests/structs_minimal.cpp:175:3: style: Struct 'Issue79StructInternal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/unittests/structs_specialized.cpp:444:0: style: C-style pointer casting [cstyleCast]
cereal-1.2.1/unittests/structs_specialized.cpp:33:8: performance: Technically the member function 'BogusBase::serialize' can be static. [functionStatic]
cereal-1.2.1/unittests/structs_specialized.cpp:36:8: performance: Technically the member function 'BogusBase::save' can be static. [functionStatic]
cereal-1.2.1/unittests/structs_specialized.cpp:39:8: performance: Technically the member function 'BogusBase::load' can be static. [functionStatic]
cereal-1.2.1/unittests/structs_specialized.cpp:42:7: performance: Technically the member function 'BogusBase::save_minimal' can be static. [functionStatic]
cereal-1.2.1/unittests/structs_specialized.cpp:45:8: performance: Technically the member function 'BogusBase::load_minimal' can be static. [functionStatic]
cereal-1.2.1/unittests/structs_specialized.cpp:51:8: performance: Technically the member function 'BogusBaseVersioned::serialize' can be static. [functionStatic]
cereal-1.2.1/unittests/structs_specialized.cpp:54:8: performance: Technically the member function 'BogusBaseVersioned::save' can be static. [functionStatic]
cereal-1.2.1/unittests/structs_specialized.cpp:57:8: performance: Technically the member function 'BogusBaseVersioned::load' can be static. [functionStatic]
cereal-1.2.1/unittests/structs_specialized.cpp:60:7: performance: Technically the member function 'BogusBaseVersioned::save_minimal' can be static. [functionStatic]
cereal-1.2.1/unittests/structs_specialized.cpp:63:8: performance: Technically the member function 'BogusBaseVersioned::load_minimal' can be static. [functionStatic]
cereal-1.2.1/unittests/structs_specialized.cpp:69:8: performance: Technically the member function 'BogusBasePolymorphic::serialize' can be static. [functionStatic]
cereal-1.2.1/unittests/structs_specialized.cpp:78:5: style: Class 'SpecializedMSerialize' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/unittests/structs_specialized.cpp:95:5: style: Class 'SpecializedMSerializeVersioned' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/unittests/structs_specialized.cpp:112:5: style: Class 'SpecializedMSplit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/unittests/structs_specialized.cpp:135:5: style: Class 'SpecializedMSplitVersioned' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/unittests/structs_specialized.cpp:158:5: style: Class 'SpecializedMSplitPolymorphic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/unittests/structs_specialized.cpp:181:5: style: Class 'SpecializedMSplitMinimal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/unittests/structs_specialized.cpp:204:5: style: Class 'SpecializedMSplitVersionedMinimal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/unittests/structs_specialized.cpp:227:5: style: Class 'SpecializedNMSerialize' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/unittests/structs_specialized.cpp:242:5: style: Class 'SpecializedNMSerializeVersioned' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/unittests/structs_specialized.cpp:257:5: style: Class 'SpecializedNMSplit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/unittests/structs_specialized.cpp:278:5: style: Class 'SpecializedNMSplitVersioned' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/unittests/structs_specialized.cpp:299:5: style: Class 'SpecializedNMSplitMinimal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/unittests/structs_specialized.cpp:320:5: style: Class 'SpecializedNMSplitVersionedMinimal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cereal-1.2.1/unittests/versioning.cpp:127:0: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
cereal-1.2.1/unittests/versioning.cpp:131:0: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
[14:09]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcerf/libcerf_1.3.orig.tar.gz
libcerf-1.3/lib/experimental.c:82:21: style: Condition 'intgr_debug&4' is always false [knownConditionTrueFalse]
libcerf-1.3/lib/experimental.c:26:23: note: Assignment 'intgr_debug=0', assigned value is 0
libcerf-1.3/lib/experimental.c:82:21: note: Condition 'intgr_debug&4' is always false
libcerf-1.3/lib/experimental.c:144:29: style: Condition 'intgr_debug&2' is always false [knownConditionTrueFalse]
libcerf-1.3/lib/experimental.c:26:23: note: Assignment 'intgr_debug=0', assigned value is 0
libcerf-1.3/lib/experimental.c:144:29: note: Condition 'intgr_debug&2' is always false
libcerf-1.3/lib/experimental.c:150:25: style: Condition 'intgr_debug&1' is always false [knownConditionTrueFalse]
libcerf-1.3/lib/experimental.c:26:23: note: Assignment 'intgr_debug=0', assigned value is 0
libcerf-1.3/lib/experimental.c:150:25: note: Condition 'intgr_debug&1' is always false
libcerf-1.3/lib/experimental.c:154:31: style: Condition 'intgr_debug&4' is always false [knownConditionTrueFalse]
libcerf-1.3/lib/experimental.c:26:23: note: Assignment 'intgr_debug=0', assigned value is 0
libcerf-1.3/lib/experimental.c:154:31: note: Condition 'intgr_debug&4' is always false
libcerf-1.3/lib/experimental.c:43:17: style: The scope of the variable 'S_last' can be reduced. [variableScope]
libcerf-1.3/lib/experimental.c:45:17: style: The scope of the variable 'T' can be reduced. [variableScope]
libcerf-1.3/lib/w_of_z.c:310:44: error: Array 'expa2n2[52]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
libcerf-1.3/lib/w_of_z.c:330:44: error: Array 'expa2n2[52]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
[14:09]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-ajax-perl/libcgi-ajax-perl_0.707.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-application-dispatch-perl/libcgi-application-dispatch-perl_3.12.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-application-perl/libcgi-application-perl_4.61.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-application-plugin-actiondispatch-perl/libcgi-application-plugin-actiondispatch-perl_0.99.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-application-plugin-ajaxupload-perl/libcgi-application-plugin-ajaxupload-perl_0.0.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-application-plugin-anytemplate-perl/libcgi-application-plugin-anytemplate-perl_0.18.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-application-plugin-authentication-perl/libcgi-application-plugin-authentication-perl_0.23.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-application-plugin-authorization-perl/libcgi-application-plugin-authorization-perl_0.07.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-application-plugin-autorunmode-perl/libcgi-application-plugin-autorunmode-perl_0.18.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-application-plugin-captcha-perl/libcgi-application-plugin-captcha-perl_0.04.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-application-plugin-config-simple-perl/libcgi-application-plugin-config-simple-perl_1.01.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-application-plugin-configauto-perl/libcgi-application-plugin-configauto-perl_1.33.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-application-plugin-dbh-perl/libcgi-application-plugin-dbh-perl_4.04.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-application-plugin-dbiprofile-perl/libcgi-application-plugin-dbiprofile-perl_0.07.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-application-plugin-devpopup-perl/libcgi-application-plugin-devpopup-perl_1.08.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-application-plugin-fillinform-perl/libcgi-application-plugin-fillinform-perl_1.15.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-application-plugin-formstate-perl/libcgi-application-plugin-formstate-perl_0.12.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-application-plugin-forward-perl/libcgi-application-plugin-forward-perl_1.06.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-application-plugin-json-perl/libcgi-application-plugin-json-perl_1.02.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-application-plugin-linkintegrity-perl/libcgi-application-plugin-linkintegrity-perl_0.06.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-application-plugin-logdispatch-perl/libcgi-application-plugin-logdispatch-perl_1.02.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-application-plugin-messagestack-perl/libcgi-application-plugin-messagestack-perl_0.34.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-application-plugin-protectcsrf-perl/libcgi-application-plugin-protectcsrf-perl_1.01.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-application-plugin-ratelimit-perl/libcgi-application-plugin-ratelimit-perl_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-application-plugin-requiressl-perl/libcgi-application-plugin-requiressl-perl_0.04.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-application-plugin-session-perl/libcgi-application-plugin-session-perl_1.05.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-application-plugin-stream-perl/libcgi-application-plugin-stream-perl_2.12.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-application-plugin-tt-perl/libcgi-application-plugin-tt-perl_1.05.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-application-plugin-validaterm-perl/libcgi-application-plugin-validaterm-perl_2.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-application-plugin-viewcode-perl/libcgi-application-plugin-viewcode-perl_1.02.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-application-server-perl/libcgi-application-server-perl_0.063.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-compile-perl/libcgi-compile-perl_0.22.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-compress-gzip-perl/libcgi-compress-gzip-perl_1.03.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-cookie-splitter-perl/libcgi-cookie-splitter-perl_0.05.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-emulate-psgi-perl/libcgi-emulate-psgi-perl_0.23.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-expand-perl/libcgi-expand-perl_2.05.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-fast-perl/libcgi-fast-perl_2.13.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-formalware-perl/libcgi-formalware-perl_1.16.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-formbuilder-perl/libcgi-formbuilder-perl_3.10.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-formbuilder-source-yaml-perl/libcgi-formbuilder-source-yaml-perl_1.0.8.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-github-webhook-perl/libcgi-github-webhook-perl_0.06.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-pm-perl/libcgi-pm-perl_4.40.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-psgi-perl/libcgi-psgi-perl_0.15.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-session-driver-chi-perl/libcgi-session-driver-chi-perl_1.0.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-session-driver-memcached-perl/libcgi-session-driver-memcached-perl_0.04.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-session-expiresessions-perl/libcgi-session-expiresessions-perl_1.13.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-session-perl/libcgi-session-perl_4.48.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-session-serialize-yaml-perl/libcgi-session-serialize-yaml-perl_4.26.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-simple-perl/libcgi-simple-perl_1.115.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-ssi-parser-perl/libcgi-ssi-parser-perl_0.01.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-ssi-perl/libcgi-ssi-perl_0.92.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-struct-xs-perl/libcgi-struct-xs-perl_1.04.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-test-perl/libcgi-test-perl_1.111.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-untaint-date-perl/libcgi-untaint-date-perl_1.00.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-untaint-email-perl/libcgi-untaint-email-perl_0.03.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-untaint-perl/libcgi-untaint-perl_1.26.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-uploader-perl/libcgi-uploader-perl_2.18.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-validop-perl/libcgi-validop-perl_0.56.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-xml-perl/libcgi-xml-perl_0.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-xmlapplication-perl/libcgi-xmlapplication-perl_1.1.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgi-xmlform-perl/libcgi-xmlform-perl_0.10.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgic/libcgic_2.05.orig.tar.gz
cgic205/cgic.c:486:10: style: The scope of the variable 'argValues' can be reduced. [variableScope]
cgic205/cgic.c:805:6: style: The scope of the variable 'argNameLen' can be reduced. [variableScope]
cgic205/cgic.c:807:8: style: The scope of the variable 'argValue' can be reduced. [variableScope]
cgic205/cgic.c:2347:8: style: The scope of the variable 'n' can be reduced. [variableScope]
cgic205/cgic.c:1212:32: style: Function 'cgiFormFileName' argument 3 names different: declaration 'max' definition 'resultSpace'. [funcArgNamesDifferent]
cgic205/cgic.h:148:32: note: Function 'cgiFormFileName' argument 3 names different: declaration 'max' definition 'resultSpace'.
cgic205/cgic.c:1212:32: note: Function 'cgiFormFileName' argument 3 names different: declaration 'max' definition 'resultSpace'.
cgic205/cgic.c:1240:32: style: Function 'cgiFormFileContentType' argument 3 names different: declaration 'max' definition 'resultSpace'. [funcArgNamesDifferent]
cgic205/cgic.h:154:32: note: Function 'cgiFormFileContentType' argument 3 names different: declaration 'max' definition 'resultSpace'.
cgic205/cgic.c:1240:32: note: Function 'cgiFormFileContentType' argument 3 names different: declaration 'max' definition 'resultSpace'.
cgic205/cgic.c:1362:29: style: Function 'cgiFormStringMultiple' argument 2 names different: declaration 'ptrToStringArray' definition 'result'. [funcArgNamesDifferent]
cgic205/cgic.h:105:22: note: Function 'cgiFormStringMultiple' argument 2 names different: declaration 'ptrToStringArray' definition 'result'.
cgic205/cgic.c:1362:29: note: Function 'cgiFormStringMultiple' argument 2 names different: declaration 'ptrToStringArray' definition 'result'.
cgic205/cgic.c:1426:26: style: Function 'cgiFormStringSpaceNeeded' argument 2 names different: declaration 'length' definition 'result'. [funcArgNamesDifferent]
cgic205/cgic.h:101:19: note: Function 'cgiFormStringSpaceNeeded' argument 2 names different: declaration 'length' definition 'result'.
cgic205/cgic.c:1426:26: note: Function 'cgiFormStringSpaceNeeded' argument 2 names different: declaration 'length' definition 'result'.
cgic205/cgic.c:1706:8: style: Function 'cgiCookieString' argument 2 names different: declaration 'result' definition 'value'. [funcArgNamesDifferent]
cgic205/cgic.h:171:20: note: Function 'cgiCookieString' argument 2 names different: declaration 'result' definition 'value'.
cgic205/cgic.c:1706:8: note: Function 'cgiCookieString' argument 2 names different: declaration 'result' definition 'value'.
cgic205/cgic.c:1707:6: style: Function 'cgiCookieString' argument 3 names different: declaration 'max' definition 'space'. [funcArgNamesDifferent]
cgic205/cgic.h:171:32: note: Function 'cgiCookieString' argument 3 names different: declaration 'max' definition 'space'.
cgic205/cgic.c:1707:6: note: Function 'cgiCookieString' argument 3 names different: declaration 'max' definition 'space'.
cgic205/cgic.c:2238:32: style: Function 'cgiReadString' argument 1 names different: declaration 'out' definition 'in'. [funcArgNamesDifferent]
cgic205/cgic.c:2022:32: note: Function 'cgiReadString' argument 1 names different: declaration 'out' definition 'in'.
cgic205/cgic.c:2238:32: note: Function 'cgiReadString' argument 1 names different: declaration 'out' definition 'in'.
cgic205/cgic.c:2342:38: style: Function 'cgiCookies' argument 1 names different: declaration 'ptrToStringArray' definition 'result'. [funcArgNamesDifferent]
cgic205/cgic.h:177:10: note: Function 'cgiCookies' argument 1 names different: declaration 'ptrToStringArray' definition 'result'.
cgic205/cgic.c:2342:38: note: Function 'cgiCookies' argument 1 names different: declaration 'ptrToStringArray' definition 'result'.
cgic205/cgic.c:2399:42: style: Function 'cgiFormEntries' argument 1 names different: declaration 'ptrToStringArray' definition 'result'. [funcArgNamesDifferent]
cgic205/cgic.h:203:10: note: Function 'cgiFormEntries' argument 1 names different: declaration 'ptrToStringArray' definition 'result'.
cgic205/cgic.c:2399:42: note: Function 'cgiFormEntries' argument 1 names different: declaration 'ptrToStringArray' definition 'result'.
cgic205/cgic.c:1719:11: warning: Char literal compared with pointer 'p'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
cgic205/cgic.c:1719:26: warning: Char literal compared with pointer 'n'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
cgic205/cgic.c:312:3: error: Memory leak: input [memleak]
cgic205/cgictest.c:156:6: style: The scope of the variable 'i' can be reduced. [variableScope]
cgic205/cgictest.c:213:6: style: The scope of the variable 'i' can be reduced. [variableScope]
[14:09]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgicc/libcgicc_3.2.9.orig.tar.gz
cgicc-3.2.9/cgicc/Cgicc.cpp:371:7: style: Variable 'pos' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
cgicc-3.2.9/cgicc/Cgicc.cpp:368:18: note: Variable 'pos' is reassigned a value before the old one has been used if variable is no semaphore variable.
cgicc-3.2.9/cgicc/Cgicc.cpp:371:7: note: Variable 'pos' is reassigned a value before the old one has been used if variable is no semaphore variable.
cgicc-3.2.9/cgicc/XHTMLDoctype.h:62:2: style: Class 'XHTMLDoctype' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cgicc-3.2.9/cgicc/XMLPI.cpp:33:29: warning: Member variable 'XMLPI::fName' is not assigned a value in 'XMLPI::operator='. [operatorEqVarError]
cgicc-3.2.9/cgicc/XMLPI.cpp:33:29: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
cgicc-3.2.9/cgicc/XMLPI.h:57:2: style: Class 'XMLPI' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cgicc-3.2.9/cgicc/XMLPI.h:44:1: warning: The class 'XMLPI' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
cgicc-3.2.9/cgicc/XMLPI.cpp:27:33: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
cgicc-3.2.9/contrib/FCgiIO.h:81:5: style: Class 'FCgiIO' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cgicc-3.2.9/contrib/FCgiIO.h:67:3: warning: The class 'FCgiIO' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
cgicc-3.2.9/contrib/nph-login.cpp:65:23: style: Variable 'authtype' is assigned a value that is never used. [unreadVariable]
cgicc-3.2.9/demo/cardgame.cpp:764:7: style: The scope of the variable 'nb_aleatoire' can be reduced. [variableScope]
cgicc-3.2.9/demo/cardgame.cpp:140:94: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
cgicc-3.2.9/demo/cardgame.cpp:223:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
cgicc-3.2.9/demo/cardgame.cpp:615:107: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
cgicc-3.2.9/demo/cardgame.cpp:334:0: error: Memory leak: dgame [memleak]
cgicc-3.2.9/demo/cardgame.cpp:1466:0: error: Memory leak: lastPlayedCard [memleak]
cgicc-3.2.9/demo/cardgame.cpp:324:28: performance: Function parameter 'pName' should be passed by const reference. [passedByValue]
cgicc-3.2.9/demo/cardgame.cpp:512:25: performance: Function parameter 'pName' should be passed by const reference. [passedByValue]
cgicc-3.2.9/demo/cardgame.cpp:512:38: performance: Function parameter 'pValue' should be passed by const reference. [passedByValue]
cgicc-3.2.9/demo/cardgame.cpp:529:41: performance: Function parameter 'pValue' should be passed by const reference. [passedByValue]
cgicc-3.2.9/demo/dns.cpp:108:14: style: The scope of the variable 'p' can be reduced. [variableScope]
cgicc-3.2.9/demo/dns.cpp:147:14: style: The scope of the variable 'p' can be reduced. [variableScope]
[14:09]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgns/libcgns_3.3.0.orig.tar.gz
CGNS-3.3.0/Fortran_test/csub.c:8:9: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/Test_UserGuideCode/C_code/read_con2zn_genrl_str.c:36:57: style: The scope of the variable 'index_conn' can be reduced. [variableScope]
CGNS-3.3.0/src/Test_UserGuideCode/C_code/read_con2zn_str.c:34:54: style: The scope of the variable 'index_conn' can be reduced. [variableScope]
CGNS-3.3.0/src/Test_UserGuideCode/C_code/read_dimensional.c:61:5: style: Variable 'index_grid' is assigned a value that is never used. [unreadVariable]
CGNS-3.3.0/src/Test_UserGuideCode/C_code/read_floweqn_str.c:31:9: style: The scope of the variable 'idata' can be reduced. [variableScope]
CGNS-3.3.0/src/Test_UserGuideCode/C_code/write_con2zn_genrl_str.c:42:14: style: The scope of the variable 'icounts' can be reduced. [variableScope]
CGNS-3.3.0/src/Test_UserGuideCode/C_code/write_dimensional.c:56:5: style: Variable 'index_grid' is assigned a value that is never used. [unreadVariable]
CGNS-3.3.0/src/adf/ADF_interface.c:304:2: warning: Either the condition 'inum_ret==NULL' is redundant or there is possible null pointer dereference: inum_ret. [nullPointerRedundantCheck]
CGNS-3.3.0/src/adf/ADF_interface.c:300:14: note: Assuming that condition 'inum_ret==NULL' is not redundant
CGNS-3.3.0/src/adf/ADF_interface.c:304:2: note: Null pointer dereference
CGNS-3.3.0/src/adf/ADF_interface.c:395:2: warning: Either the condition 'inum_ret==NULL' is redundant or there is possible null pointer dereference: inum_ret. [nullPointerRedundantCheck]
CGNS-3.3.0/src/adf/ADF_interface.c:391:14: note: Assuming that condition 'inum_ret==NULL' is not redundant
CGNS-3.3.0/src/adf/ADF_interface.c:395:2: note: Null pointer dereference
CGNS-3.3.0/src/adf/ADF_interface.c:1580:1: warning: Either the condition 'file==NULL' is redundant or there is possible null pointer dereference: file. [nullPointerRedundantCheck]
CGNS-3.3.0/src/adf/ADF_interface.c:1542:10: note: Assuming that condition 'file==NULL' is not redundant
CGNS-3.3.0/src/adf/ADF_interface.c:1580:1: note: Null pointer dereference
CGNS-3.3.0/src/adf/ADF_interface.c:1581:1: warning: Either the condition 'name_in_file==NULL' is redundant or there is possible null pointer dereference: name_in_file. [nullPointerRedundantCheck]
CGNS-3.3.0/src/adf/ADF_interface.c:1547:18: note: Assuming that condition 'name_in_file==NULL' is not redundant
CGNS-3.3.0/src/adf/ADF_interface.c:1581:1: note: Null pointer dereference
CGNS-3.3.0/src/adf/ADF_interface.c:1655:2: warning: Either the condition 'len_name==NULL' is redundant or there is possible null pointer dereference: len_name. [nullPointerRedundantCheck]
CGNS-3.3.0/src/adf/ADF_interface.c:1637:14: note: Assuming that condition 'len_name==NULL' is not redundant
CGNS-3.3.0/src/adf/ADF_interface.c:1655:2: note: Null pointer dereference
CGNS-3.3.0/src/adf/ADF_interface.c:1655:14: warning: Either the condition 'len_file==NULL' is redundant or there is possible null pointer dereference: len_file. [nullPointerRedundantCheck]
CGNS-3.3.0/src/adf/ADF_interface.c:1642:14: note: Assuming that condition 'len_file==NULL' is not redundant
CGNS-3.3.0/src/adf/ADF_interface.c:1655:14: note: Null pointer dereference
CGNS-3.3.0/src/adf/ADF_interface.c:1811:2: warning: Either the condition 'ID==NULL' is redundant or there is possible null pointer dereference: ID. [nullPointerRedundantCheck]
CGNS-3.3.0/src/adf/ADF_interface.c:1804:8: note: Assuming that condition 'ID==NULL' is not redundant
CGNS-3.3.0/src/adf/ADF_interface.c:1811:2: note: Null pointer dereference
CGNS-3.3.0/src/adf/ADF_interface.c:1833:9: warning: Either the condition 'name_tmp==NULL' is redundant or there is possible null pointer dereference: name_tmp. [nullPointerRedundantCheck]
CGNS-3.3.0/src/adf/ADF_interface.c:1828:14: note: Assuming that condition 'name_tmp==NULL' is not redundant
CGNS-3.3.0/src/adf/ADF_interface.c:1833:9: note: Null pointer dereference
CGNS-3.3.0/src/adf/ADF_interface.c:1931:2: warning: Either the condition 'num_dims==NULL' is redundant or there is possible null pointer dereference: num_dims. [nullPointerRedundantCheck]
CGNS-3.3.0/src/adf/ADF_interface.c:1919:14: note: Assuming that condition 'num_dims==NULL' is not redundant
CGNS-3.3.0/src/adf/ADF_interface.c:1931:2: note: Null pointer dereference
CGNS-3.3.0/src/adf/ADF_interface.c:2048:10: warning: Either the condition 'version==NULL' is redundant or there is possible null pointer dereference: version. [nullPointerRedundantCheck]
CGNS-3.3.0/src/adf/ADF_interface.c:2040:13: note: Assuming that condition 'version==NULL' is not redundant
CGNS-3.3.0/src/adf/ADF_interface.c:2048:10: note: Null pointer dereference
CGNS-3.3.0/src/adf/ADF_interface.c:2049:26: warning: Either the condition 'version==NULL' is redundant or there is possible null pointer dereference: version. [nullPointerRedundantCheck]
CGNS-3.3.0/src/adf/ADF_interface.c:2040:13: note: Assuming that condition 'version==NULL' is not redundant
CGNS-3.3.0/src/adf/ADF_interface.c:2049:26: note: Null pointer dereference
CGNS-3.3.0/src/adf/ADF_interface.c:2050:1: warning: Either the condition 'version==NULL' is redundant or there is possible null pointer dereference: version. [nullPointerRedundantCheck]
CGNS-3.3.0/src/adf/ADF_interface.c:2040:13: note: Assuming that condition 'version==NULL' is not redundant
CGNS-3.3.0/src/adf/ADF_interface.c:2050:1: note: Null pointer dereference
CGNS-3.3.0/src/adf/ADF_interface.c:2292:2: warning: Either the condition 'num_children==NULL' is redundant or there is possible null pointer dereference: num_children. [nullPointerRedundantCheck]
CGNS-3.3.0/src/adf/ADF_interface.c:2281:18: note: Assuming that condition 'num_children==NULL' is not redundant
CGNS-3.3.0/src/adf/ADF_interface.c:2292:2: note: Null pointer dereference
CGNS-3.3.0/src/adf/ADF_interface.c:3017:26: warning: Either the condition 'data_chunk_table==NULL' is redundant or there is possible null pointer dereference: data_chunk_table. [nullPointerRedundantCheck]
CGNS-3.3.0/src/adf/ADF_interface.c:3007:25: note: Assuming that condition 'data_chunk_table==NULL' is not redundant
CGNS-3.3.0/src/adf/ADF_interface.c:3017:26: note: Null pointer dereference
CGNS-3.3.0/src/adf/ADF_interface.c:3018:2: warning: Either the condition 'data_chunk_table==NULL' is redundant or there is possible null pointer dereference: data_chunk_table. [nullPointerRedundantCheck]
CGNS-3.3.0/src/adf/ADF_interface.c:3007:25: note: Assuming that condition 'data_chunk_table==NULL' is not redundant
CGNS-3.3.0/src/adf/ADF_interface.c:3018:2: note: Null pointer dereference
CGNS-3.3.0/src/adf/ADF_interface.c:3019:3: warning: Either the condition 'data_chunk_table==NULL' is redundant or there is possible null pointer dereference: data_chunk_table. [nullPointerRedundantCheck]
CGNS-3.3.0/src/adf/ADF_interface.c:3007:25: note: Assuming that condition 'data_chunk_table==NULL' is not redundant
CGNS-3.3.0/src/adf/ADF_interface.c:3019:3: note: Null pointer dereference
CGNS-3.3.0/src/adf/ADF_interface.c:3020:3: warning: Either the condition 'data_chunk_table==NULL' is redundant or there is possible null pointer dereference: data_chunk_table. [nullPointerRedundantCheck]
CGNS-3.3.0/src/adf/ADF_interface.c:3007:25: note: Assuming that condition 'data_chunk_table==NULL' is not redundant
CGNS-3.3.0/src/adf/ADF_interface.c:3020:3: note: Null pointer dereference
CGNS-3.3.0/src/adf/ADF_interface.c:4057:7: warning: Either the condition 'data_chunk_table==NULL' is redundant or there is possible null pointer dereference: data_chunk_table. [nullPointerRedundantCheck]
CGNS-3.3.0/src/adf/ADF_interface.c:4033:28: note: Assuming that condition 'data_chunk_table==NULL' is not redundant
CGNS-3.3.0/src/adf/ADF_interface.c:4057:7: note: Null pointer dereference
CGNS-3.3.0/src/adf/ADF_interface.c:4058:7: warning: Either the condition 'data_chunk_table==NULL' is redundant or there is possible null pointer dereference: data_chunk_table. [nullPointerRedundantCheck]
CGNS-3.3.0/src/adf/ADF_interface.c:4033:28: note: Assuming that condition 'data_chunk_table==NULL' is not redundant
CGNS-3.3.0/src/adf/ADF_interface.c:4058:7: note: Null pointer dereference
CGNS-3.3.0/src/adf/ADF_interface.c:4066:4: warning: Either the condition 'data_chunk_table==NULL' is redundant or there is possible null pointer dereference: data_chunk_table. [nullPointerRedundantCheck]
CGNS-3.3.0/src/adf/ADF_interface.c:4033:28: note: Assuming that condition 'data_chunk_table==NULL' is not redundant
CGNS-3.3.0/src/adf/ADF_interface.c:4066:4: note: Null pointer dereference
CGNS-3.3.0/src/adf/ADF_interface.c:4068:7: warning: Either the condition 'data_chunk_table==NULL' is redundant or there is possible null pointer dereference: data_chunk_table. [nullPointerRedundantCheck]
CGNS-3.3.0/src/adf/ADF_interface.c:4033:28: note: Assuming that condition 'data_chunk_table==NULL' is not redundant
CGNS-3.3.0/src/adf/ADF_interface.c:4068:7: note: Null pointer dereference
CGNS-3.3.0/src/adf/ADF_interface.c:4069:7: warning: Either the condition 'data_chunk_table==NULL' is redundant or there is possible null pointer dereference: data_chunk_table. [nullPointerRedundantCheck]
CGNS-3.3.0/src/adf/ADF_interface.c:4033:28: note: Assuming that condition 'data_chunk_table==NULL' is not redundant
CGNS-3.3.0/src/adf/ADF_interface.c:4069:7: note: Null pointer dereference
CGNS-3.3.0/src/adf/ADF_interface.c:4077:4: warning: Either the condition 'data_chunk_table==NULL' is redundant or there is possible null pointer dereference: data_chunk_table. [nullPointerRedundantCheck]
CGNS-3.3.0/src/adf/ADF_interface.c:4033:28: note: Assuming that condition 'data_chunk_table==NULL' is not redundant
CGNS-3.3.0/src/adf/ADF_interface.c:4077:4: note: Null pointer dereference
CGNS-3.3.0/src/adf/ADF_interface.c:1173:35: style: The scope of the variable 'i' can be reduced. [variableScope]
CGNS-3.3.0/src/adf/ADF_interface.c:2351:16: style: The scope of the variable 'datatype_length' can be reduced. [variableScope]
CGNS-3.3.0/src/adf/ADF_interface.c:285:19: style: Function 'ADF_Children_Names' argument 3 names different: declaration 'ilen' definition 'imax_num'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adf/ADF.h:84:14: note: Function 'ADF_Children_Names' argument 3 names different: declaration 'ilen' definition 'imax_num'.
CGNS-3.3.0/src/adf/ADF_interface.c:285:19: note: Function 'ADF_Children_Names' argument 3 names different: declaration 'ilen' definition 'imax_num'.
CGNS-3.3.0/src/adf/ADF_interface.c:286:19: style: Function 'ADF_Children_Names' argument 4 names different: declaration 'name_length' definition 'imax_name_len'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adf/ADF.h:85:14: note: Function 'ADF_Children_Names' argument 4 names different: declaration 'name_length' definition 'imax_name_len'.
CGNS-3.3.0/src/adf/ADF_interface.c:286:19: note: Function 'ADF_Children_Names' argument 4 names different: declaration 'name_length' definition 'imax_name_len'.
CGNS-3.3.0/src/adf/ADF_interface.c:287:14: style: Function 'ADF_Children_Names' argument 5 names different: declaration 'ilen_ret' definition 'inum_ret'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adf/ADF.h:86:9: note: Function 'ADF_Children_Names' argument 5 names different: declaration 'ilen_ret' definition 'inum_ret'.
CGNS-3.3.0/src/adf/ADF_interface.c:287:14: note: Function 'ADF_Children_Names' argument 5 names different: declaration 'ilen_ret' definition 'inum_ret'.
CGNS-3.3.0/src/adf/ADF_interface.c:377:19: style: Function 'ADF_Children_IDs' argument 3 names different: declaration 'ilen' definition 'imax_num'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adf/ADF.h:93:14: note: Function 'ADF_Children_IDs' argument 3 names different: declaration 'ilen' definition 'imax_num'.
CGNS-3.3.0/src/adf/ADF_interface.c:377:19: note: Function 'ADF_Children_IDs' argument 3 names different: declaration 'ilen' definition 'imax_num'.
CGNS-3.3.0/src/adf/ADF_interface.c:378:14: style: Function 'ADF_Children_IDs' argument 4 names different: declaration 'ilen_ret' definition 'inum_ret'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adf/ADF.h:94:9: note: Function 'ADF_Children_IDs' argument 4 names different: declaration 'ilen_ret' definition 'inum_ret'.
CGNS-3.3.0/src/adf/ADF_interface.c:378:14: note: Function 'ADF_Children_IDs' argument 4 names different: declaration 'ilen_ret' definition 'inum_ret'.
CGNS-3.3.0/src/adf/ADF_interface.c:575:16: style: Function 'ADF_Database_Close' argument 1 names different: declaration 'ID' definition 'Root_ID'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adf/ADF.h:105:17: note: Function 'ADF_Database_Close' argument 1 names different: declaration 'ID' definition 'Root_ID'.
CGNS-3.3.0/src/adf/ADF_interface.c:575:16: note: Function 'ADF_Database_Close' argument 1 names different: declaration 'ID' definition 'Root_ID'.
CGNS-3.3.0/src/adf/ADF_interface.c:757:15: style: Function 'ADF_Database_Open' argument 2 names different: declaration 'status' definition 'status_in'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adf/ADF.h:123:16: note: Function 'ADF_Database_Open' argument 2 names different: declaration 'status' definition 'status_in'.
CGNS-3.3.0/src/adf/ADF_interface.c:757:15: note: Function 'ADF_Database_Open' argument 2 names different: declaration 'status' definition 'status_in'.
CGNS-3.3.0/src/adf/ADF_interface.c:759:11: style: Function 'ADF_Database_Open' argument 4 names different: declaration 'root_ID' definition 'Root_ID'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adf/ADF.h:125:12: note: Function 'ADF_Database_Open' argument 4 names different: declaration 'root_ID' definition 'Root_ID'.
CGNS-3.3.0/src/adf/ADF_interface.c:759:11: note: Function 'ADF_Database_Open' argument 4 names different: declaration 'root_ID' definition 'Root_ID'.
CGNS-3.3.0/src/adf/ADF_interface.c:1528:9: style: Function 'ADF_Get_Link_Path' argument 2 names different: declaration 'filename' definition 'file'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adf/ADF.h:178:10: note: Function 'ADF_Get_Link_Path' argument 2 names different: declaration 'filename' definition 'file'.
CGNS-3.3.0/src/adf/ADF_interface.c:1528:9: note: Function 'ADF_Get_Link_Path' argument 2 names different: declaration 'filename' definition 'file'.
CGNS-3.3.0/src/adf/ADF_interface.c:1529:9: style: Function 'ADF_Get_Link_Path' argument 3 names different: declaration 'link_path' definition 'name_in_file'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adf/ADF.h:179:10: note: Function 'ADF_Get_Link_Path' argument 3 names different: declaration 'link_path' definition 'name_in_file'.
CGNS-3.3.0/src/adf/ADF_interface.c:1529:9: note: Function 'ADF_Get_Link_Path' argument 3 names different: declaration 'link_path' definition 'name_in_file'.
CGNS-3.3.0/src/adf/ADF_interface.c:2078:15: style: Function 'ADF_Link' argument 3 names different: declaration 'file' definition 'file_name'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adf/ADF.h:215:16: note: Function 'ADF_Link' argument 3 names different: declaration 'file' definition 'file_name'.
CGNS-3.3.0/src/adf/ADF_interface.c:2078:15: note: Function 'ADF_Link' argument 3 names different: declaration 'file' definition 'file_name'.
CGNS-3.3.0/src/adf/ADF_interface.c:1846:1: error: Memory pointed to by 'name_tmp' is freed twice. [doubleFree]
CGNS-3.3.0/src/adf/ADF_internals.c:3591:40: error: Array 'machine_sizes[5][16]' index machine_sizes[5][0] out of bounds. [arrayIndexOutOfBounds]
CGNS-3.3.0/src/adf/ADF_internals.c:3521:1: note: (1st array index) After for loop, i has value 5
CGNS-3.3.0/src/adf/ADF_internals.c:3591:40: note: Array index out of bounds
CGNS-3.3.0/src/adf/ADF_internals.c:3592:48: error: Array 'machine_sizes[5][16]' index machine_sizes[5][1] out of bounds. [arrayIndexOutOfBounds]
CGNS-3.3.0/src/adf/ADF_internals.c:3521:1: note: (1st array index) After for loop, i has value 5
CGNS-3.3.0/src/adf/ADF_internals.c:3592:48: note: Array index out of bounds
CGNS-3.3.0/src/adf/ADF_internals.c:3593:46: error: Array 'machine_sizes[5][16]' index machine_sizes[5][2] out of bounds. [arrayIndexOutOfBounds]
CGNS-3.3.0/src/adf/ADF_internals.c:3521:1: note: (1st array index) After for loop, i has value 5
CGNS-3.3.0/src/adf/ADF_internals.c:3593:46: note: Array index out of bounds
CGNS-3.3.0/src/adf/ADF_internals.c:3594:41: error: Array 'machine_sizes[5][16]' index machine_sizes[5][3] out of bounds. [arrayIndexOutOfBounds]
CGNS-3.3.0/src/adf/ADF_internals.c:3521:1: note: (1st array index) After for loop, i has value 5
CGNS-3.3.0/src/adf/ADF_internals.c:3594:41: note: Array index out of bounds
CGNS-3.3.0/src/adf/ADF_internals.c:3595:49: error: Array 'machine_sizes[5][16]' index machine_sizes[5][4] out of bounds. [arrayIndexOutOfBounds]
CGNS-3.3.0/src/adf/ADF_internals.c:3521:1: note: (1st array index) After for loop, i has value 5
CGNS-3.3.0/src/adf/ADF_internals.c:3595:49: note: Array index out of bounds
CGNS-3.3.0/src/adf/ADF_internals.c:3596:39: error: Array 'machine_sizes[5][16]' index machine_sizes[5][5] out of bounds. [arrayIndexOutOfBounds]
CGNS-3.3.0/src/adf/ADF_internals.c:3521:1: note: (1st array index) After for loop, i has value 5
CGNS-3.3.0/src/adf/ADF_internals.c:3596:39: note: Array index out of bounds
CGNS-3.3.0/src/adf/ADF_internals.c:3597:47: error: Array 'machine_sizes[5][16]' index machine_sizes[5][6] out of bounds. [arrayIndexOutOfBounds]
CGNS-3.3.0/src/adf/ADF_internals.c:3521:1: note: (1st array index) After for loop, i has value 5
CGNS-3.3.0/src/adf/ADF_internals.c:3597:47: note: Array index out of bounds
CGNS-3.3.0/src/adf/ADF_internals.c:3598:40: error: Array 'machine_sizes[5][16]' index machine_sizes[5][7] out of bounds. [arrayIndexOutOfBounds]
CGNS-3.3.0/src/adf/ADF_internals.c:3521:1: note: (1st array index) After for loop, i has value 5
CGNS-3.3.0/src/adf/ADF_internals.c:3598:40: note: Array index out of bounds
CGNS-3.3.0/src/adf/ADF_internals.c:3599:48: error: Array 'machine_sizes[5][16]' index machine_sizes[5][8] out of bounds. [arrayIndexOutOfBounds]
CGNS-3.3.0/src/adf/ADF_internals.c:3521:1: note: (1st array index) After for loop, i has value 5
CGNS-3.3.0/src/adf/ADF_internals.c:3599:48: note: Array index out of bounds
CGNS-3.3.0/src/adf/ADF_internals.c:3600:41: error: Array 'machine_sizes[5][16]' index machine_sizes[5][9] out of bounds. [arrayIndexOutOfBounds]
CGNS-3.3.0/src/adf/ADF_internals.c:3521:1: note: (1st array index) After for loop, i has value 5
CGNS-3.3.0/src/adf/ADF_internals.c:3600:41: note: Array index out of bounds
CGNS-3.3.0/src/adf/ADF_internals.c:3601:42: error: Array 'machine_sizes[5][16]' index machine_sizes[5][10] out of bounds. [arrayIndexOutOfBounds]
CGNS-3.3.0/src/adf/ADF_internals.c:3521:1: note: (1st array index) After for loop, i has value 5
CGNS-3.3.0/src/adf/ADF_internals.c:3601:42: note: Array index out of bounds
CGNS-3.3.0/src/adf/ADF_internals.c:4887:2: warning: Either the condition 'found==NULL' is redundant or there is possible null pointer dereference: found. [nullPointerRedundantCheck]
CGNS-3.3.0/src/adf/ADF_internals.c:4889:52: note: Assuming that condition 'found==NULL' is not redundant
CGNS-3.3.0/src/adf/ADF_internals.c:4887:2: note: Null pointer dereference
CGNS-3.3.0/src/adf/ADF_internals.c:546:6: portability: Casting from const double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
CGNS-3.3.0/src/adf/ADF_internals.c:3778:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
CGNS-3.3.0/src/adf/ADF_internals.c:645:30: style: The scope of the variable 'sub_node_table' can be reduced. [variableScope]
CGNS-3.3.0/src/adf/ADF_internals.c:647:14: style: The scope of the variable 'old_num_entries' can be reduced. [variableScope]
CGNS-3.3.0/src/adf/ADF_internals.c:648:7: style: The scope of the variable 'i' can be reduced. [variableScope]
CGNS-3.3.0/src/adf/ADF_internals.c:1947:6: style: The scope of the variable 'current_token' can be reduced. [variableScope]
CGNS-3.3.0/src/adf/ADF_internals.c:3136:17: style: The scope of the variable 'size_file' can be reduced. [variableScope]
CGNS-3.3.0/src/adf/ADF_internals.c:3136:28: style: The scope of the variable 'size_machine' can be reduced. [variableScope]
CGNS-3.3.0/src/adf/ADF_internals.c:3908:29: style: The scope of the variable 'tag' can be reduced. [variableScope]
CGNS-3.3.0/src/adf/ADF_internals.c:3913:9: style: The scope of the variable 'i' can be reduced. [variableScope]
CGNS-3.3.0/src/adf/ADF_internals.c:4421:5: style: The scope of the variable 'i' can be reduced. [variableScope]
CGNS-3.3.0/src/adf/ADF_internals.c:6150:8: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
CGNS-3.3.0/src/adf/ADF_internals.c:6150:16: style: The scope of the variable 'to_read' can be reduced. [variableScope]
CGNS-3.3.0/src/adf/ADF_internals.c:6791:5: style: The scope of the variable 'i' can be reduced. [variableScope]
CGNS-3.3.0/src/adf/ADF_internals.c:7929:8: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
CGNS-3.3.0/src/adf/ADF_internals.c:7929:16: style: The scope of the variable 'to_write' can be reduced. [variableScope]
CGNS-3.3.0/src/adf/ADF_internals.c:8312:15: style: The scope of the variable 'i' can be reduced. [variableScope]
CGNS-3.3.0/src/adf/ADF_internals.c:8633:5: style: The scope of the variable 'i' can be reduced. [variableScope]
CGNS-3.3.0/src/adf/ADF_internals.c:2143:11: style: Checking if unsigned variable 'ndim' is less than zero. [unsignedLessThanZero]
CGNS-3.3.0/src/adf/ADF_internals.c:4955:11: style: Checking if unsigned variable 'ndim' is less than zero. [unsignedLessThanZero]
CGNS-3.3.0/src/adf/ADF_internals.c:1746:13: style: Function 'ADFI_close_file' argument 1 names different: declaration 'top_file_index' definition 'file_index'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adf/ADF_internals.h:347:23: note: Function 'ADFI_close_file' argument 1 names different: declaration 'top_file_index' definition 'file_index'.
CGNS-3.3.0/src/adf/ADF_internals.c:1746:13: note: Function 'ADFI_close_file' argument 1 names different: declaration 'top_file_index' definition 'file_index'.
CGNS-3.3.0/src/adf/ADF_internals.c:3127:8: style: Function 'ADFI_evaluate_datatype' argument 3 names different: declaration 'bytes_file' definition 'file_bytes'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adf/ADF_internals.h:434:18: note: Function 'ADFI_evaluate_datatype' argument 3 names different: declaration 'bytes_file' definition 'file_bytes'.
CGNS-3.3.0/src/adf/ADF_internals.c:3127:8: note: Function 'ADFI_evaluate_datatype' argument 3 names different: declaration 'bytes_file' definition 'file_bytes'.
CGNS-3.3.0/src/adf/ADF_internals.c:3128:8: style: Function 'ADFI_evaluate_datatype' argument 4 names different: declaration 'bytes_machine' definition 'machine_bytes'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adf/ADF_internals.h:435:18: note: Function 'ADFI_evaluate_datatype' argument 4 names different: declaration 'bytes_machine' definition 'machine_bytes'.
CGNS-3.3.0/src/adf/ADF_internals.c:3128:8: note: Function 'ADFI_evaluate_datatype' argument 4 names different: declaration 'bytes_machine' definition 'machine_bytes'.
CGNS-3.3.0/src/adf/ADF_internals.c:3905:24: style: Function 'ADFI_file_free' argument 3 names different: declaration 'number_of_bytes' definition 'in_number_of_bytes'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adf/ADF_internals.h:464:28: note: Function 'ADFI_file_free' argument 3 names different: declaration 'number_of_bytes' definition 'in_number_of_bytes'.
CGNS-3.3.0/src/adf/ADF_internals.c:3905:24: note: Function 'ADFI_file_free' argument 3 names different: declaration 'number_of_bytes' definition 'in_number_of_bytes'.
CGNS-3.3.0/src/adf/ADF_internals.c:7359:25: style: Function 'ADFI_stridx_c' argument 1 names different: declaration 'str1' definition 'str'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adf/ADF_internals.h:660:25: note: Function 'ADFI_stridx_c' argument 1 names different: declaration 'str1' definition 'str'.
CGNS-3.3.0/src/adf/ADF_internals.c:7359:25: note: Function 'ADFI_stridx_c' argument 1 names different: declaration 'str1' definition 'str'.
CGNS-3.3.0/src/adf/ADF_internals.c:7360:25: style: Function 'ADFI_stridx_c' argument 2 names different: declaration 'str2' definition 'substr'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adf/ADF_internals.h:661:25: note: Function 'ADFI_stridx_c' argument 2 names different: declaration 'str2' definition 'substr'.
CGNS-3.3.0/src/adf/ADF_internals.c:7360:25: note: Function 'ADFI_stridx_c' argument 2 names different: declaration 'str2' definition 'substr'.
CGNS-3.3.0/src/adf/ADF_internals.c:6958:1: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
CGNS-3.3.0/src/adf/ADF_internals.c:4668:57: error: Uninitialized variable: data [uninitvar]
CGNS-3.3.0/src/adfh/ADFH.c:3046:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
CGNS-3.3.0/src/adfh/ADFH.c:3046:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
CGNS-3.3.0/src/adfh/ADFH.c:3046:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
CGNS-3.3.0/src/adfh/ADFH.c:378:7: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/adfh/ADFH.c:378:10: style: The scope of the variable 'nobj' can be reduced. [variableScope]
CGNS-3.3.0/src/adfh/ADFH.c:913:9: style: The scope of the variable 'p' can be reduced. [variableScope]
CGNS-3.3.0/src/adfh/ADFH.c:1030:21: style: The scope of the variable 'pstat' can be reduced. [variableScope]
CGNS-3.3.0/src/adfh/ADFH.c:1979:9: style: The scope of the variable 'format' can be reduced. [variableScope]
CGNS-3.3.0/src/adfh/ADFH.c:2332:10: style: The scope of the variable 'objs' can be reduced. [variableScope]
CGNS-3.3.0/src/adfh/ADFH.c:2571:8: style: The scope of the variable 'buffdata_type' can be reduced. [variableScope]
CGNS-3.3.0/src/adfh/ADFH.c:2621:7: style: The scope of the variable 'i' can be reduced. [variableScope]
CGNS-3.3.0/src/adfh/ADFH.c:2621:17: style: The scope of the variable 'swap' can be reduced. [variableScope]
CGNS-3.3.0/src/adfh/ADFH.c:2878:9: style: The scope of the variable 'target' can be reduced. [variableScope]
CGNS-3.3.0/src/adfh/ADFH.c:3102:23: style: The scope of the variable 'offset' can be reduced. [variableScope]
CGNS-3.3.0/src/adfh/ADFH.c:3425:23: style: The scope of the variable 'offset' can be reduced. [variableScope]
CGNS-3.3.0/src/adfh/ADFH.c:1408:63: style: Function 'ADFH_Configure' argument 3 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:190:9: note: Function 'ADFH_Configure' argument 3 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:1408:63: note: Function 'ADFH_Configure' argument 3 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:1438:36: style: Function 'ADFH_Move_Child' argument 1 names different: declaration 'PID' definition 'pid'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:338:17: note: Function 'ADFH_Move_Child' argument 1 names different: declaration 'PID' definition 'pid'.
CGNS-3.3.0/src/adfh/ADFH.c:1438:36: note: Function 'ADFH_Move_Child' argument 1 names different: declaration 'PID' definition 'pid'.
CGNS-3.3.0/src/adfh/ADFH.c:1439:37: style: Function 'ADFH_Move_Child' argument 2 names different: declaration 'ID' definition 'id'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:339:17: note: Function 'ADFH_Move_Child' argument 2 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:1439:37: note: Function 'ADFH_Move_Child' argument 2 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:1440:37: style: Function 'ADFH_Move_Child' argument 3 names different: declaration 'NPID' definition 'npid'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:340:17: note: Function 'ADFH_Move_Child' argument 3 names different: declaration 'NPID' definition 'npid'.
CGNS-3.3.0/src/adfh/ADFH.c:1440:37: note: Function 'ADFH_Move_Child' argument 3 names different: declaration 'NPID' definition 'npid'.
CGNS-3.3.0/src/adfh/ADFH.c:1441:37: style: Function 'ADFH_Move_Child' argument 4 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:341:9: note: Function 'ADFH_Move_Child' argument 4 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:1441:37: note: Function 'ADFH_Move_Child' argument 4 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:1529:35: style: Function 'ADFH_Set_Label' argument 1 names different: declaration 'ID' definition 'id'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:391:17: note: Function 'ADFH_Set_Label' argument 1 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:1529:35: note: Function 'ADFH_Set_Label' argument 1 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:1531:35: style: Function 'ADFH_Set_Label' argument 3 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:393:9: note: Function 'ADFH_Set_Label' argument 3 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:1531:35: note: Function 'ADFH_Set_Label' argument 3 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:1557:34: style: Function 'ADFH_Put_Name' argument 1 names different: declaration 'PID' definition 'pid'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:356:17: note: Function 'ADFH_Put_Name' argument 1 names different: declaration 'PID' definition 'pid'.
CGNS-3.3.0/src/adfh/ADFH.c:1557:34: note: Function 'ADFH_Put_Name' argument 1 names different: declaration 'PID' definition 'pid'.
CGNS-3.3.0/src/adfh/ADFH.c:1558:34: style: Function 'ADFH_Put_Name' argument 2 names different: declaration 'ID' definition 'id'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:357:17: note: Function 'ADFH_Put_Name' argument 2 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:1558:34: note: Function 'ADFH_Put_Name' argument 2 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:1560:34: style: Function 'ADFH_Put_Name' argument 4 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:359:9: note: Function 'ADFH_Put_Name' argument 4 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:1560:34: note: Function 'ADFH_Put_Name' argument 4 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:1594:34: style: Function 'ADFH_Get_Name' argument 1 names different: declaration 'ID' definition 'id'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:294:17: note: Function 'ADFH_Get_Name' argument 1 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:1594:34: note: Function 'ADFH_Get_Name' argument 1 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:1596:34: style: Function 'ADFH_Get_Name' argument 3 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:296:9: note: Function 'ADFH_Get_Name' argument 3 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:1596:34: note: Function 'ADFH_Get_Name' argument 3 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:1619:35: style: Function 'ADFH_Get_Label' argument 1 names different: declaration 'ID' definition 'id'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:283:17: note: Function 'ADFH_Get_Label' argument 1 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:1619:35: note: Function 'ADFH_Get_Label' argument 1 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:1621:35: style: Function 'ADFH_Get_Label' argument 3 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:285:9: note: Function 'ADFH_Get_Label' argument 3 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:1621:35: note: Function 'ADFH_Get_Label' argument 3 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:1649:32: style: Function 'ADFH_Create' argument 1 names different: declaration 'PID' definition 'pid'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:210:17: note: Function 'ADFH_Create' argument 1 names different: declaration 'PID' definition 'pid'.
CGNS-3.3.0/src/adfh/ADFH.c:1649:32: note: Function 'ADFH_Create' argument 1 names different: declaration 'PID' definition 'pid'.
CGNS-3.3.0/src/adfh/ADFH.c:1651:32: style: Function 'ADFH_Create' argument 3 names different: declaration 'ID' definition 'id'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:212:12: note: Function 'ADFH_Create' argument 3 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:1651:32: note: Function 'ADFH_Create' argument 3 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:1652:32: style: Function 'ADFH_Create' argument 4 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:213:9: note: Function 'ADFH_Create' argument 4 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:1652:32: note: Function 'ADFH_Create' argument 4 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:1717:32: style: Function 'ADFH_Delete' argument 1 names different: declaration 'PID' definition 'pid'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:256:17: note: Function 'ADFH_Delete' argument 1 names different: declaration 'PID' definition 'pid'.
CGNS-3.3.0/src/adfh/ADFH.c:1717:32: note: Function 'ADFH_Delete' argument 1 names different: declaration 'PID' definition 'pid'.
CGNS-3.3.0/src/adfh/ADFH.c:1718:32: style: Function 'ADFH_Delete' argument 2 names different: declaration 'ID' definition 'id'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:257:17: note: Function 'ADFH_Delete' argument 2 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:1718:32: note: Function 'ADFH_Delete' argument 2 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:1719:26: style: Function 'ADFH_Delete' argument 3 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:258:9: note: Function 'ADFH_Delete' argument 3 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:1719:26: note: Function 'ADFH_Delete' argument 3 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:1779:44: style: Function 'ADFH_Number_of_Children' argument 1 names different: declaration 'ID' definition 'id'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:344:17: note: Function 'ADFH_Number_of_Children' argument 1 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:1779:44: note: Function 'ADFH_Number_of_Children' argument 1 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:1780:38: style: Function 'ADFH_Number_of_Children' argument 2 names different: declaration 'num_children' definition 'number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:345:9: note: Function 'ADFH_Number_of_Children' argument 2 names different: declaration 'num_children' definition 'number'.
CGNS-3.3.0/src/adfh/ADFH.c:1780:38: note: Function 'ADFH_Number_of_Children' argument 2 names different: declaration 'num_children' definition 'number'.
CGNS-3.3.0/src/adfh/ADFH.c:1781:38: style: Function 'ADFH_Number_of_Children' argument 3 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:346:9: note: Function 'ADFH_Number_of_Children' argument 3 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:1781:38: note: Function 'ADFH_Number_of_Children' argument 3 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:1804:37: style: Function 'ADFH_Get_Node_ID' argument 1 names different: declaration 'PID' definition 'pid'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:299:17: note: Function 'ADFH_Get_Node_ID' argument 1 names different: declaration 'PID' definition 'pid'.
CGNS-3.3.0/src/adfh/ADFH.c:1804:37: note: Function 'ADFH_Get_Node_ID' argument 1 names different: declaration 'PID' definition 'pid'.
CGNS-3.3.0/src/adfh/ADFH.c:1806:37: style: Function 'ADFH_Get_Node_ID' argument 3 names different: declaration 'ID' definition 'id'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:301:12: note: Function 'ADFH_Get_Node_ID' argument 3 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:1806:37: note: Function 'ADFH_Get_Node_ID' argument 3 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:1807:37: style: Function 'ADFH_Get_Node_ID' argument 4 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:302:9: note: Function 'ADFH_Get_Node_ID' argument 4 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:1807:37: note: Function 'ADFH_Get_Node_ID' argument 4 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:1865:39: style: Function 'ADFH_Children_Names' argument 1 names different: declaration 'PID' definition 'pid'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:193:17: note: Function 'ADFH_Children_Names' argument 1 names different: declaration 'PID' definition 'pid'.
CGNS-3.3.0/src/adfh/ADFH.c:1865:39: note: Function 'ADFH_Children_Names' argument 1 names different: declaration 'PID' definition 'pid'.
CGNS-3.3.0/src/adfh/ADFH.c:1871:33: style: Function 'ADFH_Children_Names' argument 7 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:199:9: note: Function 'ADFH_Children_Names' argument 7 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:1871:33: note: Function 'ADFH_Children_Names' argument 7 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:1916:37: style: Function 'ADFH_Children_IDs' argument 1 names different: declaration 'PID' definition 'pid'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:202:17: note: Function 'ADFH_Children_IDs' argument 1 names different: declaration 'PID' definition 'pid'.
CGNS-3.3.0/src/adfh/ADFH.c:1916:37: note: Function 'ADFH_Children_IDs' argument 1 names different: declaration 'PID' definition 'pid'.
CGNS-3.3.0/src/adfh/ADFH.c:1918:39: style: Function 'ADFH_Children_IDs' argument 3 names different: declaration 'ilen' definition 'icount'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:204:14: note: Function 'ADFH_Children_IDs' argument 3 names different: declaration 'ilen' definition 'icount'.
CGNS-3.3.0/src/adfh/ADFH.c:1918:39: note: Function 'ADFH_Children_IDs' argument 3 names different: declaration 'ilen' definition 'icount'.
CGNS-3.3.0/src/adfh/ADFH.c:1919:33: style: Function 'ADFH_Children_IDs' argument 4 names different: declaration 'ilen_ret' definition 'icount_ret'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:205:9: note: Function 'ADFH_Children_IDs' argument 4 names different: declaration 'ilen_ret' definition 'icount_ret'.
CGNS-3.3.0/src/adfh/ADFH.c:1919:33: note: Function 'ADFH_Children_IDs' argument 4 names different: declaration 'ilen_ret' definition 'icount_ret'.
CGNS-3.3.0/src/adfh/ADFH.c:1921:33: style: Function 'ADFH_Children_IDs' argument 6 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:207:9: note: Function 'ADFH_Children_IDs' argument 6 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:1921:33: note: Function 'ADFH_Children_IDs' argument 6 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:1972:39: style: Function 'ADFH_Database_Open' argument 1 names different: declaration 'filename' definition 'name'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:233:16: note: Function 'ADFH_Database_Open' argument 1 names different: declaration 'filename' definition 'name'.
CGNS-3.3.0/src/adfh/ADFH.c:1972:39: note: Function 'ADFH_Database_Open' argument 1 names different: declaration 'filename' definition 'name'.
CGNS-3.3.0/src/adfh/ADFH.c:1973:39: style: Function 'ADFH_Database_Open' argument 2 names different: declaration 'status' definition 'stat'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:234:16: note: Function 'ADFH_Database_Open' argument 2 names different: declaration 'status' definition 'stat'.
CGNS-3.3.0/src/adfh/ADFH.c:1973:39: note: Function 'ADFH_Database_Open' argument 2 names different: declaration 'status' definition 'stat'.
CGNS-3.3.0/src/adfh/ADFH.c:1974:39: style: Function 'ADFH_Database_Open' argument 3 names different: declaration 'format' definition 'fmt'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:235:16: note: Function 'ADFH_Database_Open' argument 3 names different: declaration 'format' definition 'fmt'.
CGNS-3.3.0/src/adfh/ADFH.c:1974:39: note: Function 'ADFH_Database_Open' argument 3 names different: declaration 'format' definition 'fmt'.
CGNS-3.3.0/src/adfh/ADFH.c:1975:39: style: Function 'ADFH_Database_Open' argument 4 names different: declaration 'root_ID' definition 'root'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:236:12: note: Function 'ADFH_Database_Open' argument 4 names different: declaration 'root_ID' definition 'root'.
CGNS-3.3.0/src/adfh/ADFH.c:1975:39: note: Function 'ADFH_Database_Open' argument 4 names different: declaration 'root_ID' definition 'root'.
CGNS-3.3.0/src/adfh/ADFH.c:1976:39: style: Function 'ADFH_Database_Open' argument 5 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:237:9: note: Function 'ADFH_Database_Open' argument 5 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:1976:39: note: Function 'ADFH_Database_Open' argument 5 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:2239:40: style: Function 'ADFH_Database_Valid' argument 1 names different: declaration 'filename' definition 'name'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:240:16: note: Function 'ADFH_Database_Valid' argument 1 names different: declaration 'filename' definition 'name'.
CGNS-3.3.0/src/adfh/ADFH.c:2239:40: note: Function 'ADFH_Database_Valid' argument 1 names different: declaration 'filename' definition 'name'.
CGNS-3.3.0/src/adfh/ADFH.c:2240:39: style: Function 'ADFH_Database_Valid' argument 2 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:241:9: note: Function 'ADFH_Database_Valid' argument 2 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:2240:39: note: Function 'ADFH_Database_Valid' argument 2 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:2250:45: style: Function 'ADFH_Database_Get_Format' argument 1 names different: declaration 'Root_ID' definition 'rootid'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:228:17: note: Function 'ADFH_Database_Get_Format' argument 1 names different: declaration 'Root_ID' definition 'rootid'.
CGNS-3.3.0/src/adfh/ADFH.c:2250:45: note: Function 'ADFH_Database_Get_Format' argument 1 names different: declaration 'Root_ID' definition 'rootid'.
CGNS-3.3.0/src/adfh/ADFH.c:2252:45: style: Function 'ADFH_Database_Get_Format' argument 3 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:230:9: note: Function 'ADFH_Database_Get_Format' argument 3 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:2252:45: note: Function 'ADFH_Database_Get_Format' argument 3 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:2300:45: style: Function 'ADFH_Database_Set_Format' argument 1 names different: declaration 'Root_ID' definition 'rootid'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:244:17: note: Function 'ADFH_Database_Set_Format' argument 1 names different: declaration 'Root_ID' definition 'rootid'.
CGNS-3.3.0/src/adfh/ADFH.c:2300:45: note: Function 'ADFH_Database_Set_Format' argument 1 names different: declaration 'Root_ID' definition 'rootid'.
CGNS-3.3.0/src/adfh/ADFH.c:2302:45: style: Function 'ADFH_Database_Set_Format' argument 3 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:246:9: note: Function 'ADFH_Database_Set_Format' argument 3 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:2302:45: note: Function 'ADFH_Database_Set_Format' argument 3 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:2310:39: style: Function 'ADFH_Database_Delete' argument 1 names different: declaration 'filename' definition 'name'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:220:16: note: Function 'ADFH_Database_Delete' argument 1 names different: declaration 'filename' definition 'name'.
CGNS-3.3.0/src/adfh/ADFH.c:2310:39: note: Function 'ADFH_Database_Delete' argument 1 names different: declaration 'filename' definition 'name'.
CGNS-3.3.0/src/adfh/ADFH.c:2311:39: style: Function 'ADFH_Database_Delete' argument 2 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:221:9: note: Function 'ADFH_Database_Delete' argument 2 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:2311:39: note: Function 'ADFH_Database_Delete' argument 2 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:2325:40: style: Function 'ADFH_Database_Close' argument 1 names different: declaration 'ID' definition 'root'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:216:17: note: Function 'ADFH_Database_Close' argument 1 names different: declaration 'ID' definition 'root'.
CGNS-3.3.0/src/adfh/ADFH.c:2325:40: note: Function 'ADFH_Database_Close' argument 1 names different: declaration 'ID' definition 'root'.
CGNS-3.3.0/src/adfh/ADFH.c:2326:40: style: Function 'ADFH_Database_Close' argument 2 names different: declaration 'error_return' definition 'status'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:217:9: note: Function 'ADFH_Database_Close' argument 2 names different: declaration 'error_return' definition 'status'.
CGNS-3.3.0/src/adfh/ADFH.c:2326:40: note: Function 'ADFH_Database_Close' argument 2 names different: declaration 'error_return' definition 'status'.
CGNS-3.3.0/src/adfh/ADFH.c:2464:33: style: Function 'ADFH_Is_Link' argument 1 names different: declaration 'ID' definition 'id'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:315:17: note: Function 'ADFH_Is_Link' argument 1 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:2464:33: note: Function 'ADFH_Is_Link' argument 1 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:2466:33: style: Function 'ADFH_Is_Link' argument 3 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:317:9: note: Function 'ADFH_Is_Link' argument 3 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:2466:33: note: Function 'ADFH_Is_Link' argument 3 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:2505:35: style: Function 'ADFH_Link_Size' argument 1 names different: declaration 'ID' definition 'id'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:332:17: note: Function 'ADFH_Link_Size' argument 1 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:2505:35: note: Function 'ADFH_Link_Size' argument 1 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:2506:33: style: Function 'ADFH_Link_Size' argument 2 names different: declaration 'file_length' definition 'file_len'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:333:9: note: Function 'ADFH_Link_Size' argument 2 names different: declaration 'file_length' definition 'file_len'.
CGNS-3.3.0/src/adfh/ADFH.c:2506:33: note: Function 'ADFH_Link_Size' argument 2 names different: declaration 'file_length' definition 'file_len'.
CGNS-3.3.0/src/adfh/ADFH.c:2507:33: style: Function 'ADFH_Link_Size' argument 3 names different: declaration 'name_length' definition 'name_len'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:334:9: note: Function 'ADFH_Link_Size' argument 3 names different: declaration 'name_length' definition 'name_len'.
CGNS-3.3.0/src/adfh/ADFH.c:2507:33: note: Function 'ADFH_Link_Size' argument 3 names different: declaration 'name_length' definition 'name_len'.
CGNS-3.3.0/src/adfh/ADFH.c:2508:33: style: Function 'ADFH_Link_Size' argument 4 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:335:9: note: Function 'ADFH_Link_Size' argument 4 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:2508:33: note: Function 'ADFH_Link_Size' argument 4 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:2541:37: style: Function 'ADFH_Get_Root_ID' argument 1 names different: declaration 'ID' definition 'id'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:310:17: note: Function 'ADFH_Get_Root_ID' argument 1 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:2541:37: note: Function 'ADFH_Get_Root_ID' argument 1 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:2542:37: style: Function 'ADFH_Get_Root_ID' argument 2 names different: declaration 'Root_ID' definition 'root_id'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:311:12: note: Function 'ADFH_Get_Root_ID' argument 2 names different: declaration 'Root_ID' definition 'root_id'.
CGNS-3.3.0/src/adfh/ADFH.c:2542:37: note: Function 'ADFH_Get_Root_ID' argument 2 names different: declaration 'Root_ID' definition 'root_id'.
CGNS-3.3.0/src/adfh/ADFH.c:2543:37: style: Function 'ADFH_Get_Root_ID' argument 3 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:312:9: note: Function 'ADFH_Get_Root_ID' argument 3 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:2543:37: note: Function 'ADFH_Get_Root_ID' argument 3 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:2566:39: style: Function 'ADFH_Get_Data_Type' argument 1 names different: declaration 'ID' definition 'id'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:269:17: note: Function 'ADFH_Get_Data_Type' argument 1 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:2566:39: note: Function 'ADFH_Get_Data_Type' argument 1 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:2568:39: style: Function 'ADFH_Get_Data_Type' argument 3 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:271:9: note: Function 'ADFH_Get_Data_Type' argument 3 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:2568:39: note: Function 'ADFH_Get_Data_Type' argument 3 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:2584:50: style: Function 'ADFH_Get_Number_of_Dimensions' argument 1 names different: declaration 'ID' definition 'id'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:305:17: note: Function 'ADFH_Get_Number_of_Dimensions' argument 1 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:2584:50: note: Function 'ADFH_Get_Number_of_Dimensions' argument 1 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:2586:50: style: Function 'ADFH_Get_Number_of_Dimensions' argument 3 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:307:9: note: Function 'ADFH_Get_Number_of_Dimensions' argument 3 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:2586:50: note: Function 'ADFH_Get_Number_of_Dimensions' argument 3 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:2617:46: style: Function 'ADFH_Get_Dimension_Values' argument 1 names different: declaration 'ID' definition 'id'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:274:17: note: Function 'ADFH_Get_Dimension_Values' argument 1 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:2617:46: note: Function 'ADFH_Get_Dimension_Values' argument 1 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:2619:47: style: Function 'ADFH_Get_Dimension_Values' argument 3 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:276:9: note: Function 'ADFH_Get_Dimension_Values' argument 3 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:2619:47: note: Function 'ADFH_Get_Dimension_Values' argument 3 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:2670:52: style: Function 'ADFH_Put_Dimension_Information' argument 1 names different: declaration 'ID' definition 'id'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:349:17: note: Function 'ADFH_Put_Dimension_Information' argument 1 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:2670:52: note: Function 'ADFH_Put_Dimension_Information' argument 1 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:2674:52: style: Function 'ADFH_Put_Dimension_Information' argument 5 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:353:9: note: Function 'ADFH_Put_Dimension_Information' argument 5 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:2674:52: note: Function 'ADFH_Put_Dimension_Information' argument 5 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:2820:39: style: Function 'ADFH_Get_Link_Path' argument 1 names different: declaration 'ID' definition 'id'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:288:17: note: Function 'ADFH_Get_Link_Path' argument 1 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:2820:39: note: Function 'ADFH_Get_Link_Path' argument 1 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:2823:33: style: Function 'ADFH_Get_Link_Path' argument 4 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:291:9: note: Function 'ADFH_Get_Link_Path' argument 4 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:2823:33: note: Function 'ADFH_Get_Link_Path' argument 4 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:2871:30: style: Function 'ADFH_Link' argument 1 names different: declaration 'PID' definition 'pid'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:324:17: note: Function 'ADFH_Link' argument 1 names different: declaration 'PID' definition 'pid'.
CGNS-3.3.0/src/adfh/ADFH.c:2871:30: note: Function 'ADFH_Link' argument 1 names different: declaration 'PID' definition 'pid'.
CGNS-3.3.0/src/adfh/ADFH.c:2875:30: style: Function 'ADFH_Link' argument 5 names different: declaration 'ID' definition 'id'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:328:12: note: Function 'ADFH_Link' argument 5 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:2875:30: note: Function 'ADFH_Link' argument 5 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:2876:30: style: Function 'ADFH_Link' argument 6 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:329:9: note: Function 'ADFH_Link' argument 6 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:2876:30: note: Function 'ADFH_Link' argument 6 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:2945:39: style: Function 'ADFH_Flush_to_Disk' argument 1 names different: declaration 'ID' definition 'id'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:265:17: note: Function 'ADFH_Flush_to_Disk' argument 1 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:2945:39: note: Function 'ADFH_Flush_to_Disk' argument 1 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:2946:39: style: Function 'ADFH_Flush_to_Disk' argument 2 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:266:9: note: Function 'ADFH_Flush_to_Disk' argument 2 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:2946:39: note: Function 'ADFH_Flush_to_Disk' argument 2 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:2960:53: style: Function 'ADFH_Database_Garbage_Collection' argument 1 names different: declaration 'ID' definition 'id'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:224:17: note: Function 'ADFH_Database_Garbage_Collection' argument 1 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:2960:53: note: Function 'ADFH_Database_Garbage_Collection' argument 1 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:2961:53: style: Function 'ADFH_Database_Garbage_Collection' argument 2 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:225:9: note: Function 'ADFH_Database_Garbage_Collection' argument 2 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:2961:53: note: Function 'ADFH_Database_Garbage_Collection' argument 2 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:2973:42: style: Function 'ADFH_Database_Version' argument 1 names different: declaration 'Root_ID' definition 'root_id'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:249:17: note: Function 'ADFH_Database_Version' argument 1 names different: declaration 'Root_ID' definition 'root_id'.
CGNS-3.3.0/src/adfh/ADFH.c:2973:42: note: Function 'ADFH_Database_Version' argument 1 names different: declaration 'Root_ID' definition 'root_id'.
CGNS-3.3.0/src/adfh/ADFH.c:2977:42: style: Function 'ADFH_Database_Version' argument 5 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:253:9: note: Function 'ADFH_Database_Version' argument 5 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:2977:42: note: Function 'ADFH_Database_Version' argument 5 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:3035:33: style: Function 'ADFH_Library_Version' argument 2 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:321:9: note: Function 'ADFH_Library_Version' argument 2 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:3035:33: note: Function 'ADFH_Library_Version' argument 2 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:3099:28: style: Function 'ADFH_Read_Block_Data' argument 5 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:371:9: note: Function 'ADFH_Read_Block_Data' argument 5 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:3099:28: note: Function 'ADFH_Read_Block_Data' argument 5 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:3207:27: style: Function 'ADFH_Read_Data' argument 11 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:384:9: note: Function 'ADFH_Read_Data' argument 11 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:3207:27: note: Function 'ADFH_Read_Data' argument 11 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:3372:39: style: Function 'ADFH_Read_All_Data' argument 1 names different: declaration 'ID' definition 'id'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:362:17: note: Function 'ADFH_Read_All_Data' argument 1 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:3372:39: note: Function 'ADFH_Read_All_Data' argument 1 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:3374:39: style: Function 'ADFH_Read_All_Data' argument 3 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:364:9: note: Function 'ADFH_Read_All_Data' argument 3 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:3374:39: note: Function 'ADFH_Read_All_Data' argument 3 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:3422:34: style: Function 'ADFH_Write_Block_Data' argument 5 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:405:9: note: Function 'ADFH_Write_Block_Data' argument 5 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:3422:34: note: Function 'ADFH_Write_Block_Data' argument 5 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:3533:28: style: Function 'ADFH_Write_Data' argument 11 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:418:9: note: Function 'ADFH_Write_Data' argument 11 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:3533:28: note: Function 'ADFH_Write_Data' argument 11 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:3699:40: style: Function 'ADFH_Write_All_Data' argument 1 names different: declaration 'ID' definition 'id'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:396:17: note: Function 'ADFH_Write_All_Data' argument 1 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:3699:40: note: Function 'ADFH_Write_All_Data' argument 1 names different: declaration 'ID' definition 'id'.
CGNS-3.3.0/src/adfh/ADFH.c:3701:40: style: Function 'ADFH_Write_All_Data' argument 3 names different: declaration 'error_return' definition 'err'. [funcArgNamesDifferent]
CGNS-3.3.0/src/adfh/ADFH.h:398:9: note: Function 'ADFH_Write_All_Data' argument 3 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:3701:40: note: Function 'ADFH_Write_All_Data' argument 3 names different: declaration 'error_return' definition 'err'.
CGNS-3.3.0/src/adfh/ADFH.c:1059:16: style: Unused variable: file [unusedVariable]
CGNS-3.3.0/src/adfh/ADFH.c:1060:16: style: Unused variable: path [unusedVariable]
CGNS-3.3.0/src/adfh/ADFH.c:1798:3: style: Variable 'nn' is assigned a value that is never used. [unreadVariable]
CGNS-3.3.0/src/adfh/ADFH.c:2880:14: style: Unused variable: hid [unusedVariable]
CGNS-3.3.0/src/adfh/ADFH.c:1639:16: error: Uninitialized variable: bufflabel [uninitvar]
CGNS-3.3.0/src/cg_ftoc.c:1688:12: style: The scope of the variable 'i' can be reduced. [variableScope]
CGNS-3.3.0/src/cg_ftoc.c:1688:15: style: The scope of the variable 'step' can be reduced. [variableScope]
CGNS-3.3.0/src/cg_ftoc.c:1721:9: error: Memory leak: c_connectname [memleak]
CGNS-3.3.0/src/cg_ftoc.c:1721:9: error: Memory leak: c_zonename [memleak]
CGNS-3.3.0/src/cg_ftoc.c:1721:9: error: Memory leak: c_donorname [memleak]
CGNS-3.3.0/src/cg_ftoc.c:1721:9: error: Memory leak: c_range [memleak]
CGNS-3.3.0/src/cg_ftoc.c:1721:9: error: Memory leak: c_donor_range [memleak]
CGNS-3.3.0/src/cg_ftoc.c:1721:9: error: Memory leak: c_transform [memleak]
CGNS-3.3.0/src/cg_ftoc.c:1733:0: error: Memory leak: c_connectname [memleak]
CGNS-3.3.0/src/cg_malloc.c:14:17: error: Expression '*data++=(unsigned long)(data+1)' depends on order of evaluation of side effects [unknownEvaluationOrder]
CGNS-3.3.0/src/cg_malloc.c:31:17: error: Expression '*data++=(unsigned long)(data+1)' depends on order of evaluation of side effects [unknownEvaluationOrder]
CGNS-3.3.0/src/cg_malloc.c:44:17: error: Expression '*data++=(unsigned long)(data+1)' depends on order of evaluation of side effects [unknownEvaluationOrder]
CGNS-3.3.0/src/cgns_error.c:74:39: style: Function 'cg_io_error' argument 1 names different: declaration 'routine_name' definition 'funcname'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgns_header.h:1184:38: note: Function 'cg_io_error' argument 1 names different: declaration 'routine_name' definition 'funcname'.
CGNS-3.3.0/src/cgns_error.c:74:39: note: Function 'cg_io_error' argument 1 names different: declaration 'routine_name' definition 'funcname'.
CGNS-3.3.0/src/cgns_internals.c:4186:13: style: Condition 'nchild' is always true [knownConditionTrueFalse]
CGNS-3.3.0/src/cgns_internals.c:4178:15: note: Assuming that condition 'nchild==1' is not redundant
CGNS-3.3.0/src/cgns_internals.c:4186:13: note: Condition 'nchild' is always true
CGNS-3.3.0/src/cgns_internals.c:724:33: warning: Either the condition 'if(FamilyName)' is redundant or there is possible null pointer dereference: FamilyName. [nullPointerRedundantCheck]
CGNS-3.3.0/src/cgns_internals.c:725:16: note: Assuming that condition 'if(FamilyName)' is not redundant
CGNS-3.3.0/src/cgns_internals.c:724:33: note: Null pointer dereference
CGNS-3.3.0/src/cgns_internals.c:5285:47: warning: Possible null pointer dereference: data [nullPointer]
CGNS-3.3.0/src/cgns_internals.c:2918:18: note: Assignment 'dummy=0', assigned value is 0
CGNS-3.3.0/src/cgns_internals.c:2922:9: note: Calling function 'cgi_read_node', 6th argument 'data' value is 0
CGNS-3.3.0/src/cgns_internals.c:5285:47: note: Null pointer dereference
CGNS-3.3.0/src/cgns_internals.c:610:21: style: The scope of the variable 'linked' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:712:13: style: The scope of the variable 'NodeName' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:755:18: style: The scope of the variable 'linked' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:833:15: style: The scope of the variable 'linked' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:834:28: style: The scope of the variable 'changed' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:1310:18: style: The scope of the variable 'linked' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:1417:15: style: The scope of the variable 'linked' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:1510:12: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:2107:9: style: The scope of the variable 'set' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:2107:14: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:2192:15: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:2242:9: style: The scope of the variable 'ierr' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:2248:17: style: The scope of the variable 'ptset' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:2670:21: style: The scope of the variable 'linked' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:2824:9: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:3027:9: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:3203:9: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:3262:18: style: The scope of the variable 'defined' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:3671:9: style: The scope of the variable 'nnorm' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:3791:18: style: The scope of the variable 'linked' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:3898:15: style: The scope of the variable 'linked' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:3963:15: style: The scope of the variable 'linked' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:4049:18: style: The scope of the variable 'linked' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:4144:13: style: The scope of the variable 'data_type' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:4144:24: style: The scope of the variable 'temp_name' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:4464:9: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:4465:13: style: The scope of the variable 'name' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:4530:9: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:4798:17: style: The scope of the variable 'array' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:4879:15: style: The scope of the variable 'linked' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:5034:15: style: The scope of the variable 'linked' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:5039:15: style: The scope of the variable 'ndescr' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:5925:13: style: The scope of the variable 'i' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:6350:17: style: The scope of the variable 'ptset' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:7783:9: style: The scope of the variable 'leni' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:8026:9: style: The scope of the variable 'differ' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:8218:16: style: The scope of the variable 'base' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:8219:16: style: The scope of the variable 'zone' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:12212:9: style: The scope of the variable 'b' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:13017:9: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_internals.c:71:25: style: Function 'cgi_realloc' argument 1 names different: declaration 'old' definition 'oldbuf'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgns_header.h:978:33: note: Function 'cgi_realloc' argument 1 names different: declaration 'old' definition 'oldbuf'.
CGNS-3.3.0/src/cgns_internals.c:71:25: note: Function 'cgi_realloc' argument 1 names different: declaration 'old' definition 'oldbuf'.
CGNS-3.3.0/src/cgns_internals.c:608:44: style: Function 'cgi_read_family_dataset' argument 4 names different: declaration 'dataset' definition 'pdataset'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgns_header.h:1061:44: note: Function 'cgi_read_family_dataset' argument 4 names different: declaration 'dataset' definition 'pdataset'.
CGNS-3.3.0/src/cgns_internals.c:608:44: note: Function 'cgi_read_family_dataset' argument 4 names different: declaration 'dataset' definition 'pdataset'.
CGNS-3.3.0/src/cgns_internals.c:2853:67: style: Function 'cgi_read_one_ptset' argument 3 names different: declaration 'ptset' definition 'pptset'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgns_header.h:1070:67: note: Function 'cgi_read_one_ptset' argument 3 names different: declaration 'ptset' definition 'pptset'.
CGNS-3.3.0/src/cgns_internals.c:2853:67: note: Function 'cgi_read_one_ptset' argument 3 names different: declaration 'ptset' definition 'pptset'.
CGNS-3.3.0/src/cgns_internals.c:5356:30: style: Function 'cgi_check_dimensions' argument 1 names different: declaration 'ndims' definition 'ndim'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgns_header.h:1222:30: note: Function 'cgi_check_dimensions' argument 1 names different: declaration 'ndims' definition 'ndim'.
CGNS-3.3.0/src/cgns_internals.c:5356:30: note: Function 'cgi_check_dimensions' argument 1 names different: declaration 'ndims' definition 'ndim'.
CGNS-3.3.0/src/cgns_internals.c:6724:28: style: Function 'cgi_write_ptset' argument 1 names different: declaration 'id' definition 'parent_id'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgns_header.h:1143:28: note: Function 'cgi_write_ptset' argument 1 names different: declaration 'id' definition 'parent_id'.
CGNS-3.3.0/src/cgns_internals.c:6724:28: note: Function 'cgi_write_ptset' argument 1 names different: declaration 'id' definition 'parent_id'.
CGNS-3.3.0/src/cgns_internals.c:6725:25: style: Function 'cgi_write_ptset' argument 4 names different: declaration 'Ndim' definition 'Idim'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgns_header.h:1144:17: note: Function 'cgi_write_ptset' argument 4 names different: declaration 'Ndim' definition 'Idim'.
CGNS-3.3.0/src/cgns_internals.c:6725:25: note: Function 'cgi_write_ptset' argument 4 names different: declaration 'Ndim' definition 'Idim'.
CGNS-3.3.0/src/cgns_internals.c:7402:60: style: Function 'cgi_write_rind' argument 3 names different: declaration 'idim' definition 'index_dim'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgns_header.h:1152:60: note: Function 'cgi_write_rind' argument 3 names different: declaration 'idim' definition 'index_dim'.
CGNS-3.3.0/src/cgns_internals.c:7402:60: note: Function 'cgi_write_rind' argument 3 names different: declaration 'idim' definition 'index_dim'.
CGNS-3.3.0/src/cgns_internals.c:7462:58: style: Function 'cgi_write_exponents' argument 2 names different: declaration 'exponents' definition 'exponent'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgns_header.h:1154:58: note: Function 'cgi_write_exponents' argument 2 names different: declaration 'exponents' definition 'exponent'.
CGNS-3.3.0/src/cgns_internals.c:7462:58: note: Function 'cgi_write_exponents' argument 2 names different: declaration 'exponents' definition 'exponent'.
CGNS-3.3.0/src/cgns_internals.c:7600:75: style: Function 'cgi_write_link' argument 4 names different: declaration 'node_id' definition 'id'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgns_header.h:1169:28: note: Function 'cgi_write_link' argument 4 names different: declaration 'node_id' definition 'id'.
CGNS-3.3.0/src/cgns_internals.c:7600:75: note: Function 'cgi_write_link' argument 4 names different: declaration 'node_id' definition 'id'.
CGNS-3.3.0/src/cgns_internals.c:7750:26: style: Function 'cgi_move_node' argument 1 names different: declaration 'old_id' definition 'current_parent_id'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgns_header.h:1178:26: note: Function 'cgi_move_node' argument 1 names different: declaration 'old_id' definition 'current_parent_id'.
CGNS-3.3.0/src/cgns_internals.c:7750:26: note: Function 'cgi_move_node' argument 1 names different: declaration 'old_id' definition 'current_parent_id'.
CGNS-3.3.0/src/cgns_internals.c:7751:18: style: Function 'cgi_move_node' argument 3 names different: declaration 'new_id' definition 'new_parent_id'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgns_header.h:1178:57: note: Function 'cgi_move_node' argument 3 names different: declaration 'new_id' definition 'new_parent_id'.
CGNS-3.3.0/src/cgns_internals.c:7751:18: note: Function 'cgi_move_node' argument 3 names different: declaration 'new_id' definition 'new_parent_id'.
CGNS-3.3.0/src/cgns_internals.c:7780:24: style: Function 'cgi_sort_names' argument 1 names different: declaration 'n' definition 'nnam'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgns_header.h:1214:24: note: Function 'cgi_sort_names' argument 1 names different: declaration 'n' definition 'nnam'.
CGNS-3.3.0/src/cgns_internals.c:7780:24: note: Function 'cgi_sort_names' argument 1 names different: declaration 'n' definition 'nnam'.
CGNS-3.3.0/src/cgns_internals.c:7901:21: style: Function 'size_of' argument 1 names different: declaration 'adf_type' definition 'data_type'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgns_header.h:1215:21: note: Function 'size_of' argument 1 names different: declaration 'adf_type' definition 'data_type'.
CGNS-3.3.0/src/cgns_internals.c:7901:21: note: Function 'size_of' argument 1 names different: declaration 'adf_type' definition 'data_type'.
CGNS-3.3.0/src/cgns_internals.c:8023:23: style: Function 'cgi_add_czone' argument 4 names different: declaration 'idim' definition 'index_dim'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgns_header.h:1231:9: note: Function 'cgi_add_czone' argument 4 names different: declaration 'idim' definition 'index_dim'.
CGNS-3.3.0/src/cgns_internals.c:8023:23: note: Function 'cgi_add_czone' argument 4 names different: declaration 'idim' definition 'index_dim'.
CGNS-3.3.0/src/cgns_internals.c:10560:51: style: Function 'cgi_descr_address' argument 2 names different: declaration 'descr_no' definition 'given_no'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgns_header.h:1028:51: note: Function 'cgi_descr_address' argument 2 names different: declaration 'descr_no' definition 'given_no'.
CGNS-3.3.0/src/cgns_internals.c:10560:51: note: Function 'cgi_descr_address' argument 2 names different: declaration 'descr_no' definition 'given_no'.
CGNS-3.3.0/src/cgns_internals.c:10561:43: style: Function 'cgi_descr_address' argument 3 names different: declaration 'descr_name' definition 'given_name'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgns_header.h:1029:31: note: Function 'cgi_descr_address' argument 3 names different: declaration 'descr_name' definition 'given_name'.
CGNS-3.3.0/src/cgns_internals.c:10561:43: note: Function 'cgi_descr_address' argument 3 names different: declaration 'descr_name' definition 'given_name'.
CGNS-3.3.0/src/cgns_internals.c:10759:39: style: Function 'cgi_multfam_address' argument 1 names different: declaration 'mode' definition 'local_mode'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgns_header.h:1047:39: note: Function 'cgi_multfam_address' argument 1 names different: declaration 'mode' definition 'local_mode'.
CGNS-3.3.0/src/cgns_internals.c:10759:39: note: Function 'cgi_multfam_address' argument 1 names different: declaration 'mode' definition 'local_mode'.
CGNS-3.3.0/src/cgns_internals.c:10759:55: style: Function 'cgi_multfam_address' argument 2 names different: declaration 'num' definition 'given_no'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgns_header.h:1047:49: note: Function 'cgi_multfam_address' argument 2 names different: declaration 'num' definition 'given_no'.
CGNS-3.3.0/src/cgns_internals.c:10759:55: note: Function 'cgi_multfam_address' argument 2 names different: declaration 'num' definition 'given_no'.
CGNS-3.3.0/src/cgns_internals.c:10760:47: style: Function 'cgi_multfam_address' argument 3 names different: declaration 'name' definition 'given_name'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgns_header.h:1047:66: note: Function 'cgi_multfam_address' argument 3 names different: declaration 'name' definition 'given_name'.
CGNS-3.3.0/src/cgns_internals.c:10760:47: note: Function 'cgi_multfam_address' argument 3 names different: declaration 'name' definition 'given_name'.
CGNS-3.3.0/src/cgns_internals.c:11277:57: style: Function 'cgi_integral_address' argument 2 names different: declaration 'integral_no' definition 'given_no'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgns_header.h:1037:57: note: Function 'cgi_integral_address' argument 2 names different: declaration 'integral_no' definition 'given_no'.
CGNS-3.3.0/src/cgns_internals.c:11277:57: note: Function 'cgi_integral_address' argument 2 names different: declaration 'integral_no' definition 'given_no'.
CGNS-3.3.0/src/cgns_internals.c:11278:49: style: Function 'cgi_integral_address' argument 3 names different: declaration 'integral_name' definition 'given_name'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgns_header.h:1038:33: note: Function 'cgi_integral_address' argument 3 names different: declaration 'integral_name' definition 'given_name'.
CGNS-3.3.0/src/cgns_internals.c:11278:49: note: Function 'cgi_integral_address' argument 3 names different: declaration 'integral_name' definition 'given_name'.
CGNS-3.3.0/src/cgns_internals.c:11572:51: style: Function 'cgi_array_address' argument 2 names different: declaration 'array_no' definition 'given_no'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgns_header.h:1044:51: note: Function 'cgi_array_address' argument 2 names different: declaration 'array_no' definition 'given_no'.
CGNS-3.3.0/src/cgns_internals.c:11572:51: note: Function 'cgi_array_address' argument 2 names different: declaration 'array_no' definition 'given_no'.
CGNS-3.3.0/src/cgns_internals.c:11573:43: style: Function 'cgi_array_address' argument 3 names different: declaration 'array_name' definition 'given_name'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgns_header.h:1044:73: note: Function 'cgi_array_address' argument 3 names different: declaration 'array_name' definition 'given_name'.
CGNS-3.3.0/src/cgns_internals.c:11573:43: note: Function 'cgi_array_address' argument 3 names different: declaration 'array_name' definition 'given_name'.
CGNS-3.3.0/src/cgns_internals.c:13438:28: style: Function 'cgi_GridLocation' argument 1 names different: declaration 'GridLocationName' definition 'LocationName'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgns_header.h:1187:28: note: Function 'cgi_GridLocation' argument 1 names different: declaration 'GridLocationName' definition 'LocationName'.
CGNS-3.3.0/src/cgns_internals.c:13438:28: note: Function 'cgi_GridLocation' argument 1 names different: declaration 'GridLocationName' definition 'LocationName'.
CGNS-3.3.0/src/cgns_internals.c:11105:9: style: Variable 'error1' is assigned a value that is never used. [unreadVariable]
CGNS-3.3.0/src/cgns_internals.c:11569:5: error: Returning/dereferencing 'diffusion_model' after it is deallocated / released [deallocret]
CGNS-3.3.0/src/cgns_io.c:224:18: style: Condition 'linkfile==NULL' is always true [knownConditionTrueFalse]
CGNS-3.3.0/src/cgns_io.c:199:32: note: Assignment 'linkfile=NULL', assigned value is 0
CGNS-3.3.0/src/cgns_io.c:224:18: note: Condition 'linkfile==NULL' is always true
CGNS-3.3.0/src/cgns_io.c:592:33: warning: Either the condition 'NULL==fp' is redundant or there is possible null pointer dereference: fp. [nullPointerRedundantCheck]
CGNS-3.3.0/src/cgns_io.c:585:16: note: Assuming that condition 'NULL==fp' is not redundant
CGNS-3.3.0/src/cgns_io.c:592:33: note: Null pointer dereference
CGNS-3.3.0/src/cgns_io.c:594:13: warning: Either the condition 'NULL==fp' is redundant or there is possible null pointer dereference: fp. [nullPointerRedundantCheck]
CGNS-3.3.0/src/cgns_io.c:585:16: note: Assuming that condition 'NULL==fp' is not redundant
CGNS-3.3.0/src/cgns_io.c:594:13: note: Null pointer dereference
CGNS-3.3.0/src/cgns_io.c:224:18: style: Same expression on both sides of '==' because the value of 'linkfile' and 'NULL' are the same. [duplicateExpression]
CGNS-3.3.0/src/cgns_io.c:199:32: note: 'linkfile' is assigned value 'NULL' here.
CGNS-3.3.0/src/cgns_io.c:224:18: note: Same expression on both sides of '==' because the value of 'linkfile' and 'NULL' are the same.
CGNS-3.3.0/src/cgns_io.c:563:9: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_io.c:566:18: style: The scope of the variable 'HDF5sig' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_io.c:851:9: style: The scope of the variable 'ierr' can be reduced. [variableScope]
CGNS-3.3.0/src/cgns_io.c:634:9: style: Function 'cgio_compute_data_size' argument 2 names different: declaration 'num_dims' definition 'ndims'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgns_io.h:130:9: note: Function 'cgio_compute_data_size' argument 2 names different: declaration 'num_dims' definition 'ndims'.
CGNS-3.3.0/src/cgns_io.c:634:9: note: Function 'cgio_compute_data_size' argument 2 names different: declaration 'num_dims' definition 'ndims'.
CGNS-3.3.0/src/cgns_io.c:634:32: style: Function 'cgio_compute_data_size' argument 3 names different: declaration 'dim_vals' definition 'dims'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgns_io.h:131:21: note: Function 'cgio_compute_data_size' argument 3 names different: declaration 'dim_vals' definition 'dims'.
CGNS-3.3.0/src/cgns_io.c:634:32: note: Function 'cgio_compute_data_size' argument 3 names different: declaration 'dim_vals' definition 'dims'.
CGNS-3.3.0/src/cgns_io.c:284:9: error: Common realloc mistake: 'cgio_paths' nulled but not freed upon failure [memleakOnRealloc]
CGNS-3.3.0/src/cgns_io.c:625:8: error: Uninitialized variable: err [uninitvar]
CGNS-3.3.0/src/cgnslib.c:8177:19: style: Redundant condition: If 'EXPR == '/'', the comparison 'EXPR' is always true. [redundantCondition]
CGNS-3.3.0/src/cgnslib.c:1465:12: warning: Possible null pointer dereference: famname [nullPointer]
CGNS-3.3.0/src/cgnslib.c:1429:29: note: Assignment 'famname=0', assigned value is 0
CGNS-3.3.0/src/cgnslib.c:1465:12: note: Null pointer dereference
CGNS-3.3.0/src/cgnslib.c:1466:12: warning: Possible null pointer dereference: famname [nullPointer]
CGNS-3.3.0/src/cgnslib.c:1429:29: note: Assignment 'famname=0', assigned value is 0
CGNS-3.3.0/src/cgnslib.c:1466:12: note: Null pointer dereference
CGNS-3.3.0/src/cgnslib.c:1467:28: warning: Possible null pointer dereference: famname [nullPointer]
CGNS-3.3.0/src/cgnslib.c:1429:29: note: Assignment 'famname=0', assigned value is 0
CGNS-3.3.0/src/cgnslib.c:1467:28: note: Null pointer dereference
CGNS-3.3.0/src/cgnslib.c:1469:31: warning: Possible null pointer dereference: famname [nullPointer]
CGNS-3.3.0/src/cgnslib.c:1429:29: note: Assignment 'famname=0', assigned value is 0
CGNS-3.3.0/src/cgnslib.c:1469:31: note: Null pointer dereference
CGNS-3.3.0/src/cgnslib.c:1470:24: warning: Possible null pointer dereference: famname [nullPointer]
CGNS-3.3.0/src/cgnslib.c:1429:29: note: Assignment 'famname=0', assigned value is 0
CGNS-3.3.0/src/cgnslib.c:1470:24: note: Null pointer dereference
CGNS-3.3.0/src/cgnslib.c:1951:9: style: The scope of the variable 'i' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnslib.c:3627:15: style: The scope of the variable 'data' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnslib.c:4002:9: style: The scope of the variable 'i' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnslib.c:4613:9: style: The scope of the variable 'i' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnslib.c:4928:9: style: The scope of the variable 'set' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnslib.c:5222:9: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnslib.c:5321:27: style: The scope of the variable 'index_dim_donor' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnslib.c:5617:17: style: The scope of the variable 'zconn' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnslib.c:5626:9: style: The scope of the variable 'index_dim' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnslib.c:5722:17: style: The scope of the variable 'zconn' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnslib.c:5723:26: style: The scope of the variable 'index_dim' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnslib.c:5977:9: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnslib.c:6094:16: style: The scope of the variable 'i' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnslib.c:6298:9: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnslib.c:8377:17: style: The scope of the variable 'descr' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnslib.c:8454:17: style: The scope of the variable 'descr' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnslib.c:8841:16: style: The scope of the variable 'index_dim' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnslib.c:10798:9: style: The scope of the variable 'i' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnslib.c:337:50: style: Function 'cg_open' argument 3 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:764:59: note: Function 'cg_open' argument 3 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:337:50: note: Function 'cg_open' argument 3 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:513:20: style: Function 'cg_version' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:765:28: note: Function 'cg_version' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:513:20: note: Function 'cg_version' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:589:22: style: Function 'cg_precision' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:766:30: note: Function 'cg_precision' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:589:22: note: Function 'cg_precision' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:617:18: style: Function 'cg_close' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:767:26: note: Function 'cg_close' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:617:18: note: Function 'cg_close' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:669:20: style: Function 'cg_save_as' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:768:28: note: Function 'cg_save_as' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:669:20: note: Function 'cg_save_as' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:741:26: style: Function 'cg_get_file_type' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:772:34: note: Function 'cg_get_file_type' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:741:26: note: Function 'cg_get_file_type' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:752:20: style: Function 'cg_root_id' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:773:28: note: Function 'cg_root_id' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:752:20: note: Function 'cg_root_id' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:752:41: style: Function 'cg_root_id' argument 2 names different: declaration 'rootid' definition 'root_id'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:773:40: note: Function 'cg_root_id' argument 2 names different: declaration 'rootid' definition 'root_id'.
CGNS-3.3.0/src/cgnslib.c:752:41: note: Function 'cg_root_id' argument 2 names different: declaration 'rootid' definition 'root_id'.
CGNS-3.3.0/src/cgnslib.c:763:21: style: Function 'cg_get_cgio' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:774:29: note: Function 'cg_get_cgio' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:763:21: note: Function 'cg_get_cgio' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:965:19: style: Function 'cg_nbases' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:822:27: note: Function 'cg_nbases' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:965:19: note: Function 'cg_nbases' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:997:20: style: Function 'cg_base_id' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:825:28: note: Function 'cg_base_id' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:997:20: note: Function 'cg_base_id' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:1013:21: style: Function 'cg_cell_dim' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:829:29: note: Function 'cg_cell_dim' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:1013:21: note: Function 'cg_cell_dim' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:1099:19: style: Function 'cg_nzones' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:835:27: note: Function 'cg_nzones' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:1099:19: note: Function 'cg_nzones' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:1131:22: style: Function 'cg_zone_read' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:836:30: note: Function 'cg_zone_read' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:1131:22: note: Function 'cg_zone_read' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:1131:75: style: Function 'cg_zone_read' argument 5 names different: declaration 'size' definition 'nijk'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:836:74: note: Function 'cg_zone_read' argument 5 names different: declaration 'size' definition 'nijk'.
CGNS-3.3.0/src/cgnslib.c:1131:75: note: Function 'cg_zone_read' argument 5 names different: declaration 'size' definition 'nijk'.
CGNS-3.3.0/src/cgnslib.c:1151:20: style: Function 'cg_zone_id' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:839:28: note: Function 'cg_zone_id' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:1151:20: note: Function 'cg_zone_id' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:1167:22: style: Function 'cg_index_dim' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:843:30: note: Function 'cg_index_dim' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:1167:22: note: Function 'cg_index_dim' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:1180:23: style: Function 'cg_zone_write' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:840:31: note: Function 'cg_zone_write' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:1180:23: note: Function 'cg_zone_write' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:1180:82: style: Function 'cg_zone_write' argument 4 names different: declaration 'size' definition 'nijk'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:841:19: note: Function 'cg_zone_write' argument 4 names different: declaration 'size' definition 'nijk'.
CGNS-3.3.0/src/cgnslib.c:1180:82: note: Function 'cg_zone_write' argument 4 names different: declaration 'size' definition 'nijk'.
CGNS-3.3.0/src/cgnslib.c:1872:26: style: Function 'cg_discrete_size' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1165:34: note: Function 'cg_discrete_size' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:1872:26: note: Function 'cg_discrete_size' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:2117:20: style: Function 'cg_ncoords' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:912:28: note: Function 'cg_ncoords' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:2117:20: note: Function 'cg_ncoords' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:2133:23: style: Function 'cg_coord_info' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:913:31: note: Function 'cg_coord_info' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:2133:23: note: Function 'cg_coord_info' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:2157:23: style: Function 'cg_coord_read' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:915:31: note: Function 'cg_coord_read' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:2157:23: note: Function 'cg_coord_read' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:2159:48: style: Function 'cg_coord_read' argument 8 names different: declaration 'coord' definition 'coord_ptr'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:917:31: note: Function 'cg_coord_read' argument 8 names different: declaration 'coord' definition 'coord_ptr'.
CGNS-3.3.0/src/cgnslib.c:2159:48: note: Function 'cg_coord_read' argument 8 names different: declaration 'coord' definition 'coord_ptr'.
CGNS-3.3.0/src/cgnslib.c:2283:21: style: Function 'cg_coord_id' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:918:29: note: Function 'cg_coord_id' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:2283:21: note: Function 'cg_coord_id' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:2305:24: style: Function 'cg_coord_write' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:919:32: note: Function 'cg_coord_write' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:2305:24: note: Function 'cg_coord_write' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:2402:32: style: Function 'cg_coord_partial_write' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:923:40: note: Function 'cg_coord_partial_write' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:2402:32: note: Function 'cg_coord_partial_write' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:3221:35: style: Function 'cg_elements_partial_write' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:952:43: note: Function 'cg_elements_partial_write' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:3221:35: note: Function 'cg_elements_partial_write' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:3622:38: style: Function 'cg_parent_data_partial_write' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:955:46: note: Function 'cg_parent_data_partial_write' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:3622:38: note: Function 'cg_parent_data_partial_write' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:3624:50: style: Function 'cg_parent_data_partial_write' argument 7 names different: declaration 'ParentData' definition 'parent_data'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:956:48: note: Function 'cg_parent_data_partial_write' argument 7 names different: declaration 'ParentData' definition 'parent_data'.
CGNS-3.3.0/src/cgnslib.c:3624:50: note: Function 'cg_parent_data_partial_write' argument 7 names different: declaration 'ParentData' definition 'parent_data'.
CGNS-3.3.0/src/cgnslib.c:3775:18: style: Function 'cg_nsols' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:968:26: note: Function 'cg_nsols' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:3775:18: note: Function 'cg_nsols' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:3791:21: style: Function 'cg_sol_info' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:969:29: note: Function 'cg_sol_info' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:3791:21: note: Function 'cg_sol_info' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:3809:19: style: Function 'cg_sol_id' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:971:27: note: Function 'cg_sol_id' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:3809:19: note: Function 'cg_sol_id' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:3825:22: style: Function 'cg_sol_write' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:972:30: note: Function 'cg_sol_write' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:3825:22: note: Function 'cg_sol_write' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:3923:21: style: Function 'cg_sol_size' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:974:29: note: Function 'cg_sol_size' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:3923:21: note: Function 'cg_sol_size' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:4058:20: style: Function 'cg_nfields' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:989:28: note: Function 'cg_nfields' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:4058:20: note: Function 'cg_nfields' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:4074:23: style: Function 'cg_field_info' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:990:31: note: Function 'cg_field_info' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:4074:23: note: Function 'cg_field_info' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:4093:23: style: Function 'cg_field_read' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:992:31: note: Function 'cg_field_read' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:4093:23: note: Function 'cg_field_read' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:4219:21: style: Function 'cg_field_id' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:995:29: note: Function 'cg_field_id' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:4219:21: note: Function 'cg_field_id' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:4235:24: style: Function 'cg_field_write' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:996:32: note: Function 'cg_field_write' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:4235:24: note: Function 'cg_field_write' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:4319:32: style: Function 'cg_field_partial_write' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1000:40: note: Function 'cg_field_partial_write' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:4319:32: note: Function 'cg_field_partial_write' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:4466:55: style: Function 'cg_subreg_info' argument 5 names different: declaration 'regname' definition 'name'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1010:63: note: Function 'cg_subreg_info' argument 5 names different: declaration 'regname' definition 'name'.
CGNS-3.3.0/src/cgnslib.c:4466:55: note: Function 'cg_subreg_info' argument 5 names different: declaration 'regname' definition 'name'.
CGNS-3.3.0/src/cgnslib.c:4608:61: style: Function 'cg_subreg_ptset_write' argument 4 names different: declaration 'regname' definition 'name'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1017:69: note: Function 'cg_subreg_ptset_write' argument 4 names different: declaration 'regname' definition 'name'.
CGNS-3.3.0/src/cgnslib.c:4608:61: note: Function 'cg_subreg_ptset_write' argument 4 names different: declaration 'regname' definition 'name'.
CGNS-3.3.0/src/cgnslib.c:4671:62: style: Function 'cg_subreg_bcname_write' argument 4 names different: declaration 'regname' definition 'name'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1021:70: note: Function 'cg_subreg_bcname_write' argument 4 names different: declaration 'regname' definition 'name'.
CGNS-3.3.0/src/cgnslib.c:4671:62: note: Function 'cg_subreg_bcname_write' argument 4 names different: declaration 'regname' definition 'name'.
CGNS-3.3.0/src/cgnslib.c:4706:62: style: Function 'cg_subreg_gcname_write' argument 4 names different: declaration 'regname' definition 'name'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1023:70: note: Function 'cg_subreg_gcname_write' argument 4 names different: declaration 'regname' definition 'name'.
CGNS-3.3.0/src/cgnslib.c:4706:62: note: Function 'cg_subreg_gcname_write' argument 4 names different: declaration 'regname' definition 'name'.
CGNS-3.3.0/src/cgnslib.c:4885:19: style: Function 'cg_nholes' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1040:27: note: Function 'cg_nholes' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:4885:19: note: Function 'cg_nholes' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:4900:22: style: Function 'cg_hole_info' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1041:30: note: Function 'cg_hole_info' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:4900:22: note: Function 'cg_hole_info' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:4900:53: style: Function 'cg_hole_info' argument 4 names different: declaration 'Ii' definition 'I'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1041:52: note: Function 'cg_hole_info' argument 4 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:4900:53: note: Function 'cg_hole_info' argument 4 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:4925:22: style: Function 'cg_hole_read' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1044:30: note: Function 'cg_hole_read' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:4925:22: note: Function 'cg_hole_read' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:4925:53: style: Function 'cg_hole_read' argument 4 names different: declaration 'Ii' definition 'I'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1044:52: note: Function 'cg_hole_read' argument 4 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:4925:53: note: Function 'cg_hole_read' argument 4 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:4971:20: style: Function 'cg_hole_id' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1045:28: note: Function 'cg_hole_id' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:4971:20: note: Function 'cg_hole_id' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:4971:51: style: Function 'cg_hole_id' argument 4 names different: declaration 'Ii' definition 'I'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1045:50: note: Function 'cg_hole_id' argument 4 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:4971:51: note: Function 'cg_hole_id' argument 4 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:4987:23: style: Function 'cg_hole_write' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1046:31: note: Function 'cg_hole_write' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:4987:23: note: Function 'cg_hole_write' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:4990:62: style: Function 'cg_hole_write' argument 10 names different: declaration 'Ii' definition 'I'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1048:59: note: Function 'cg_hole_write' argument 10 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:4990:62: note: Function 'cg_hole_write' argument 10 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:5150:19: style: Function 'cg_nconns' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1054:27: note: Function 'cg_nconns' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:5150:19: note: Function 'cg_nconns' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:5168:53: style: Function 'cg_conn_info' argument 4 names different: declaration 'Ii' definition 'I'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1055:61: note: Function 'cg_conn_info' argument 4 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:5168:53: note: Function 'cg_conn_info' argument 4 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:5218:53: style: Function 'cg_conn_read' argument 4 names different: declaration 'Ii' definition 'I'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1064:61: note: Function 'cg_conn_read' argument 4 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:5218:53: note: Function 'cg_conn_read' argument 4 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:5282:59: style: Function 'cg_conn_read_short' argument 4 names different: declaration 'Ii' definition 'I'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1082:67: note: Function 'cg_conn_read_short' argument 4 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:5282:59: note: Function 'cg_conn_read_short' argument 4 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:5287:20: style: Function 'cg_conn_id' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1067:28: note: Function 'cg_conn_id' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:5287:20: note: Function 'cg_conn_id' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:5287:51: style: Function 'cg_conn_id' argument 4 names different: declaration 'Ii' definition 'I'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1067:50: note: Function 'cg_conn_id' argument 4 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:5287:51: note: Function 'cg_conn_id' argument 4 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:5311:61: style: Function 'cg_conn_write' argument 16 names different: declaration 'Ii' definition 'I'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1076:64: note: Function 'cg_conn_write' argument 16 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:5311:61: note: Function 'cg_conn_write' argument 16 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:5586:54: style: Function 'cg_conn_write_short' argument 11 names different: declaration 'Ii' definition 'I'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1081:70: note: Function 'cg_conn_write_short' argument 11 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:5586:54: note: Function 'cg_conn_write_short' argument 11 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:5598:18: style: Function 'cg_n1to1' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1089:26: note: Function 'cg_n1to1' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:5598:18: note: Function 'cg_n1to1' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:5613:25: style: Function 'cg_n1to1_global' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1101:33: note: Function 'cg_n1to1_global' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:5613:25: note: Function 'cg_n1to1_global' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:5669:22: style: Function 'cg_1to1_read' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1090:30: note: Function 'cg_1to1_read' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:5669:22: note: Function 'cg_1to1_read' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:5669:53: style: Function 'cg_1to1_read' argument 4 names different: declaration 'Ii' definition 'I'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1090:52: note: Function 'cg_1to1_read' argument 4 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:5669:53: note: Function 'cg_1to1_read' argument 4 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:5716:29: style: Function 'cg_1to1_read_global' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1102:37: note: Function 'cg_1to1_read_global' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:5716:29: note: Function 'cg_1to1_read_global' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:5777:20: style: Function 'cg_1to1_id' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1092:28: note: Function 'cg_1to1_id' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:5777:20: note: Function 'cg_1to1_id' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:5777:51: style: Function 'cg_1to1_id' argument 4 names different: declaration 'Ii' definition 'I'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1092:50: note: Function 'cg_1to1_id' argument 4 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:5777:51: note: Function 'cg_1to1_id' argument 4 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:5793:23: style: Function 'cg_1to1_write' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1093:31: note: Function 'cg_1to1_write' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:5793:23: note: Function 'cg_1to1_write' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:5795:63: style: Function 'cg_1to1_write' argument 9 names different: declaration 'Ii' definition 'I'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1095:60: note: Function 'cg_1to1_write' argument 9 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:5795:63: note: Function 'cg_1to1_write' argument 9 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:5956:19: style: Function 'cg_nbocos' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1110:27: note: Function 'cg_nbocos' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:5956:19: note: Function 'cg_nbocos' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:5971:22: style: Function 'cg_boco_info' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1111:30: note: Function 'cg_boco_info' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:5971:22: note: Function 'cg_boco_info' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:6020:22: style: Function 'cg_boco_read' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1115:30: note: Function 'cg_boco_read' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:6020:22: note: Function 'cg_boco_read' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:6053:20: style: Function 'cg_boco_id' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1117:28: note: Function 'cg_boco_id' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:6053:20: note: Function 'cg_boco_id' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:6376:25: style: Function 'cg_dataset_read' argument 1 names different: declaration 'fn' definition 'file_number'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1134:33: note: Function 'cg_dataset_read' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:6376:25: note: Function 'cg_dataset_read' argument 1 names different: declaration 'fn' definition 'file_number'.
CGNS-3.3.0/src/cgnslib.c:6376:64: style: Function 'cg_dataset_read' argument 5 names different: declaration 'DS' definition 'DSet'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1134:63: note: Function 'cg_dataset_read' argument 5 names different: declaration 'DS' definition 'DSet'.
CGNS-3.3.0/src/cgnslib.c:6376:64: note: Function 'cg_dataset_read' argument 5 names different: declaration 'DS' definition 'DSet'.
CGNS-3.3.0/src/cgnslib.c:6574:71: style: Function 'cg_rigid_motion_write' argument 4 names different: declaration 'name' definition 'rmotionname'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1186:15: note: Function 'cg_rigid_motion_write' argument 4 names different: declaration 'name' definition 'rmotionname'.
CGNS-3.3.0/src/cgnslib.c:6574:71: note: Function 'cg_rigid_motion_write' argument 4 names different: declaration 'name' definition 'rmotionname'.
CGNS-3.3.0/src/cgnslib.c:7420:62: style: Function 'cg_conn_periodic_read' argument 4 names different: declaration 'Ii' definition 'I'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1268:70: note: Function 'cg_conn_periodic_read' argument 4 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:7420:62: note: Function 'cg_conn_periodic_read' argument 4 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:7462:63: style: Function 'cg_conn_periodic_write' argument 4 names different: declaration 'Ii' definition 'I'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1270:71: note: Function 'cg_conn_periodic_write' argument 4 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:7462:63: note: Function 'cg_conn_periodic_write' argument 4 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:7568:61: style: Function 'cg_conn_average_read' argument 4 names different: declaration 'Ii' definition 'I'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1283:69: note: Function 'cg_conn_average_read' argument 4 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:7568:61: note: Function 'cg_conn_average_read' argument 4 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:7592:62: style: Function 'cg_conn_average_write' argument 4 names different: declaration 'Ii' definition 'I'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1285:70: note: Function 'cg_conn_average_write' argument 4 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:7592:62: note: Function 'cg_conn_average_write' argument 4 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:7680:62: style: Function 'cg_1to1_periodic_read' argument 4 names different: declaration 'Ii' definition 'I'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1276:70: note: Function 'cg_1to1_periodic_read' argument 4 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:7680:62: note: Function 'cg_1to1_periodic_read' argument 4 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:7725:63: style: Function 'cg_1to1_periodic_write' argument 4 names different: declaration 'Ii' definition 'I'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1273:71: note: Function 'cg_1to1_periodic_write' argument 4 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:7725:63: note: Function 'cg_1to1_periodic_write' argument 4 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:7834:61: style: Function 'cg_1to1_average_read' argument 4 names different: declaration 'Ii' definition 'I'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1289:69: note: Function 'cg_1to1_average_read' argument 4 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:7834:61: note: Function 'cg_1to1_average_read' argument 4 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:7861:62: style: Function 'cg_1to1_average_write' argument 4 names different: declaration 'Ii' definition 'I'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1287:70: note: Function 'cg_1to1_average_write' argument 4 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:7861:62: note: Function 'cg_1to1_average_write' argument 4 names different: declaration 'Ii' definition 'I'.
CGNS-3.3.0/src/cgnslib.c:8206:69: style: Function 'cg_golist' argument 5 names different: declaration 'num' definition 'index'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1302:7: note: Function 'cg_golist' argument 5 names different: declaration 'num' definition 'index'.
CGNS-3.3.0/src/cgnslib.c:8206:69: note: Function 'cg_golist' argument 5 names different: declaration 'num' definition 'index'.
CGNS-3.3.0/src/cgnslib.c:10597:40: style: Function 'cg_user_data_read' argument 2 names different: declaration 'user_data_name' definition 'UserDataName'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1378:48: note: Function 'cg_user_data_read' argument 2 names different: declaration 'user_data_name' definition 'UserDataName'.
CGNS-3.3.0/src/cgnslib.c:10597:40: note: Function 'cg_user_data_read' argument 2 names different: declaration 'user_data_name' definition 'UserDataName'.
CGNS-3.3.0/src/cgnslib.c:10615:37: style: Function 'cg_user_data_write' argument 1 names different: declaration 'user_data_name' definition 'UserDataName'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnslib.h:1379:45: note: Function 'cg_user_data_write' argument 1 names different: declaration 'user_data_name' definition 'UserDataName'.
CGNS-3.3.0/src/cgnslib.c:10615:37: note: Function 'cg_user_data_write' argument 1 names different: declaration 'user_data_name' definition 'UserDataName'.
CGNS-3.3.0/src/cgnslib.c:3361:33: error: Memory leak: newelems [memleak]
CGNS-3.3.0/src/cgnstools/calclib/calc.c:286:9: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/calclib/calc.c:550:9: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/calclib/calc.c:883:10: style: The scope of the variable 'name' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/calclib/calc.c:998:9: style: The scope of the variable 'i' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/calclib/calc.c:1000:10: style: The scope of the variable 'name' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/calclib/calc.c:1102:12: style: The scope of the variable 'units' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/calclib/calc.c:1111:13: error: Common realloc mistake: 'cmdstr' nulled but not freed upon failure [memleakOnRealloc]
CGNS-3.3.0/src/cgnstools/calclib/calc.c:1196:13: error: Common realloc mistake: 'cmdstr' nulled but not freed upon failure [memleakOnRealloc]
CGNS-3.3.0/src/cgnstools/calclib/calctest.c:45:11: style: The scope of the variable 'p' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/calclib/calctest.c:165:11: style: The scope of the variable 'p' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/calclib/calctest.c:349:0: error: Resource leak: fp [resourceLeak]
CGNS-3.3.0/src/cgnstools/calclib/vec.c:841:12: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/calclib/vec.c:422:23: style: Function 'vec_add' argument 1 names different: declaration 'vdata' definition 'vd'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/calclib/vec.h:56:14: note: Function 'vec_add' argument 1 names different: declaration 'vdata' definition 'vd'.
CGNS-3.3.0/src/cgnstools/calclib/vec.c:422:23: note: Function 'vec_add' argument 1 names different: declaration 'vdata' definition 'vd'.
CGNS-3.3.0/src/cgnstools/calclib/vec.c:451:27: style: Function 'vec_remove' argument 1 names different: declaration 'vdata' definition 'vd'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/calclib/vec.h:60:14: note: Function 'vec_remove' argument 1 names different: declaration 'vdata' definition 'vd'.
CGNS-3.3.0/src/cgnstools/calclib/vec.c:451:27: note: Function 'vec_remove' argument 1 names different: declaration 'vdata' definition 'vd'.
CGNS-3.3.0/src/cgnstools/calclib/vec.c:499:24: style: Function 'vec_maxcalls' argument 1 names different: declaration 'maxcalls' definition 'val'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/calclib/vec.h:68:9: note: Function 'vec_maxcalls' argument 1 names different: declaration 'maxcalls' definition 'val'.
CGNS-3.3.0/src/cgnstools/calclib/vec.c:499:24: note: Function 'vec_maxcalls' argument 1 names different: declaration 'maxcalls' definition 'val'.
CGNS-3.3.0/src/cgnstools/calclib/vecsym.c:415:9: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/calclib/vecsym.c:437:9: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/calclib/vecsym.c:464:9: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/calclib/vecsym.c:308:48: style: Function 'sym_addmacro' argument 3 names different: declaration 'equ' definition 'macro'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/calclib/vecsym.h:96:11: note: Function 'sym_addmacro' argument 3 names different: declaration 'equ' definition 'macro'.
CGNS-3.3.0/src/cgnstools/calclib/vecsym.c:308:48: note: Function 'sym_addmacro' argument 3 names different: declaration 'equ' definition 'macro'.
CGNS-3.3.0/src/cgnstools/cgnscalc/calctcl.c:309:9: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnscalc/calctcl.c:578:12: style: The scope of the variable 'units' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnscalc/winmain.c:222:21: style: The scope of the variable 'inquote' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnscalc/winmain.c:222:36: style: The scope of the variable 'slashes' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnscalc/winmain.c:310:15: style: struct member 'TkWmInfo::winPtr' is never used. [unusedStructMember]
CGNS-3.3.0/src/cgnstools/cgnscalc/winmain.c:178:44: error: va_list 'argList' used before va_start() was called. [va_list_usedBeforeStarted]
CGNS-3.3.0/src/cgnstools/cgnscalc/winmain.c:179:27: error: va_list 'argList' used before va_start() was called. [va_list_usedBeforeStarted]
CGNS-3.3.0/src/cgnstools/cgnsplot/cgnstcl.c:364:15: style: The scope of the variable 'j' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsplot/cgnstcl.c:575:20: style: The scope of the variable 'f' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsplot/cgnstcl.c:1667:9: style: The scope of the variable 'i' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsplot/cgnstcl.c:1667:19: style: The scope of the variable 'ip' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsplot/cgnstcl.c:1815:12: style: The scope of the variable 'nf' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsplot/cgnstcl.c:1815:16: style: The scope of the variable 'flag' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsplot/cgnstcl.c:2076:17: style: The scope of the variable 'dim' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsplot/cgnstcl.c:2553:27: style: The scope of the variable 'n3' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsplot/cgnstcl.c:2554:12: style: The scope of the variable 'norm' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsplot/cgnstcl.c:2593:11: style: The scope of the variable 'f' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsplot/cgnstcl.c:2731:11: style: The scope of the variable 'f' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsplot/cgnstcl.c:2759:11: style: The scope of the variable 'f' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsplot/cgnstcl.c:3160:11: style: The scope of the variable 'p' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsplot/cgnstcl.c:3788:23: style: The scope of the variable 'matrix' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsplot/cgnstcl.c:4098:12: style: The scope of the variable 's' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsplot/cgnstcl.c:4114:19: style: The scope of the variable 'diff' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsplot/cgnstcl.c:4642:15: style: The scope of the variable 'nn' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsplot/cgnstcl.c:4642:23: style: The scope of the variable 'i2' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsplot/cgnstcl.c:4713:22: style: The scope of the variable 'nn' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsplot/cgnstcl.c:5177:11: style: The scope of the variable 'plane' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsplot/cgnstcl.c:5240:32: style: The scope of the variable 'n0' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsplot/cgnstcl.c:5240:36: style: The scope of the variable 'n1' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsplot/cgnstcl.c:5242:39: style: The scope of the variable 'ds' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsplot/winmain.c:225:21: style: The scope of the variable 'inquote' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsplot/winmain.c:225:36: style: The scope of the variable 'slashes' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsplot/winmain.c:313:15: style: struct member 'TkWmInfo::winPtr' is never used. [unusedStructMember]
CGNS-3.3.0/src/cgnstools/cgnsplot/winmain.c:181:44: error: va_list 'argList' used before va_start() was called. [va_list_usedBeforeStarted]
CGNS-3.3.0/src/cgnstools/cgnsplot/winmain.c:182:27: error: va_list 'argList' used before va_start() was called. [va_list_usedBeforeStarted]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:217:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:223:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:229:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:237:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:299:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:305:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:311:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:319:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:375:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:381:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:387:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:395:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:457:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:463:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:469:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:477:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:539:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:545:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:551:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:559:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:621:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:627:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:633:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:641:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:675:13: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:709:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:715:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:723:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:757:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:791:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:797:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:805:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:839:13: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:873:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:879:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:885:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:919:13: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:953:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:959:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:965:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:1701:17: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:1708:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:1715:17: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:1723:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:1878:29: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:1883:29: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:1889:29: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:1901:29: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:1091:10: style: The scope of the variable 'version' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:1387:9: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:1387:18: style: The scope of the variable 'err' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:1388:14: style: The scope of the variable 'np' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:1388:18: style: The scope of the variable 'dims' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:1391:22: style: The scope of the variable 'dtnew' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:1391:30: style: The scope of the variable 'dtold' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:1392:11: style: The scope of the variable 'olddata' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:1392:21: style: The scope of the variable 'newdata' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:1747:16: style: The scope of the variable 'ns' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsview/cgiotcl.c:1942:11: style: The scope of the variable 'node' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsview/winmain.c:222:21: style: The scope of the variable 'inquote' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsview/winmain.c:222:36: style: The scope of the variable 'slashes' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/cgnsview/winmain.c:310:15: style: struct member 'TkWmInfo::winPtr' is never used. [unusedStructMember]
CGNS-3.3.0/src/cgnstools/cgnsview/winmain.c:178:44: error: va_list 'argList' used before va_start() was called. [va_list_usedBeforeStarted]
CGNS-3.3.0/src/cgnstools/cgnsview/winmain.c:179:27: error: va_list 'argList' used before va_start() was called. [va_list_usedBeforeStarted]
CGNS-3.3.0/src/cgnstools/common/hash.c:219:12: style: The scope of the variable 'chain_len' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/tkogl/load3ds.c:726:8: error: Array 'buf[80]' accessed at index 80, which is out of bounds. [arrayIndexOutOfBounds]
CGNS-3.3.0/src/cgnstools/tkogl/load3ds.c:721:4: note: After for loop, i has value 80
CGNS-3.3.0/src/cgnstools/tkogl/load3ds.c:726:8: note: Array index out of bounds
CGNS-3.3.0/src/cgnstools/tkogl/load3ds.c:1032:8: error: Array 'buf[80]' accessed at index 80, which is out of bounds. [arrayIndexOutOfBounds]
CGNS-3.3.0/src/cgnstools/tkogl/load3ds.c:1027:4: note: After for loop, i has value 80
CGNS-3.3.0/src/cgnstools/tkogl/load3ds.c:1032:8: note: Array index out of bounds
CGNS-3.3.0/src/cgnstools/tkogl/load3ds.c:1051:8: error: Array 'buf[80]' accessed at index 80, which is out of bounds. [arrayIndexOutOfBounds]
CGNS-3.3.0/src/cgnstools/tkogl/load3ds.c:1046:4: note: After for loop, i has value 80
CGNS-3.3.0/src/cgnstools/tkogl/load3ds.c:1051:8: note: Array index out of bounds
CGNS-3.3.0/src/cgnstools/tkogl/load3ds.c:557:12: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/tkogl/load3ds.c:407:8: style: The scope of the variable 'imatface' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/tkogl/load3ds.c:407:18: style: The scope of the variable 'iface' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/tkogl/load3ds.c:594:9: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/tkogl/load3ds.c:595:10: style: The scope of the variable 'pc' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/tkogl/load3ds.c:635:8: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/tkogl/load3ds.c:636:9: style: The scope of the variable 'pc' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/tkogl/load3ds.c:717:11: style: The scope of the variable 'c' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/tkogl/load3ds.c:848:8: style: The scope of the variable 'c' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/tkogl/load3ds.c:1023:11: style: The scope of the variable 'c' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/tkogl/load3ds.c:1042:11: style: The scope of the variable 'c' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/tkogl/outline.c:116:0: error: Resource leak: f [resourceLeak]
CGNS-3.3.0/src/cgnstools/tkogl/tkogl.c:1455:21: style: The scope of the variable 'i' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/tkogl/tkogl.c:662:25: style: Function 'OGLwinViewport' argument 1 names different: declaration 'oglwinPtr' definition 'oglWinPtr'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/tkogl/tkogl.c:153:41: note: Function 'OGLwinViewport' argument 1 names different: declaration 'oglwinPtr' definition 'oglWinPtr'.
CGNS-3.3.0/src/cgnstools/tkogl/tkogl.c:662:25: note: Function 'OGLwinViewport' argument 1 names different: declaration 'oglwinPtr' definition 'oglWinPtr'.
CGNS-3.3.0/src/cgnstools/tkogl/tkoglparse.c:806:19: style: The scope of the variable 'enumEntry' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/binaryio.c:822:35: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/utilities/binaryio.c:843:36: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
CGNS-3.3.0/src/cgnstools/utilities/binaryio.c:757:24: style: The scope of the variable 'buf' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/binaryio.c:778:24: style: The scope of the variable 'buf' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/binaryio.c:799:24: style: The scope of the variable 'buf' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/binaryio.c:820:24: style: The scope of the variable 'buf' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/binaryio.c:841:24: style: The scope of the variable 'buf' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/binaryio.c:1271:13: style: The scope of the variable 'c' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/binaryio.c:1311:13: style: The scope of the variable 'c' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/binaryio.c:1816:19: style: The scope of the variable 'tmp' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/binaryio.c:882:26: style: Function 'bf_open' argument 1 names different: declaration 'filename' definition 'fname'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/binaryio.h:165:26: note: Function 'bf_open' argument 1 names different: declaration 'filename' definition 'fname'.
CGNS-3.3.0/src/cgnstools/utilities/binaryio.c:882:26: note: Function 'bf_open' argument 1 names different: declaration 'filename' definition 'fname'.
CGNS-3.3.0/src/cgnstools/utilities/binaryio.c:864:9: error: Memory leak: bf [memleak]
CGNS-3.3.0/src/cgnstools/utilities/binaryio.c:888:9: error: Memory leak: bf [memleak]
CGNS-3.3.0/src/cgnstools/utilities/binaryio.c:899:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
CGNS-3.3.0/src/cgnstools/utilities/binaryio.c:1958:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
CGNS-3.3.0/src/cgnstools/utilities/binaryio.c:1969:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.c:231:14: style: The scope of the variable 'mid' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.c:427:18: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.c:698:15: style: The scope of the variable 'node' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.c:802:15: style: The scope of the variable 'node' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.c:1142:15: style: The scope of the variable 'node' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.c:1178:9: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.c:1263:9: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.c:1477:13: style: The scope of the variable 'facenum' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.c:1478:18: style: The scope of the variable 'elemid' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.c:1693:15: style: The scope of the variable 'node' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.c:898:30: style: Function 'cgnsImportGetTol' argument 1 names different: declaration 'rel_tol' definition 'rel'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.h:54:9: note: Function 'cgnsImportGetTol' argument 1 names different: declaration 'rel_tol' definition 'rel'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.c:898:30: note: Function 'cgnsImportGetTol' argument 1 names different: declaration 'rel_tol' definition 'rel'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.c:923:35: style: Function 'cgnsImportRange' argument 1 names different: declaration 'xmin' definition 'x1'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.h:62:13: note: Function 'cgnsImportRange' argument 1 names different: declaration 'xmin' definition 'x1'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.c:923:35: note: Function 'cgnsImportRange' argument 1 names different: declaration 'xmin' definition 'x1'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.c:923:47: style: Function 'cgnsImportRange' argument 2 names different: declaration 'ymin' definition 'y1'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.h:63:13: note: Function 'cgnsImportRange' argument 2 names different: declaration 'ymin' definition 'y1'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.c:923:47: note: Function 'cgnsImportRange' argument 2 names different: declaration 'ymin' definition 'y1'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.c:923:59: style: Function 'cgnsImportRange' argument 3 names different: declaration 'zmin' definition 'z1'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.h:64:13: note: Function 'cgnsImportRange' argument 3 names different: declaration 'zmin' definition 'z1'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.c:923:59: note: Function 'cgnsImportRange' argument 3 names different: declaration 'zmin' definition 'z1'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.c:924:30: style: Function 'cgnsImportRange' argument 4 names different: declaration 'xmax' definition 'x2'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.h:65:13: note: Function 'cgnsImportRange' argument 4 names different: declaration 'xmax' definition 'x2'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.c:924:30: note: Function 'cgnsImportRange' argument 4 names different: declaration 'xmax' definition 'x2'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.c:924:42: style: Function 'cgnsImportRange' argument 5 names different: declaration 'ymax' definition 'y2'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.h:66:13: note: Function 'cgnsImportRange' argument 5 names different: declaration 'ymax' definition 'y2'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.c:924:42: note: Function 'cgnsImportRange' argument 5 names different: declaration 'ymax' definition 'y2'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.c:924:54: style: Function 'cgnsImportRange' argument 6 names different: declaration 'zmax' definition 'z2'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.h:67:13: note: Function 'cgnsImportRange' argument 6 names different: declaration 'zmax' definition 'z2'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.c:924:54: note: Function 'cgnsImportRange' argument 6 names different: declaration 'zmax' definition 'z2'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.c:935:31: style: Function 'cgnsImportCheck' argument 1 names different: declaration 'rel_tol' definition 'rel'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.h:71:9: note: Function 'cgnsImportCheck' argument 1 names different: declaration 'rel_tol' definition 'rel'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.c:935:31: note: Function 'cgnsImportCheck' argument 1 names different: declaration 'rel_tol' definition 'rel'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.c:290:13: error: Common realloc mistake: 'node_list' nulled but not freed upon failure [memleakOnRealloc]
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.c:359:13: error: Common realloc mistake: 'elemlist' nulled but not freed upon failure [memleakOnRealloc]
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.c:432:9: error: Common realloc mistake: 'reglist' nulled but not freed upon failure [memleakOnRealloc]
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.c:1058:13: error: Common realloc mistake: 'nodemap' nulled but not freed upon failure [memleakOnRealloc]
CGNS-3.3.0/src/cgnstools/utilities/cgnsImport.c:1149:9: error: Common realloc mistake: 'var_names' nulled but not freed upon failure [memleakOnRealloc]
CGNS-3.3.0/src/cgnstools/utilities/cgns_to_aflr3.c:881:9: style: The scope of the variable 'nb' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgns_to_aflr3.c:881:17: style: The scope of the variable 'nrmlindex' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgns_to_aflr3.c:882:23: style: The scope of the variable 'ptset' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgns_to_aflr3.c:883:10: style: The scope of the variable 'name' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgns_to_aflr3.c:1025:17: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
CGNS-3.3.0/src/cgnstools/utilities/cgns_to_fast.c:586:9: style: The scope of the variable 'nb' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgns_to_fast.c:586:17: style: The scope of the variable 'nrmlindex' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgns_to_fast.c:587:23: style: The scope of the variable 'ptset' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgns_to_fast.c:588:10: style: The scope of the variable 'name' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgns_to_plot3d.c:437:19: style: The scope of the variable 'units' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgns_to_plot3d.c:490:12: style: The scope of the variable 'vel2' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgns_to_tecplot.c:132:13: style: The scope of the variable 'et' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgns_to_tecplot.c:133:21: style: The scope of the variable 'ne' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgns_to_tecplot.c:174:24: style: The scope of the variable 'et' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgns_to_tecplot.c:245:9: style: The scope of the variable 'nn' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgns_to_tecplot.c:245:31: style: The scope of the variable 'idata' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgns_to_tecplot.c:248:19: style: The scope of the variable 'var' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgns_to_tecplot.c:301:9: warning: The buffer 'title' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
CGNS-3.3.0/src/cgnstools/utilities/cgns_to_vtk.c:330:12: style: The scope of the variable 'len' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgns_to_vtk.c:424:18: style: The scope of the variable 'v' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgns_to_vtk.c:697:9: style: The scope of the variable 'elemcnt' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgns_to_vtk.c:697:18: style: The scope of the variable 'elemsize' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgns_to_vtk.c:700:21: style: The scope of the variable 'conn' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1747:44: error: Array 'f->dataconv[2]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:831:16: style: The scope of the variable 'r' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:831:19: style: The scope of the variable 't' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:841:16: style: The scope of the variable 'r' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:841:19: style: The scope of the variable 't' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:841:22: style: The scope of the variable 'p' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:865:9: style: The scope of the variable 'ns' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:867:9: style: The scope of the variable 'rind' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:952:9: style: The scope of the variable 'i' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:952:12: style: The scope of the variable 'j' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:952:15: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:952:18: style: The scope of the variable 'ni' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:989:9: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:989:12: style: The scope of the variable 'nc' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:990:14: style: The scope of the variable 'npnts' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1041:9: style: The scope of the variable 'nb' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1042:14: style: The scope of the variable 'npnts' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1086:9: style: The scope of the variable 'i' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1086:12: style: The scope of the variable 'j' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1086:15: style: The scope of the variable 'ns' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1283:9: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1891:17: style: The scope of the variable 'et' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1892:23: style: The scope of the variable 'ne' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1958:9: style: The scope of the variable 'nes' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1958:14: style: The scope of the variable 'et' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1958:18: style: The scope of the variable 'nv' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1958:22: style: The scope of the variable 'ii' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1959:17: style: The scope of the variable 'i' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1959:23: style: The scope of the variable 'k' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1959:26: style: The scope of the variable 'ni' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1959:30: style: The scope of the variable 'nj' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1959:34: style: The scope of the variable 'nk' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1960:22: style: The scope of the variable 'ns' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1960:26: style: The scope of the variable 'nw' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:2209:13: style: The scope of the variable 'nes' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:2209:18: style: The scope of the variable 'et' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:2209:22: style: The scope of the variable 'nv' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:2210:17: style: The scope of the variable 'i' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:2210:20: style: The scope of the variable 'j' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:2210:23: style: The scope of the variable 'k' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:2322:9: style: The scope of the variable 'nes' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:2322:14: style: The scope of the variable 'et' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:2322:18: style: The scope of the variable 'nv' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:2322:22: style: The scope of the variable 'ii' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:2323:17: style: The scope of the variable 'i' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:2323:23: style: The scope of the variable 'k' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:2323:46: style: The scope of the variable 'ns' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:2865:9: style: The scope of the variable 'ii' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:2865:13: style: The scope of the variable 'jj' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:2866:17: style: The scope of the variable 'i' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:2866:20: style: The scope of the variable 'j' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:2866:23: style: The scope of the variable 'k' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:2867:16: style: The scope of the variable 'vol' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:131:27: style: Function 'new_elemset' argument 1 names different: declaration 'nsets' definition 'nesets'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.h:153:27: note: Function 'new_elemset' argument 1 names different: declaration 'nsets' definition 'nesets'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:131:27: note: Function 'new_elemset' argument 1 names different: declaration 'nsets' definition 'nesets'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:226:23: style: Function 'new_field' argument 1 names different: declaration 'nfields' definition 'nflds'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.h:159:23: note: Function 'new_field' argument 1 names different: declaration 'nfields' definition 'nflds'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:226:23: note: Function 'new_field' argument 1 names different: declaration 'nfields' definition 'nflds'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:719:26: style: Function 'read_zone_data' argument 1 names different: declaration 'izone' definition 'nz'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.h:178:26: note: Function 'read_zone_data' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:719:26: note: Function 'read_zone_data' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:737:30: style: Function 'read_zone_grid' argument 1 names different: declaration 'izone' definition 'nz'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.h:179:30: note: Function 'read_zone_grid' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:737:30: note: Function 'read_zone_grid' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:863:28: style: Function 'read_zone_element' argument 1 names different: declaration 'izone' definition 'nz'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.h:180:28: note: Function 'read_zone_element' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:863:28: note: Function 'read_zone_element' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:909:30: style: Function 'structured_elements' argument 1 names different: declaration 'izone' definition 'nz'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.h:181:30: note: Function 'structured_elements' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:909:30: note: Function 'structured_elements' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:950:30: style: Function 'read_zone_interface' argument 1 names different: declaration 'izone' definition 'nz'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.h:182:30: note: Function 'read_zone_interface' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:950:30: note: Function 'read_zone_interface' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:987:28: style: Function 'read_zone_connect' argument 1 names different: declaration 'izone' definition 'nz'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.h:183:28: note: Function 'read_zone_connect' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:987:28: note: Function 'read_zone_connect' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1039:25: style: Function 'read_zone_boco' argument 1 names different: declaration 'izone' definition 'nz'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.h:184:25: note: Function 'read_zone_boco' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1039:25: note: Function 'read_zone_boco' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1084:29: style: Function 'read_zone_solution' argument 1 names different: declaration 'izone' definition 'nz'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.h:185:29: note: Function 'read_zone_solution' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1084:29: note: Function 'read_zone_solution' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1178:35: style: Function 'read_solution_field' argument 1 names different: declaration 'izone' definition 'nz'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.h:186:35: note: Function 'read_solution_field' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1178:35: note: Function 'read_solution_field' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1178:43: style: Function 'read_solution_field' argument 2 names different: declaration 'isol' definition 'ns'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.h:186:46: note: Function 'read_solution_field' argument 2 names different: declaration 'isol' definition 'ns'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1178:43: note: Function 'read_solution_field' argument 2 names different: declaration 'isol' definition 'ns'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1178:51: style: Function 'read_solution_field' argument 3 names different: declaration 'ifld' definition 'nf'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.h:186:56: note: Function 'read_solution_field' argument 3 names different: declaration 'ifld' definition 'nf'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1178:51: note: Function 'read_solution_field' argument 3 names different: declaration 'ifld' definition 'nf'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1400:27: style: Function 'write_zone_data' argument 1 names different: declaration 'izone' definition 'nz'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.h:191:27: note: Function 'write_zone_data' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1400:27: note: Function 'write_zone_data' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1445:27: style: Function 'write_zone_grid' argument 1 names different: declaration 'izone' definition 'nz'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.h:192:27: note: Function 'write_zone_grid' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1445:27: note: Function 'write_zone_grid' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1509:30: style: Function 'write_zone_element' argument 1 names different: declaration 'izone' definition 'nz'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.h:193:30: note: Function 'write_zone_element' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1509:30: note: Function 'write_zone_element' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1536:32: style: Function 'write_zone_interface' argument 1 names different: declaration 'izone' definition 'nz'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.h:194:32: note: Function 'write_zone_interface' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1536:32: note: Function 'write_zone_interface' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1565:30: style: Function 'write_zone_connect' argument 1 names different: declaration 'izone' definition 'nz'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.h:195:30: note: Function 'write_zone_connect' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1565:30: note: Function 'write_zone_connect' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1592:27: style: Function 'write_zone_boco' argument 1 names different: declaration 'izone' definition 'nz'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.h:196:27: note: Function 'write_zone_boco' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1592:27: note: Function 'write_zone_boco' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1617:31: style: Function 'write_zone_solution' argument 1 names different: declaration 'izone' definition 'nz'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.h:197:31: note: Function 'write_zone_solution' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1617:31: note: Function 'write_zone_solution' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1617:39: style: Function 'write_zone_solution' argument 2 names different: declaration 'isol' definition 'ns'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.h:197:42: note: Function 'write_zone_solution' argument 2 names different: declaration 'isol' definition 'ns'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1617:39: note: Function 'write_zone_solution' argument 2 names different: declaration 'isol' definition 'ns'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1672:32: style: Function 'write_solution_field' argument 1 names different: declaration 'izone' definition 'nz'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.h:198:32: note: Function 'write_solution_field' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1672:32: note: Function 'write_solution_field' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1672:40: style: Function 'write_solution_field' argument 2 names different: declaration 'isol' definition 'ns'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.h:198:43: note: Function 'write_solution_field' argument 2 names different: declaration 'isol' definition 'ns'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1672:40: note: Function 'write_solution_field' argument 2 names different: declaration 'isol' definition 'ns'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1672:48: style: Function 'write_solution_field' argument 3 names different: declaration 'ifld' definition 'nf'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.h:198:53: note: Function 'write_solution_field' argument 3 names different: declaration 'ifld' definition 'nf'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1672:48: note: Function 'write_solution_field' argument 3 names different: declaration 'ifld' definition 'nf'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1854:28: style: Function 'volume_element' argument 1 names different: declaration 'nnodes' definition 'nn'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.h:207:28: note: Function 'volume_element' argument 1 names different: declaration 'nnodes' definition 'nn'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1854:28: note: Function 'volume_element' argument 1 names different: declaration 'nnodes' definition 'nn'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1889:26: style: Function 'vertex_volumes' argument 1 names different: declaration 'izone' definition 'nz'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.h:209:26: note: Function 'vertex_volumes' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1889:26: note: Function 'vertex_volumes' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:2207:32: style: Function 'cell_vertex_solution' argument 1 names different: declaration 'izone' definition 'nz'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.h:211:32: note: Function 'cell_vertex_solution' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:2207:32: note: Function 'cell_vertex_solution' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:2207:40: style: Function 'cell_vertex_solution' argument 2 names different: declaration 'isol' definition 'ns'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.h:211:43: note: Function 'cell_vertex_solution' argument 2 names different: declaration 'isol' definition 'ns'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:2207:40: note: Function 'cell_vertex_solution' argument 2 names different: declaration 'isol' definition 'ns'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:2207:48: style: Function 'cell_vertex_solution' argument 3 names different: declaration 'weight' definition 'weighting'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.h:211:53: note: Function 'cell_vertex_solution' argument 3 names different: declaration 'weight' definition 'weighting'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:2207:48: note: Function 'cell_vertex_solution' argument 3 names different: declaration 'weight' definition 'weighting'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:2863:32: style: Function 'cell_center_solution' argument 1 names different: declaration 'izone' definition 'nz'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.h:212:32: note: Function 'cell_center_solution' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:2863:32: note: Function 'cell_center_solution' argument 1 names different: declaration 'izone' definition 'nz'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:2863:40: style: Function 'cell_center_solution' argument 2 names different: declaration 'isol' definition 'ns'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.h:212:43: note: Function 'cell_center_solution' argument 2 names different: declaration 'isol' definition 'ns'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:2863:40: note: Function 'cell_center_solution' argument 2 names different: declaration 'isol' definition 'ns'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:2863:48: style: Function 'cell_center_solution' argument 3 names different: declaration 'weight' definition 'weighting'. [funcArgNamesDifferent]
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.h:212:53: note: Function 'cell_center_solution' argument 3 names different: declaration 'weight' definition 'weighting'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:2863:48: note: Function 'cell_center_solution' argument 3 names different: declaration 'weight' definition 'weighting'.
CGNS-3.3.0/src/cgnstools/utilities/cgnsutil.c:1747:36: error: Array 'f.dataconv[2]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
CGNS-3.3.0/src/cgnstools/utilities/convert_dataclass.c:117:15: style: The scope of the variable 'len' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/convert_dataclass.c:194:15: style: The scope of the variable 'len' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/convert_dataclass.c:272:11: style: The scope of the variable 'p' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/convert_location.c:94:9: style: The scope of the variable 'iz' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/convert_variables.c:352:11: style: The scope of the variable 'p' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/convert_variables.c:418:12: style: The scope of the variable 'iz' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/convert_variables.c:136:13: error: Common realloc mistake: 'vars' nulled but not freed upon failure [memleakOnRealloc]
CGNS-3.3.0/src/cgnstools/utilities/fast_to_cgns.c:122:9: style: The scope of the variable 'i' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/fast_to_cgns.c:122:15: style: The scope of the variable 'nn' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/fast_to_cgns.c:315:17: style: The scope of the variable 'bcname' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/fast_to_cgns.c:318:9: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/interpolate_cgns.c:140:13: style: The scope of the variable 'et' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/interpolate_cgns.c:141:21: style: The scope of the variable 'ne' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/interpolate_cgns.c:167:20: style: The scope of the variable 'et' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/interpolate_cgns.c:168:20: style: The scope of the variable 'ne' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/interpolate_cgns.c:386:9: style: The scope of the variable 'i' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/interpolate_cgns.c:386:12: style: The scope of the variable 'j' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/interpolate_cgns.c:386:15: style: The scope of the variable 'k' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/interpolate_cgns.c:458:12: style: The scope of the variable 'diff' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/interpolate_cgns.c:530:12: style: The scope of the variable 'big' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/interpolate_cgns.c:530:23: style: The scope of the variable 'pivinv' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/interpolate_cgns.c:868:12: style: The scope of the variable 'xm' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/interpolate_cgns.c:868:16: style: The scope of the variable 'ym' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/interpolate_cgns.c:868:20: style: The scope of the variable 'zm' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/interpolate_cgns.c:931:12: style: The scope of the variable 'ns' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/interpolate_cgns.c:933:11: style: The scope of the variable 'bz' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/interpolate_cgns.c:934:14: style: The scope of the variable 'elem' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/p3dfout.c:21:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
CGNS-3.3.0/src/cgnstools/utilities/patran_to_cgns.c:52:19: style: The scope of the variable 'faceid' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/plot3d_to_cgns.c:106:13: style: The scope of the variable 'verts' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/plot3d_to_cgns.c:364:9: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/tecplot_to_cgns.c:111:12: style: The scope of the variable 'match' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/tetgen_to_cgns.c:54:11: style: The scope of the variable 'p' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/tetgen_to_cgns.c:462:21: style: The scope of the variable 'mark' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/tetgen_to_cgns.c:526:21: style: The scope of the variable 'mark' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/tetgen_to_cgns.c:598:21: style: The scope of the variable 'mark' can be reduced. [variableScope]
CGNS-3.3.0/src/cgnstools/utilities/tetgen_to_cgns.c:716:9: error: Memory leak: basename [memleak]
CGNS-3.3.0/src/cgnstools/utilities/vgrid_to_cgns.c:131:9: error: Common realloc mistake: 'Tets' nulled but not freed upon failure [memleakOnRealloc]
CGNS-3.3.0/src/cgnstools/utilities/vgrid_to_cgns.c:151:9: error: Common realloc mistake: 'xCoord' nulled but not freed upon failure [memleakOnRealloc]
CGNS-3.3.0/src/cgnstools/utilities/vgrid_to_cgns.c:152:9: error: Common realloc mistake: 'yCoord' nulled but not freed upon failure [memleakOnRealloc]
CGNS-3.3.0/src/cgnstools/utilities/vgrid_to_cgns.c:153:9: error: Common realloc mistake: 'zCoord' nulled but not freed upon failure [memleakOnRealloc]
CGNS-3.3.0/src/f2c/csub.c:9:9: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/pcgnslib.c:67:7: style: The scope of the variable 'k' can be reduced. [variableScope]
CGNS-3.3.0/src/pcgnslib.c:508:9: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/pcgnslib.c:548:9: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/pcgnslib.c:620:9: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/pcgnslib.c:653:9: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/pcgnslib.c:207:27: style: Function 'cgp_mpi_comm' argument 1 names different: declaration 'mpicomm' definition 'comm'. [funcArgNamesDifferent]
CGNS-3.3.0/src/pcgnslib.h:46:35: note: Function 'cgp_mpi_comm' argument 1 names different: declaration 'mpicomm' definition 'comm'.
CGNS-3.3.0/src/pcgnslib.c:207:27: note: Function 'cgp_mpi_comm' argument 1 names different: declaration 'mpicomm' definition 'comm'.
CGNS-3.3.0/src/pcgnslib.c:291:61: style: Function 'cgp_coord_write_data' argument 7 names different: declaration 'coord_array' definition 'coords'. [funcArgNamesDifferent]
CGNS-3.3.0/src/pcgnslib.h:66:61: note: Function 'cgp_coord_write_data' argument 7 names different: declaration 'coord_array' definition 'coords'.
CGNS-3.3.0/src/pcgnslib.c:291:61: note: Function 'cgp_coord_write_data' argument 7 names different: declaration 'coord_array' definition 'coords'.
CGNS-3.3.0/src/pcgnslib.c:340:55: style: Function 'cgp_coord_read_data' argument 7 names different: declaration 'coord_array' definition 'coords'. [funcArgNamesDifferent]
CGNS-3.3.0/src/pcgnslib.h:68:55: note: Function 'cgp_coord_read_data' argument 7 names different: declaration 'coord_array' definition 'coords'.
CGNS-3.3.0/src/pcgnslib.c:340:55: note: Function 'cgp_coord_read_data' argument 7 names different: declaration 'coord_array' definition 'coords'.
CGNS-3.3.0/src/pcgnslib.c:495:28: style: Function 'cgp_field_write' argument 5 names different: declaration 'type' definition 'DataType'. [funcArgNamesDifferent]
CGNS-3.3.0/src/pcgnslib.h:89:28: note: Function 'cgp_field_write' argument 5 names different: declaration 'type' definition 'DataType'.
CGNS-3.3.0/src/pcgnslib.c:495:28: note: Function 'cgp_field_write' argument 5 names different: declaration 'type' definition 'DataType'.
CGNS-3.3.0/src/pcgnslib.c:584:33: style: Function 'cgp_array_write' argument 1 names different: declaration 'arrayname' definition 'ArrayName'. [funcArgNamesDifferent]
CGNS-3.3.0/src/pcgnslib.h:103:41: note: Function 'cgp_array_write' argument 1 names different: declaration 'arrayname' definition 'ArrayName'.
CGNS-3.3.0/src/pcgnslib.c:584:33: note: Function 'cgp_array_write' argument 1 names different: declaration 'arrayname' definition 'ArrayName'.
CGNS-3.3.0/src/pcgnslib.c:584:67: style: Function 'cgp_array_write' argument 2 names different: declaration 'type' definition 'DataType'. [funcArgNamesDifferent]
CGNS-3.3.0/src/pcgnslib.h:104:28: note: Function 'cgp_array_write' argument 2 names different: declaration 'type' definition 'DataType'.
CGNS-3.3.0/src/pcgnslib.c:584:67: note: Function 'cgp_array_write' argument 2 names different: declaration 'type' definition 'DataType'.
CGNS-3.3.0/src/ptests/benchmark.c:71:23: warning: Division by result of sizeof(). malloc() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
CGNS-3.3.0/src/ptests/benchmark.c:72:23: warning: Division by result of sizeof(). malloc() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
CGNS-3.3.0/src/ptests/benchmark.c:73:23: warning: Division by result of sizeof(). malloc() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
CGNS-3.3.0/src/ptests/benchmark_hdf5.c:160:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
CGNS-3.3.0/src/ptests/benchmark_hdf5.c:159:3: note: Variable 'err' is reassigned a value before the old one has been used.
CGNS-3.3.0/src/ptests/benchmark_hdf5.c:160:3: note: Variable 'err' is reassigned a value before the old one has been used.
CGNS-3.3.0/src/ptests/benchmark_hdf5.c:160:27: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
CGNS-3.3.0/src/ptests/benchmark_hdf5.c:147:7: style: Unused variable: Cvec [unusedVariable]
CGNS-3.3.0/src/ptests/benchmark_hdf5.c:148:7: style: Unused variable: Fvec [unusedVariable]
CGNS-3.3.0/src/ptests/benchmark_hdf5.c:149:7: style: Unused variable: Avec [unusedVariable]
CGNS-3.3.0/src/ptests/benchmark_hdf5_w.c:115:8: style: Unused variable: name [unusedVariable]
CGNS-3.3.0/src/ptests/benchmark_hdf5_w.c:116:7: style: Unused variable: Cvec [unusedVariable]
CGNS-3.3.0/src/ptests/benchmark_hdf5_w.c:117:7: style: Unused variable: Fvec [unusedVariable]
CGNS-3.3.0/src/ptests/benchmark_hdf5_w.c:118:7: style: Unused variable: Avec [unusedVariable]
CGNS-3.3.0/src/ptests/benchmark_hdf5_w.c:231:0: error: Resource leak: fid [resourceLeak]
CGNS-3.3.0/src/ptests/benchmark_hdf5_wf.c:115:8: style: Unused variable: name [unusedVariable]
CGNS-3.3.0/src/ptests/benchmark_hdf5_wf.c:116:7: style: Unused variable: Cvec [unusedVariable]
CGNS-3.3.0/src/ptests/benchmark_hdf5_wf.c:117:7: style: Unused variable: Fvec [unusedVariable]
CGNS-3.3.0/src/ptests/benchmark_hdf5_wf.c:118:7: style: Unused variable: Avec [unusedVariable]
CGNS-3.3.0/src/ptests/benchmark_hdf5_wf.c:275:0: error: Resource leak: fid [resourceLeak]
CGNS-3.3.0/src/ptests/open_close.c:29:23: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
CGNS-3.3.0/src/ptests/open_close.c:31:23: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
CGNS-3.3.0/src/ptests/open_close.c:33:23: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
CGNS-3.3.0/src/ptests/open_close.c:35:23: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
CGNS-3.3.0/src/ptests/open_close.c:53:23: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
CGNS-3.3.0/src/ptests/pcgns_ctest.c:24:38: style: The scope of the variable 'errs' can be reduced. [variableScope]
CGNS-3.3.0/src/ptests/test_base.c:33:23: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
CGNS-3.3.0/src/ptests/test_base.c:35:23: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
CGNS-3.3.0/src/ptests/test_base.c:37:23: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
CGNS-3.3.0/src/ptests/test_base.c:39:23: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
CGNS-3.3.0/src/ptests/test_base.c:51:23: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
CGNS-3.3.0/src/ptests/test_unstructured.c:44:23: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
CGNS-3.3.0/src/ptests/test_unstructured.c:46:23: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
CGNS-3.3.0/src/ptests/test_unstructured.c:48:23: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
CGNS-3.3.0/src/ptests/test_unstructured.c:50:23: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
CGNS-3.3.0/src/ptests/test_unstructured.c:104:23: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
CGNS-3.3.0/src/ptests/test_zone.c:46:23: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
CGNS-3.3.0/src/ptests/test_zone.c:48:23: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
CGNS-3.3.0/src/ptests/test_zone.c:50:23: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
CGNS-3.3.0/src/ptests/test_zone.c:52:23: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
CGNS-3.3.0/src/ptests/test_zone.c:66:23: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
CGNS-3.3.0/src/ptests/thesis_benchmark.c:49:6: style: The scope of the variable 'k' can be reduced. [variableScope]
CGNS-3.3.0/src/ptests/thesis_benchmark.c:76:6: style: The scope of the variable 'j' can be reduced. [variableScope]
CGNS-3.3.0/src/ptests/thesis_benchmark.c:77:9: style: The scope of the variable 'theta' can be reduced. [variableScope]
CGNS-3.3.0/src/ptests/thesis_benchmark.c:78:9: style: The scope of the variable 'r' can be reduced. [variableScope]
CGNS-3.3.0/src/tests/dbtest.c:8:12: style: The scope of the variable 'j' can be reduced. [variableScope]
CGNS-3.3.0/src/tests/elemtest.c:560:8: style: Variable 'ne' is modified but its new value is never used. [unreadVariable]
CGNS-3.3.0/src/tests/test64c.c:15:0: error: #error need CGNS version 3.1 or greater [preprocessorErrorDirective]
CGNS-3.3.0/src/tests/test_partial.c:47:15: style: The scope of the variable 'k' can be reduced. [variableScope]
CGNS-3.3.0/src/tests/test_ver31.c:868:16: style: The scope of the variable 'nc' can be reduced. [variableScope]
CGNS-3.3.0/src/tests/test_ver31.c:665:5: style: Variable 'nelem' is assigned a value that is never used. [unreadVariable]
CGNS-3.3.0/src/tests/write_test.c:962:5: style: Variable 'nelem' is assigned a value that is never used. [unreadVariable]
CGNS-3.3.0/src/tests/write_zones.c:21:9: style: The scope of the variable 'i' can be reduced. [variableScope]
CGNS-3.3.0/src/tools/cgnames.c:303:9: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/tools/cgnames.c:426:16: style: The scope of the variable 'pp' can be reduced. [variableScope]
CGNS-3.3.0/src/tools/cgnames.c:466:15: style: The scope of the variable 'ierr' can be reduced. [variableScope]
CGNS-3.3.0/src/tools/cgnscheck.c:25:0: error: #error You need at least CGNS Version 3.1 [preprocessorErrorDirective]
CGNS-3.3.0/src/tools/cgnsdiff.c:135:12: style: The scope of the variable 'err' can be reduced. [variableScope]
CGNS-3.3.0/src/tools/cgnsdiff.c:144:11: style: The scope of the variable 'data1' can be reduced. [variableScope]
CGNS-3.3.0/src/tools/cgnsdiff.c:144:19: style: The scope of the variable 'data2' can be reduced. [variableScope]
CGNS-3.3.0/src/tools/cgnsdiff.c:229:13: style: The scope of the variable 'n2' can be reduced. [variableScope]
CGNS-3.3.0/src/tools/cgnsdiff.c:266:9: style: The scope of the variable 'cmp' can be reduced. [variableScope]
CGNS-3.3.0/src/tools/cgnsdiff.c:266:14: style: The scope of the variable 'mid' can be reduced. [variableScope]
CGNS-3.3.0/src/tools/cgnsdiff.c:291:11: style: The scope of the variable 'p' can be reduced. [variableScope]
CGNS-3.3.0/src/tools/cgnslist.c:41:9: style: The scope of the variable 'n' can be reduced. [variableScope]
CGNS-3.3.0/src/tools/cgnslist.c:42:10: style: The scope of the variable 'label' can be reduced. [variableScope]
CGNS-3.3.0/src/tools/cgnslist.c:44:14: style: The scope of the variable 'bytes' can be reduced. [variableScope]
CGNS-3.3.0/src/tools/cgnslist.c:44:21: style: The scope of the variable 'dims' can be reduced. [variableScope]
CGNS-3.3.0/src/tools/cgnslist.c:150:10: style: The scope of the variable 'version' can be reduced. [variableScope]
CGNS-3.3.0/src/tools/cgnslist.c:151:10: style: The scope of the variable 'created' can be reduced. [variableScope]
CGNS-3.3.0/src/tools/cgnslist.c:152:10: style: The scope of the variable 'modified' can be reduced. [variableScope]
CGNS-3.3.0/src/tools/cgnslist.c:153:18: style: The scope of the variable 'FileType' can be reduced. [variableScope]
CGNS-3.3.0/src/tools/cgnsnames.c:8:12: style: The scope of the variable 'i' can be reduced. [variableScope]
CGNS-3.3.0/src/tools/hash.c:219:12: style: The scope of the variable 'chain_len' can be reduced. [variableScope]
[14:09]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcgroup/libcgroup_0.41.orig.tar.xz
libcgroup-0.41/src/api.c:2491:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libcgroup-0.41/src/api.c:1302:31: style: Redundant condition: If 'EXPR == '/'', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
libcgroup-0.41/src/api.c:461:14: warning: Either the condition 'itr' is redundant or there is possible null pointer dereference: itr. [nullPointerRedundantCheck]
libcgroup-0.41/src/api.c:457:9: note: Assuming that condition 'itr' is not redundant
libcgroup-0.41/src/api.c:461:14: note: Null pointer dereference
libcgroup-0.41/src/api.c:609:3: performance: Buffer 'user' is being written before its old content has been used. [redundantCopy]
libcgroup-0.41/src/api.c:608:3: note: Buffer 'user' is being written before its old content has been used.
libcgroup-0.41/src/api.c:609:3: note: Buffer 'user' is being written before its old content has been used.
libcgroup-0.41/src/api.c:1081:2: style: Variable 'proc_mount' is reassigned a value before the old one has been used. [redundantAssignment]
libcgroup-0.41/src/api.c:1075:0: note: Variable 'proc_mount' is reassigned a value before the old one has been used.
libcgroup-0.41/src/api.c:1081:2: note: Variable 'proc_mount' is reassigned a value before the old one has been used.
libcgroup-0.41/src/api.c:1182:2: style: Variable 'tasks' is reassigned a value before the old one has been used. [redundantAssignment]
libcgroup-0.41/src/api.c:1180:0: note: Variable 'tasks' is reassigned a value before the old one has been used.
libcgroup-0.41/src/api.c:1182:2: note: Variable 'tasks' is reassigned a value before the old one has been used.
libcgroup-0.41/src/api.c:1295:2: style: Variable 'real_path' is reassigned a value before the old one has been used. [redundantAssignment]
libcgroup-0.41/src/api.c:1289:0: note: Variable 'real_path' is reassigned a value before the old one has been used.
libcgroup-0.41/src/api.c:1295:2: note: Variable 'real_path' is reassigned a value before the old one has been used.
libcgroup-0.41/src/api.c:1724:2: style: Variable 'dir' is reassigned a value before the old one has been used. [redundantAssignment]
libcgroup-0.41/src/api.c:1721:0: note: Variable 'dir' is reassigned a value before the old one has been used.
libcgroup-0.41/src/api.c:1724:2: note: Variable 'dir' is reassigned a value before the old one has been used.
libcgroup-0.41/src/api.c:2282:2: style: Variable 'd_name' is reassigned a value before the old one has been used. [redundantAssignment]
libcgroup-0.41/src/api.c:2274:0: note: Variable 'd_name' is reassigned a value before the old one has been used.
libcgroup-0.41/src/api.c:2282:2: note: Variable 'd_name' is reassigned a value before the old one has been used.
libcgroup-0.41/src/api.c:2777:2: style: Variable 'template_name' is reassigned a value before the old one has been used. [redundantAssignment]
libcgroup-0.41/src/api.c:2763:0: note: Variable 'template_name' is reassigned a value before the old one has been used.
libcgroup-0.41/src/api.c:2777:2: note: Variable 'template_name' is reassigned a value before the old one has been used.
libcgroup-0.41/src/api.c:267:9: style: The scope of the variable 'ignored' can be reduced. [variableScope]
libcgroup-0.41/src/api.c:322:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libcgroup-0.41/src/api.c:1938:8: style: The scope of the variable 'delete_tasks' can be reduced. [variableScope]
libcgroup-0.41/src/api.c:2084:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
libcgroup-0.41/src/api.c:2518:7: style: The scope of the variable 'j' can be reduced. [variableScope]
libcgroup-0.41/src/api.c:1384:4: style: Variable 'path_dir_end' is assigned a value that is never used. [unreadVariable]
libcgroup-0.41/src/api.c:584:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libcgroup-0.41/src/api.c:914:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
libcgroup-0.41/src/api.c:3293:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
libcgroup-0.41/src/api.c:4204:8: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
libcgroup-0.41/src/bindings/libcgroup.c:2944:0: error: #error "This python version requires swig to be run with the '-classic' option" [preprocessorErrorDirective]
libcgroup-0.41/src/config.c:1300:2: style: Variable 'cgroup' is reassigned a value before the old one has been used. [redundantAssignment]
libcgroup-0.41/src/config.c:1295:0: note: Variable 'cgroup' is reassigned a value before the old one has been used.
libcgroup-0.41/src/config.c:1300:2: note: Variable 'cgroup' is reassigned a value before the old one has been used.
libcgroup-0.41/src/config.c:747:6: style: The scope of the variable 'error' can be reduced. [variableScope]
libcgroup-0.41/src/config.c:769:6: style: The scope of the variable 'error' can be reduced. [variableScope]
libcgroup-0.41/src/config.c:982:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libcgroup-0.41/src/config.c:597:65: style: Function 'cgroup_config_insert_into_namespace_table' argument 2 names different: declaration 'mount_point' definition 'nspath'. [funcArgNamesDifferent]
libcgroup-0.41/src/libcgroup-internal.h:234:65: note: Function 'cgroup_config_insert_into_namespace_table' argument 2 names different: declaration 'mount_point' definition 'nspath'.
libcgroup-0.41/src/config.c:597:65: note: Function 'cgroup_config_insert_into_namespace_table' argument 2 names different: declaration 'mount_point' definition 'nspath'.
libcgroup-0.41/src/daemon/cgrulesengd.c:555:17: style: The scope of the variable 'cn_hdr' can be reduced. [variableScope]
libcgroup-0.41/src/daemon/cgrulesengd.c:165:34: style: Function 'flog' argument 2 names different: declaration 'msg' definition 'format'. [funcArgNamesDifferent]
libcgroup-0.41/src/daemon/cgrulesengd.h:67:34: note: Function 'flog' argument 2 names different: declaration 'msg' definition 'format'.
libcgroup-0.41/src/daemon/cgrulesengd.c:165:34: note: Function 'flog' argument 2 names different: declaration 'msg' definition 'format'.
libcgroup-0.41/src/daemon/cgrulesengd.c:893:9: style: Variable 'pid' is assigned a value that is never used. [unreadVariable]
lex.c:1401:2: warning: Possible null pointer dereference: b [nullPointer]
lex.c:1294:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
lex.c:1401:2: note: Null pointer dereference
lex.c:1402:2: warning: Possible null pointer dereference: b [nullPointer]
lex.c:1294:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
lex.c:1402:2: note: Null pointer dereference
lex.c:1413:9: warning: Possible null pointer dereference: b [nullPointer]
lex.c:1294:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
lex.c:1413:9: note: Null pointer dereference
lex.c:1063:23: style: Checking if unsigned variable 'num_to_read' is less than zero. [unsignedLessThanZero]
lex.c:1076:19: style: Checking if unsigned variable 'new_size' is less than zero. [unsignedLessThanZero]
lex.c:1181:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
lex.c:349:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
lex.c:1181:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
lex.c:1586:48: style: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
lex.c:302:47: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
lex.c:1586:48: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
lex.c:1599:48: style: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
lex.c:303:46: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
lex.c:1599:48: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
lex.c:1599:68: style: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
lex.c:303:62: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
lex.c:1599:68: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
lex.c:1731:24: style: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
lex.c:548:23: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
lex.c:1731:24: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
libcgroup-0.41/src/tools/cgclassify.c:60:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libcgroup-0.41/src/tools/cgexec.c:64:15: style: The scope of the variable 'i' can be reduced. [variableScope]
libcgroup-0.41/src/tools/cgget.c:125:2: style: Variable 'group' is reassigned a value before the old one has been used. [redundantAssignment]
libcgroup-0.41/src/tools/cgget.c:121:0: note: Variable 'group' is reassigned a value before the old one has been used.
libcgroup-0.41/src/tools/cgget.c:125:2: note: Variable 'group' is reassigned a value before the old one has been used.
libcgroup-0.41/src/tools/cgget.c:194:2: style: Variable 'group' is reassigned a value before the old one has been used. [redundantAssignment]
libcgroup-0.41/src/tools/cgget.c:185:0: note: Variable 'group' is reassigned a value before the old one has been used.
libcgroup-0.41/src/tools/cgget.c:194:2: note: Variable 'group' is reassigned a value before the old one has been used.
libcgroup-0.41/src/tools/cgsnapshot.c:214:17: style: The scope of the variable 'pw' can be reduced. [variableScope]
libcgroup-0.41/src/tools/cgsnapshot.c:215:16: style: The scope of the variable 'gr' can be reduced. [variableScope]
libcgroup-0.41/src/tools/cgsnapshot.c:113:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
libcgroup-0.41/src/tools/lscgroup.c:202:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libcgroup-0.41/src/tools/lssubsys.c:160:6: style: The scope of the variable 'is_on_list' can be reduced. [variableScope]
libcgroup-0.41/src/wrapper.c:308:28: style: The scope of the variable 'cgc' can be reduced. [variableScope]
libcgroup-0.41/tests/get_all_controller.c:31:10: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
libcgroup-0.41/tests/get_controller.c:31:10: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
libcgroup-0.41/tests/proctest.c:22:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
libcgroup-0.41/tests/test_functions.c:585:2: style: Variable 'tmp_entry' is reassigned a value before the old one has been used. [redundantAssignment]
libcgroup-0.41/tests/test_functions.c:580:0: note: Variable 'tmp_entry' is reassigned a value before the old one has been used.
libcgroup-0.41/tests/test_functions.c:585:2: note: Variable 'tmp_entry' is reassigned a value before the old one has been used.
libcgroup-0.41/tests/test_functions.c:72:7: style: The scope of the variable 'tasksfile' can be reduced. [variableScope]
libcgroup-0.41/tests/test_functions.c:72:32: style: The scope of the variable 'tasksfile2' can be reduced. [variableScope]
libcgroup-0.41/tests/test_functions.c:186:34: style: The scope of the variable 'path2_group' can be reduced. [variableScope]
libcgroup-0.41/tests/test_functions.c:260:34: style: The scope of the variable 'path2_group' can be reduced. [variableScope]
libcgroup-0.41/tests/test_functions.c:526:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
libcgroup-0.41/tests/test_functions.c:528:7: style: The scope of the variable 'wr' can be reduced. [variableScope]
libcgroup-0.41/tests/test_functions.c:530:28: style: The scope of the variable 'newcontroller' can be reduced. [variableScope]
libcgroup-0.41/tests/test_functions.c:794:7: style: The scope of the variable 'controller_name' can be reduced. [variableScope]
libcgroup-0.41/tests/test_functions.c:794:38: style: The scope of the variable 'control_file' can be reduced. [variableScope]
libcgroup-0.41/tests/test_functions.c:68:58: style: Function 'test_cgroup_attach_task' argument 2 names different: declaration 'cgroup1' definition 'cgrp'. [funcArgNamesDifferent]
libcgroup-0.41/tests/libcgrouptest.h:115:58: note: Function 'test_cgroup_attach_task' argument 2 names different: declaration 'cgroup1' definition 'cgrp'.
libcgroup-0.41/tests/test_functions.c:68:58: note: Function 'test_cgroup_attach_task' argument 2 names different: declaration 'cgroup1' definition 'cgrp'.
libcgroup-0.41/tests/test_functions.c:667:54: style: Function 'message' argument 4 names different: declaration 'ret' definition 'retval'. [funcArgNamesDifferent]
libcgroup-0.41/tests/libcgrouptest.h:147:12: note: Function 'message' argument 4 names different: declaration 'ret' definition 'retval'.
libcgroup-0.41/tests/test_functions.c:667:54: note: Function 'message' argument 4 names different: declaration 'ret' definition 'retval'.
libcgroup-0.41/tests/test_functions.c:672:3: warning: The buffer 'res' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcgroup-0.41/tests/test_functions.c:674:3: warning: The buffer 'res' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcgroup-0.41/tests/test_functions.c:335:3: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
libcgroup-0.41/tests/test_functions.c:452:3: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
[14:10]

ftp://ftp.se.debian.org/debian/pool/main/libc/libchado-perl/libchado-perl_1.31.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libchamplain/libchamplain_0.12.9.orig.tar.xz
libchamplain-0.12.9/champlain-gtk/gtk-champlain-embed.h:20:0: error: #error "Only <champlain/champlain.h> can be included directly." [preprocessorErrorDirective]
libchamplain-0.12.9/champlain/champlain-bounding-box.h:20:0: error: #error "Only <champlain/champlain.h> can be included directly." [preprocessorErrorDirective]
libchamplain-0.12.9/champlain/champlain-coordinate.h:20:0: error: #error "Only <champlain/champlain.h> can be included directly." [preprocessorErrorDirective]
libchamplain-0.12.9/champlain/champlain-defines.h:20:0: error: #error "Only <champlain/champlain.h> can be included directly." [preprocessorErrorDirective]
libchamplain-0.12.9/champlain/champlain-error-tile-renderer.h:20:0: error: #error "Only <champlain/champlain.h> can be included directly." [preprocessorErrorDirective]
libchamplain-0.12.9/champlain/champlain-file-cache.h:21:0: error: #error "Only <champlain/champlain.h> can be included directly." [preprocessorErrorDirective]
libchamplain-0.12.9/champlain/champlain-file-tile-source.h:21:0: error: #error "Only <champlain/champlain.h> can be included directly." [preprocessorErrorDirective]
libchamplain-0.12.9/champlain/champlain-image-renderer.h:20:0: error: #error "Only <champlain/champlain.h> can be included directly." [preprocessorErrorDirective]
libchamplain-0.12.9/champlain/champlain-kinetic-scroll-view.c:415:18: style: The scope of the variable 'frac' can be reduced. [variableScope]
libchamplain-0.12.9/champlain/champlain-kinetic-scroll-view.c:664:65: style: Function 'champlain_kinetic_scroll_view_stop' argument 1 names different: declaration 'self' definition 'scroll'. [funcArgNamesDifferent]
libchamplain-0.12.9/champlain/champlain-kinetic-scroll-view.h:72:70: note: Function 'champlain_kinetic_scroll_view_stop' argument 1 names different: declaration 'self' definition 'scroll'.
libchamplain-0.12.9/champlain/champlain-kinetic-scroll-view.c:664:65: note: Function 'champlain_kinetic_scroll_view_stop' argument 1 names different: declaration 'self' definition 'scroll'.
libchamplain-0.12.9/champlain/champlain-label.h:21:0: error: #error "Only <champlain/champlain.h> can be included directly." [preprocessorErrorDirective]
libchamplain-0.12.9/champlain/champlain-layer.h:20:0: error: #error "Only <champlain/champlain.h> can be included directly." [preprocessorErrorDirective]
libchamplain-0.12.9/champlain/champlain-license.h:20:0: error: #error "Only <champlain/champlain.h> can be included directly." [preprocessorErrorDirective]
libchamplain-0.12.9/champlain/champlain-location.h:20:0: error: #error "Only <champlain/champlain.h> can be included directly." [preprocessorErrorDirective]
libchamplain-0.12.9/champlain/champlain-map-source-chain.h:20:0: error: #error "Only <champlain/champlain.h> can be included directly." [preprocessorErrorDirective]
libchamplain-0.12.9/champlain/champlain-map-source-desc.h:21:0: error: #error "Only <champlain/champlain.h> can be included directly." [preprocessorErrorDirective]
libchamplain-0.12.9/champlain/champlain-map-source-factory.h:21:0: error: #error "Only <champlain/champlain.h> can be included directly." [preprocessorErrorDirective]
libchamplain-0.12.9/champlain/champlain-map-source.h:20:0: error: #error "Only <champlain/champlain.h> can be included directly." [preprocessorErrorDirective]
libchamplain-0.12.9/champlain/champlain-marker-layer.h:21:0: error: #error "Only <champlain/champlain.h> can be included directly." [preprocessorErrorDirective]
libchamplain-0.12.9/champlain/champlain-marker.h:21:0: error: #error "Only <champlain/champlain.h> can be included directly." [preprocessorErrorDirective]
libchamplain-0.12.9/champlain/champlain-memory-cache.h:20:0: error: #error "Only <champlain/champlain.h> can be included directly." [preprocessorErrorDirective]
libchamplain-0.12.9/champlain/champlain-tile-cache.h:20:0: error: #error "Only <champlain/champlain.h> can be included directly." [preprocessorErrorDirective]
libchamplain-0.12.9/champlain/champlain-network-tile-source.h:21:0: error: #error "Only <champlain/champlain.h> can be included directly." [preprocessorErrorDirective]
libchamplain-0.12.9/champlain/champlain-null-tile-source.h:20:0: error: #error "Only <champlain/champlain.h> can be included directly." [preprocessorErrorDirective]
libchamplain-0.12.9/champlain/champlain-path-layer.h:21:0: error: #error "Only <champlain/champlain.h> can be included directly." [preprocessorErrorDirective]
libchamplain-0.12.9/champlain/champlain-renderer.h:20:0: error: #error "Only <champlain/champlain.h> can be included directly." [preprocessorErrorDirective]
libchamplain-0.12.9/champlain/champlain-scale.h:20:0: error: #error "Only <champlain/champlain.h> can be included directly." [preprocessorErrorDirective]
libchamplain-0.12.9/champlain/champlain-tile-source.h:21:0: error: #error "Only <champlain/champlain.h> can be included directly." [preprocessorErrorDirective]
libchamplain-0.12.9/champlain/champlain-tile.c:676:21: style: Function 'champlain_tile_set_modified_time' argument 2 names different: declaration 'time' definition 'time_'. [funcArgNamesDifferent]
libchamplain-0.12.9/champlain/champlain-tile.h:125:21: note: Function 'champlain_tile_set_modified_time' argument 2 names different: declaration 'time' definition 'time_'.
libchamplain-0.12.9/champlain/champlain-tile.c:676:21: note: Function 'champlain_tile_set_modified_time' argument 2 names different: declaration 'time' definition 'time_'.
libchamplain-0.12.9/champlain/champlain-view.h:21:0: error: #error "Only <champlain/champlain.h> can be included directly." [preprocessorErrorDirective]
libchamplain-0.12.9/demos/launcher-vala.c:265:11: warning: Either the condition 'launcher==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
libchamplain-0.12.9/demos/launcher-vala.c:401:2: note: Assuming that condition 'launcher==NULL' is not redundant
libchamplain-0.12.9/demos/launcher-vala.c:397:11: note: Assignment '_tmp2_=launcher', assigned value is 0
libchamplain-0.12.9/demos/launcher-vala.c:398:17: note: Calling function 'launcher_show', 1st argument 'self' value is 0
libchamplain-0.12.9/demos/launcher-vala.c:265:11: note: Null pointer dereference
libchamplain-0.12.9/demos/launcher-vala.c:98:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/launcher-vala.c:96:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:98:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:100:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/launcher-vala.c:95:0: note: Variable 'result' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:100:2: note: Variable 'result' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:116:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/launcher-vala.c:114:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:116:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:118:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/launcher-vala.c:113:0: note: Variable 'result' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:118:2: note: Variable 'result' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:178:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/launcher-vala.c:138:0: note: Variable 'self' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:178:2: note: Variable 'self' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:179:2: style: Variable 'total_width' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/launcher-vala.c:140:0: note: Variable 'total_width' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:179:2: note: Variable 'total_width' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:180:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/launcher-vala.c:141:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:180:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:265:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/launcher-vala.c:263:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:265:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:290:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/launcher-vala.c:275:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:290:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:291:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/launcher-vala.c:276:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:291:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:297:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/launcher-vala.c:295:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:297:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:298:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/launcher-vala.c:296:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:298:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:349:2: style: Variable 'white' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/launcher-vala.c:326:0: note: Variable 'white' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:349:2: note: Variable 'white' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:354:2: style: Variable 'black' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/launcher-vala.c:328:0: note: Variable 'black' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:354:2: note: Variable 'black' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:355:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/launcher-vala.c:333:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:355:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:357:2: style: Variable 'button' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/launcher-vala.c:332:0: note: Variable 'button' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:357:2: note: Variable 'button' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:358:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/launcher-vala.c:335:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:358:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:360:2: style: Variable 'button_bg' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/launcher-vala.c:334:0: note: Variable 'button_bg' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:360:2: note: Variable 'button_bg' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:361:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/launcher-vala.c:336:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:361:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:365:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/launcher-vala.c:338:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:365:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:366:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/launcher-vala.c:339:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:366:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:367:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/launcher-vala.c:340:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:367:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:369:2: style: Variable 'button_text' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/launcher-vala.c:337:0: note: Variable 'button_text' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:369:2: note: Variable 'button_text' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:372:2: style: Variable 'width' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/launcher-vala.c:330:0: note: Variable 'width' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:372:2: note: Variable 'width' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:373:2: style: Variable 'height' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/launcher-vala.c:331:0: note: Variable 'height' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:373:2: note: Variable 'height' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:377:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/launcher-vala.c:325:0: note: Variable 'result' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:377:2: note: Variable 'result' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/launcher-vala.c:230:16: style: Variable 'total_width' is assigned a value that is never used. [unreadVariable]
libchamplain-0.12.9/demos/local-rendering.c:714:25: style: The scope of the variable 'rule' can be reduced. [variableScope]
libchamplain-0.12.9/demos/markers-vala.c:125:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp10_. [nullPointerRedundantCheck]
libchamplain-0.12.9/demos/markers-vala.c:127:3: note: Assuming that condition 'e==NULL' is not redundant
libchamplain-0.12.9/demos/markers-vala.c:124:13: note: Assignment '_tmp10_=e', assigned value is 0
libchamplain-0.12.9/demos/markers-vala.c:125:13: note: Null pointer dereference
libchamplain-0.12.9/demos/markers-vala.c:164:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp17_. [nullPointerRedundantCheck]
libchamplain-0.12.9/demos/markers-vala.c:166:3: note: Assuming that condition 'e==NULL' is not redundant
libchamplain-0.12.9/demos/markers-vala.c:163:13: note: Assignment '_tmp17_=e', assigned value is 0
libchamplain-0.12.9/demos/markers-vala.c:164:13: note: Null pointer dereference
libchamplain-0.12.9/demos/markers-vala.c:201:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp23_. [nullPointerRedundantCheck]
libchamplain-0.12.9/demos/markers-vala.c:203:3: note: Assuming that condition 'e==NULL' is not redundant
libchamplain-0.12.9/demos/markers-vala.c:200:13: note: Assignment '_tmp23_=e', assigned value is 0
libchamplain-0.12.9/demos/markers-vala.c:201:13: note: Null pointer dereference
libchamplain-0.12.9/demos/markers-vala.c:83:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/markers-vala.c:63:0: note: Variable 'self' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:83:2: note: Variable 'self' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:88:2: style: Variable 'orange' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/markers-vala.c:64:0: note: Variable 'orange' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:88:2: note: Variable 'orange' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:89:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/markers-vala.c:67:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:89:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:91:2: style: Variable 'marker' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/markers-vala.c:66:0: note: Variable 'marker' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:91:2: note: Variable 'marker' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:92:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/markers-vala.c:68:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:92:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:94:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/markers-vala.c:69:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:94:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:96:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/markers-vala.c:70:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:96:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:97:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/markers-vala.c:71:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:97:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:99:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/markers-vala.c:72:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:99:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:101:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/markers-vala.c:73:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:101:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:106:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/markers-vala.c:105:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:106:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:108:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/markers-vala.c:104:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:108:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:122:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/markers-vala.c:119:0: note: Variable 'e' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:122:3: note: Variable 'e' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:124:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/markers-vala.c:120:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:124:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:125:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/markers-vala.c:121:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:125:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:145:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/markers-vala.c:144:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:145:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:147:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/markers-vala.c:143:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:147:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:161:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/markers-vala.c:158:0: note: Variable 'e' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:161:3: note: Variable 'e' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:163:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/markers-vala.c:159:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:163:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:164:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/markers-vala.c:160:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:164:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:182:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/markers-vala.c:181:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:182:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:184:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/markers-vala.c:180:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:184:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:198:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/markers-vala.c:195:0: note: Variable 'e' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:198:3: note: Variable 'e' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:200:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/markers-vala.c:196:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:200:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:201:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/markers-vala.c:197:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/markers-vala.c:201:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/url-marker.c:53:3: style: Variable 'mime_type' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/url-marker.c:43:0: note: Variable 'mime_type' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/url-marker.c:53:3: note: Variable 'mime_type' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/url-marker.c:55:3: style: Variable 'loader' is reassigned a value before the old one has been used. [redundantAssignment]
libchamplain-0.12.9/demos/url-marker.c:44:0: note: Variable 'loader' is reassigned a value before the old one has been used.
libchamplain-0.12.9/demos/url-marker.c:55:3: note: Variable 'loader' is reassigned a value before the old one has been used.
[14:10]

ftp://ftp.se.debian.org/debian/pool/main/libc/libchardet/libchardet_1.0.4.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libc/libchart-clicker-perl/libchart-clicker-perl_2.90.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libchart-gnuplot-perl/libchart-gnuplot-perl_0.23.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libchart-perl/libchart-perl_2.4.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libchart-strip-perl/libchart-strip-perl_1.08.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libchatbot-eliza-perl/libchatbot-eliza-perl_1.08.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcheck-isa-perl/libcheck-isa-perl_0.09.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libchemistry-elements-perl/libchemistry-elements-perl_1.072.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libchemistry-formula-perl/libchemistry-formula-perl_3.0.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libchewing/libchewing_0.5.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libc/libchi-driver-memcached-perl/libchi-driver-memcached-perl_0.15.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libchi-driver-redis-perl/libchi-driver-redis-perl_0.10.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libchi-memoize-perl/libchi-memoize-perl_0.07.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libchi-perl/libchi-perl_0.60.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libchild-perl/libchild-perl_0.013.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libchipcard/libchipcard_5.1.0beta.orig.tar.gz
libchipcard-5.1.0beta/src/ct/ddvcard/ddvcard.c:126:15: style: The scope of the variable 'currCardNumber' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/ct/ddvcard/ddvcard.c:757:7: style: The scope of the variable 'rv' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/ct/ddvcard/ddvcard.c:774:9: style: The scope of the variable 'i' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/ct/ddvcard/ddvcard.c:480:50: style: Function 'LC_Crypt_TokenDDV_Open' argument 2 names different: declaration 'admin' definition 'manage'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/ct/ddvcard/ddvcard_p.h:145:52: note: Function 'LC_Crypt_TokenDDV_Open' argument 2 names different: declaration 'admin' definition 'manage'.
libchipcard-5.1.0beta/src/ct/ddvcard/ddvcard.c:480:50: note: Function 'LC_Crypt_TokenDDV_Open' argument 2 names different: declaration 'admin' definition 'manage'.
libchipcard-5.1.0beta/src/ct/ddvcard/ddvcard.c:703:17: style: Function 'LC_Crypt_TokenDDV__IncSignSeq' argument 3 names different: declaration 'pSigCount' definition 'pSigCounter'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/ct/ddvcard/ddvcard_p.h:179:17: note: Function 'LC_Crypt_TokenDDV__IncSignSeq' argument 3 names different: declaration 'pSigCount' definition 'pSigCounter'.
libchipcard-5.1.0beta/src/ct/ddvcard/ddvcard.c:703:17: note: Function 'LC_Crypt_TokenDDV__IncSignSeq' argument 3 names different: declaration 'pSigCount' definition 'pSigCounter'.
libchipcard-5.1.0beta/src/ct/starcoscard/starcoscard.c:126:15: style: The scope of the variable 'currCardNumber' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/ct/starcoscard/starcoscard.c:521:54: style: Function 'LC_Crypt_TokenStarcos_Open' argument 2 names different: declaration 'admin' definition 'manage'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/ct/starcoscard/starcoscard_p.h:136:56: note: Function 'LC_Crypt_TokenStarcos_Open' argument 2 names different: declaration 'admin' definition 'manage'.
libchipcard-5.1.0beta/src/ct/starcoscard/starcoscard.c:521:54: note: Function 'LC_Crypt_TokenStarcos_Open' argument 2 names different: declaration 'admin' definition 'manage'.
libchipcard-5.1.0beta/src/ct/starcoscard/starcoscard.c:760:15: style: Function 'LC_Crypt_TokenStarcos_GetKeyInfo' argument 2 names different: declaration 'id' definition 'kid'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/ct/starcoscard/starcoscard_p.h:64:17: note: Function 'LC_Crypt_TokenStarcos_GetKeyInfo' argument 2 names different: declaration 'id' definition 'kid'.
libchipcard-5.1.0beta/src/ct/starcoscard/starcoscard.c:760:15: note: Function 'LC_Crypt_TokenStarcos_GetKeyInfo' argument 2 names different: declaration 'id' definition 'kid'.
libchipcard-5.1.0beta/src/ct/starcoscard/starcoscard.c:821:15: style: Function 'LC_Crypt_TokenStarcos_SetKeyInfo' argument 2 names different: declaration 'id' definition 'kid'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/ct/starcoscard/starcoscard_p.h:70:17: note: Function 'LC_Crypt_TokenStarcos_SetKeyInfo' argument 2 names different: declaration 'id' definition 'kid'.
libchipcard-5.1.0beta/src/ct/starcoscard/starcoscard.c:821:15: note: Function 'LC_Crypt_TokenStarcos_SetKeyInfo' argument 2 names different: declaration 'id' definition 'kid'.
libchipcard-5.1.0beta/src/ct/starcoscard/starcoscard.c:1213:16: style: Function 'LC_Crypt_TokenStarcos_Sign' argument 2 names different: declaration 'keyId' definition 'kid'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/ct/starcoscard/starcoscard_p.h:94:18: note: Function 'LC_Crypt_TokenStarcos_Sign' argument 2 names different: declaration 'keyId' definition 'kid'.
libchipcard-5.1.0beta/src/ct/starcoscard/starcoscard.c:1213:16: note: Function 'LC_Crypt_TokenStarcos_Sign' argument 2 names different: declaration 'keyId' definition 'kid'.
libchipcard-5.1.0beta/src/ct/starcoscard/starcoscard.c:1305:18: style: Function 'LC_Crypt_TokenStarcos_Verify' argument 2 names different: declaration 'keyId' definition 'kid'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/ct/starcoscard/starcoscard_p.h:105:20: note: Function 'LC_Crypt_TokenStarcos_Verify' argument 2 names different: declaration 'keyId' definition 'kid'.
libchipcard-5.1.0beta/src/ct/starcoscard/starcoscard.c:1305:18: note: Function 'LC_Crypt_TokenStarcos_Verify' argument 2 names different: declaration 'keyId' definition 'kid'.
libchipcard-5.1.0beta/src/ct/starcoscard/starcoscard.c:1376:20: style: Function 'LC_Crypt_TokenStarcos_Encipher' argument 2 names different: declaration 'keyId' definition 'kid'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/ct/starcoscard/starcoscard_p.h:116:15: note: Function 'LC_Crypt_TokenStarcos_Encipher' argument 2 names different: declaration 'keyId' definition 'kid'.
libchipcard-5.1.0beta/src/ct/starcoscard/starcoscard.c:1376:20: note: Function 'LC_Crypt_TokenStarcos_Encipher' argument 2 names different: declaration 'keyId' definition 'kid'.
libchipcard-5.1.0beta/src/ct/starcoscard/starcoscard.c:1471:20: style: Function 'LC_Crypt_TokenStarcos_Decipher' argument 2 names different: declaration 'keyId' definition 'kid'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/ct/starcoscard/starcoscard_p.h:126:15: note: Function 'LC_Crypt_TokenStarcos_Decipher' argument 2 names different: declaration 'keyId' definition 'kid'.
libchipcard-5.1.0beta/src/ct/starcoscard/starcoscard.c:1471:20: note: Function 'LC_Crypt_TokenStarcos_Decipher' argument 2 names different: declaration 'keyId' definition 'kid'.
libchipcard-5.1.0beta/src/ct/zkacard/zkacard.c:126:15: style: The scope of the variable 'currCardNumber' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/ct/zkacard/zkacard.c:1003:21: style: The scope of the variable 'dbEntry' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/ct/zkacard/zkacard.c:507:50: style: Function 'LC_Crypt_TokenZka_Open' argument 2 names different: declaration 'admin' definition 'manage'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/ct/zkacard/zkacard_p.h:148:52: note: Function 'LC_Crypt_TokenZka_Open' argument 2 names different: declaration 'admin' definition 'manage'.
libchipcard-5.1.0beta/src/ct/zkacard/zkacard.c:507:50: note: Function 'LC_Crypt_TokenZka_Open' argument 2 names different: declaration 'admin' definition 'manage'.
libchipcard-5.1.0beta/src/ct/zkacard/zkacard.c:640:18: style: Function 'LC_Crypt_TokenZka_GetKeyInfo' argument 2 names different: declaration 'id' definition 'kid'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/ct/zkacard/zkacard_p.h:76:17: note: Function 'LC_Crypt_TokenZka_GetKeyInfo' argument 2 names different: declaration 'id' definition 'kid'.
libchipcard-5.1.0beta/src/ct/zkacard/zkacard.c:640:18: note: Function 'LC_Crypt_TokenZka_GetKeyInfo' argument 2 names different: declaration 'id' definition 'kid'.
libchipcard-5.1.0beta/src/ct/zkacard/zkacard.c:811:16: style: Function 'LC_Crypt_TokenZka_Sign' argument 2 names different: declaration 'keyId' definition 'kid'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/ct/zkacard/zkacard_p.h:106:18: note: Function 'LC_Crypt_TokenZka_Sign' argument 2 names different: declaration 'keyId' definition 'kid'.
libchipcard-5.1.0beta/src/ct/zkacard/zkacard.c:811:16: note: Function 'LC_Crypt_TokenZka_Sign' argument 2 names different: declaration 'keyId' definition 'kid'.
libchipcard-5.1.0beta/src/ct/zkacard/zkacard.c:858:18: style: Function 'LC_Crypt_TokenZka_Verify' argument 2 names different: declaration 'keyId' definition 'kid'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/ct/zkacard/zkacard_p.h:117:20: note: Function 'LC_Crypt_TokenZka_Verify' argument 2 names different: declaration 'keyId' definition 'kid'.
libchipcard-5.1.0beta/src/ct/zkacard/zkacard.c:858:18: note: Function 'LC_Crypt_TokenZka_Verify' argument 2 names different: declaration 'keyId' definition 'kid'.
libchipcard-5.1.0beta/src/ct/zkacard/zkacard.c:874:20: style: Function 'LC_Crypt_TokenZka_Encipher' argument 2 names different: declaration 'keyId' definition 'kid'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/ct/zkacard/zkacard_p.h:128:15: note: Function 'LC_Crypt_TokenZka_Encipher' argument 2 names different: declaration 'keyId' definition 'kid'.
libchipcard-5.1.0beta/src/ct/zkacard/zkacard.c:874:20: note: Function 'LC_Crypt_TokenZka_Encipher' argument 2 names different: declaration 'keyId' definition 'kid'.
libchipcard-5.1.0beta/src/ct/zkacard/zkacard.c:889:20: style: Function 'LC_Crypt_TokenZka_Decipher' argument 2 names different: declaration 'keyId' definition 'kid'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/ct/zkacard/zkacard_p.h:138:15: note: Function 'LC_Crypt_TokenZka_Decipher' argument 2 names different: declaration 'keyId' definition 'kid'.
libchipcard-5.1.0beta/src/ct/zkacard/zkacard.c:889:20: note: Function 'LC_Crypt_TokenZka_Decipher' argument 2 names different: declaration 'keyId' definition 'kid'.
libchipcard-5.1.0beta/src/lib/client/base/card.c:727:17: style: The scope of the variable 'n' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/lib/client/base/card.c:1379:10: style: The scope of the variable 'numbuf' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/lib/client/base/card_iso.c:13:15: style: The scope of the variable 'p' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/lib/client/base/card_iso.c:220:15: style: The scope of the variable 'p' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/lib/client/base/card.c:301:39: style: Function 'LC_Card_GetLastSW1' argument 1 names different: declaration 'card' definition 'cd'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/base/card.h:311:39: note: Function 'LC_Card_GetLastSW1' argument 1 names different: declaration 'card' definition 'cd'.
libchipcard-5.1.0beta/src/lib/client/base/card.c:301:39: note: Function 'LC_Card_GetLastSW1' argument 1 names different: declaration 'card' definition 'cd'.
libchipcard-5.1.0beta/src/lib/client/base/card.c:308:39: style: Function 'LC_Card_GetLastSW2' argument 1 names different: declaration 'card' definition 'cd'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/base/card.h:314:39: note: Function 'LC_Card_GetLastSW2' argument 1 names different: declaration 'card' definition 'cd'.
libchipcard-5.1.0beta/src/lib/client/base/card.c:308:39: note: Function 'LC_Card_GetLastSW2' argument 1 names different: declaration 'card' definition 'cd'.
libchipcard-5.1.0beta/src/lib/client/base/card.c:315:50: style: Function 'LC_Card_GetLastResult' argument 1 names different: declaration 'card' definition 'cd'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/base/card.h:317:50: note: Function 'LC_Card_GetLastResult' argument 1 names different: declaration 'card' definition 'cd'.
libchipcard-5.1.0beta/src/lib/client/base/card.c:315:50: note: Function 'LC_Card_GetLastResult' argument 1 names different: declaration 'card' definition 'cd'.
libchipcard-5.1.0beta/src/lib/client/base/card.c:322:48: style: Function 'LC_Card_GetLastText' argument 1 names different: declaration 'card' definition 'cd'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/base/card.h:320:48: note: Function 'LC_Card_GetLastText' argument 1 names different: declaration 'card' definition 'cd'.
libchipcard-5.1.0beta/src/lib/client/base/card.c:322:48: note: Function 'LC_Card_GetLastText' argument 1 names different: declaration 'card' definition 'cd'.
libchipcard-5.1.0beta/src/lib/client/base/card.c:398:42: style: Function 'LC_Card_Dump' argument 2 names different: declaration 'indent' definition 'insert'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/base/card.h:335:42: note: Function 'LC_Card_Dump' argument 2 names different: declaration 'indent' definition 'insert'.
libchipcard-5.1.0beta/src/lib/client/base/card.c:398:42: note: Function 'LC_Card_Dump' argument 2 names different: declaration 'indent' definition 'insert'.
libchipcard-5.1.0beta/src/lib/client/base/client_cmd.c:231:21: style: The scope of the variable 'n' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/lib/client/base/client_cmd.c:356:17: style: The scope of the variable 'rnode' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/lib/client/base/client.c:463:24: style: Function 'LC_Client_ConnectCard' argument 2 names different: declaration 'readerName' definition 'rname'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/base/client_p.h:139:24: note: Function 'LC_Client_ConnectCard' argument 2 names different: declaration 'readerName' definition 'rname'.
libchipcard-5.1.0beta/src/lib/client/base/client.c:463:24: note: Function 'LC_Client_ConnectCard' argument 2 names different: declaration 'readerName' definition 'rname'.
libchipcard-5.1.0beta/src/lib/client/base/client.c:579:22: style: Function 'LC_Client_ExecApdu' argument 4 names different: declaration 'len' definition 'apdulen'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/base/client_l.h:23:50: note: Function 'LC_Client_ExecApdu' argument 4 names different: declaration 'len' definition 'apdulen'.
libchipcard-5.1.0beta/src/lib/client/base/client.c:579:22: note: Function 'LC_Client_ExecApdu' argument 4 names different: declaration 'len' definition 'apdulen'.
libchipcard-5.1.0beta/src/lib/client/base/client_cmd.c:820:51: style: Function 'LC_Client_BuildApdu' argument 5 names different: declaration 'gbuf' definition 'buf'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/base/client_l.h:31:51: note: Function 'LC_Client_BuildApdu' argument 5 names different: declaration 'gbuf' definition 'buf'.
libchipcard-5.1.0beta/src/lib/client/base/client_cmd.c:820:51: note: Function 'LC_Client_BuildApdu' argument 5 names different: declaration 'gbuf' definition 'buf'.
libchipcard-5.1.0beta/src/lib/client/cards/ddvcard/ddvcard.c:896:17: style: The scope of the variable 'dbCurr' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/lib/client/cards/egkcard/egkcard.c:779:15: style: The scope of the variable 's' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/lib/client/cards/egkcard/egkcard.c:780:17: style: The scope of the variable 'nn' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/lib/client/cards/egkcard/egkcard.c:841:15: style: The scope of the variable 's' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/lib/client/cards/egkcard/egkcard.c:842:17: style: The scope of the variable 'nn' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte.c:410:17: style: The scope of the variable 'dbCurr' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte.c:621:17: style: The scope of the variable 'dbCurr' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:50:67: style: Function 'LC_GeldKarte_BLog_dup' argument 1 names different: declaration 'st' definition 'd'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.h:136:79: note: Function 'LC_GeldKarte_BLog_dup' argument 1 names different: declaration 'st' definition 'd'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:50:67: note: Function 'LC_GeldKarte_BLog_dup' argument 1 names different: declaration 'st' definition 'd'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:139:58: style: Function 'LC_GeldKarte_BLog_GetStatus' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.h:159:71: note: Function 'LC_GeldKarte_BLog_GetStatus' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:139:58: note: Function 'LC_GeldKarte_BLog_GetStatus' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:145:53: style: Function 'LC_GeldKarte_BLog_SetStatus' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.h:163:66: note: Function 'LC_GeldKarte_BLog_SetStatus' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:145:53: note: Function 'LC_GeldKarte_BLog_SetStatus' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:154:56: style: Function 'LC_GeldKarte_BLog_GetBSeq' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.h:168:69: note: Function 'LC_GeldKarte_BLog_GetBSeq' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:154:56: note: Function 'LC_GeldKarte_BLog_GetBSeq' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:160:51: style: Function 'LC_GeldKarte_BLog_SetBSeq' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.h:172:64: note: Function 'LC_GeldKarte_BLog_SetBSeq' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:160:51: note: Function 'LC_GeldKarte_BLog_SetBSeq' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:169:56: style: Function 'LC_GeldKarte_BLog_GetLSeq' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.h:177:69: note: Function 'LC_GeldKarte_BLog_GetLSeq' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:169:56: note: Function 'LC_GeldKarte_BLog_GetLSeq' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:175:51: style: Function 'LC_GeldKarte_BLog_SetLSeq' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.h:181:64: note: Function 'LC_GeldKarte_BLog_SetLSeq' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:175:51: note: Function 'LC_GeldKarte_BLog_SetLSeq' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:184:57: style: Function 'LC_GeldKarte_BLog_GetValue' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.h:186:70: note: Function 'LC_GeldKarte_BLog_GetValue' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:184:57: note: Function 'LC_GeldKarte_BLog_GetValue' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:190:52: style: Function 'LC_GeldKarte_BLog_SetValue' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.h:190:65: note: Function 'LC_GeldKarte_BLog_SetValue' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:190:52: note: Function 'LC_GeldKarte_BLog_SetValue' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:199:70: style: Function 'LC_GeldKarte_BLog_GetMerchantId' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.h:195:83: note: Function 'LC_GeldKarte_BLog_GetMerchantId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:199:70: note: Function 'LC_GeldKarte_BLog_GetMerchantId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:205:57: style: Function 'LC_GeldKarte_BLog_SetMerchantId' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.h:199:70: note: Function 'LC_GeldKarte_BLog_SetMerchantId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:205:57: note: Function 'LC_GeldKarte_BLog_SetMerchantId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:219:56: style: Function 'LC_GeldKarte_BLog_GetHSeq' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.h:204:69: note: Function 'LC_GeldKarte_BLog_GetHSeq' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:219:56: note: Function 'LC_GeldKarte_BLog_GetHSeq' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:225:51: style: Function 'LC_GeldKarte_BLog_SetHSeq' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.h:208:64: note: Function 'LC_GeldKarte_BLog_SetHSeq' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:225:51: note: Function 'LC_GeldKarte_BLog_SetHSeq' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:234:56: style: Function 'LC_GeldKarte_BLog_GetSSeq' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.h:213:69: note: Function 'LC_GeldKarte_BLog_GetSSeq' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:234:56: note: Function 'LC_GeldKarte_BLog_GetSSeq' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:240:51: style: Function 'LC_GeldKarte_BLog_SetSSeq' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.h:217:64: note: Function 'LC_GeldKarte_BLog_SetSSeq' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:240:51: note: Function 'LC_GeldKarte_BLog_SetSSeq' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:249:58: style: Function 'LC_GeldKarte_BLog_GetLoaded' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.h:222:71: note: Function 'LC_GeldKarte_BLog_GetLoaded' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:249:58: note: Function 'LC_GeldKarte_BLog_GetLoaded' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:255:53: style: Function 'LC_GeldKarte_BLog_SetLoaded' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.h:226:66: note: Function 'LC_GeldKarte_BLog_SetLoaded' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:255:53: note: Function 'LC_GeldKarte_BLog_SetLoaded' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:264:69: style: Function 'LC_GeldKarte_BLog_GetTime' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.h:231:82: note: Function 'LC_GeldKarte_BLog_GetTime' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:264:69: note: Function 'LC_GeldKarte_BLog_GetTime' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:270:51: style: Function 'LC_GeldKarte_BLog_SetTime' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.h:235:64: note: Function 'LC_GeldKarte_BLog_SetTime' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:270:51: note: Function 'LC_GeldKarte_BLog_SetTime' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:284:57: style: Function 'LC_GeldKarte_BLog_GetKeyId' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.h:240:70: note: Function 'LC_GeldKarte_BLog_GetKeyId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:284:57: note: Function 'LC_GeldKarte_BLog_GetKeyId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:290:52: style: Function 'LC_GeldKarte_BLog_SetKeyId' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.h:244:65: note: Function 'LC_GeldKarte_BLog_SetKeyId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_blog.c:290:52: note: Function 'LC_GeldKarte_BLog_SetKeyId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:54:67: style: Function 'LC_GeldKarte_LLog_dup' argument 1 names different: declaration 'st' definition 'd'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.h:127:79: note: Function 'LC_GeldKarte_LLog_dup' argument 1 names different: declaration 'st' definition 'd'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:54:67: note: Function 'LC_GeldKarte_LLog_dup' argument 1 names different: declaration 'st' definition 'd'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:143:58: style: Function 'LC_GeldKarte_LLog_GetStatus' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.h:150:71: note: Function 'LC_GeldKarte_LLog_GetStatus' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:143:58: note: Function 'LC_GeldKarte_LLog_GetStatus' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:149:53: style: Function 'LC_GeldKarte_LLog_SetStatus' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.h:154:66: note: Function 'LC_GeldKarte_LLog_SetStatus' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:149:53: note: Function 'LC_GeldKarte_LLog_SetStatus' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:158:56: style: Function 'LC_GeldKarte_LLog_GetBSeq' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.h:159:69: note: Function 'LC_GeldKarte_LLog_GetBSeq' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:158:56: note: Function 'LC_GeldKarte_LLog_GetBSeq' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:164:51: style: Function 'LC_GeldKarte_LLog_SetBSeq' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.h:163:64: note: Function 'LC_GeldKarte_LLog_SetBSeq' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:164:51: note: Function 'LC_GeldKarte_LLog_SetBSeq' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:173:56: style: Function 'LC_GeldKarte_LLog_GetLSeq' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.h:168:69: note: Function 'LC_GeldKarte_LLog_GetLSeq' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:173:56: note: Function 'LC_GeldKarte_LLog_GetLSeq' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:179:51: style: Function 'LC_GeldKarte_LLog_SetLSeq' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.h:172:64: note: Function 'LC_GeldKarte_LLog_SetLSeq' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:179:51: note: Function 'LC_GeldKarte_LLog_SetLSeq' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:188:57: style: Function 'LC_GeldKarte_LLog_GetValue' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.h:177:70: note: Function 'LC_GeldKarte_LLog_GetValue' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:188:57: note: Function 'LC_GeldKarte_LLog_GetValue' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:194:52: style: Function 'LC_GeldKarte_LLog_SetValue' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.h:181:65: note: Function 'LC_GeldKarte_LLog_SetValue' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:194:52: note: Function 'LC_GeldKarte_LLog_SetValue' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:203:68: style: Function 'LC_GeldKarte_LLog_GetCenterId' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.h:186:81: note: Function 'LC_GeldKarte_LLog_GetCenterId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:203:68: note: Function 'LC_GeldKarte_LLog_GetCenterId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:209:55: style: Function 'LC_GeldKarte_LLog_SetCenterId' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.h:190:68: note: Function 'LC_GeldKarte_LLog_SetCenterId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:209:55: note: Function 'LC_GeldKarte_LLog_SetCenterId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:223:70: style: Function 'LC_GeldKarte_LLog_GetTerminalId' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.h:195:83: note: Function 'LC_GeldKarte_LLog_GetTerminalId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:223:70: note: Function 'LC_GeldKarte_LLog_GetTerminalId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:229:57: style: Function 'LC_GeldKarte_LLog_SetTerminalId' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.h:199:70: note: Function 'LC_GeldKarte_LLog_SetTerminalId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:229:57: note: Function 'LC_GeldKarte_LLog_SetTerminalId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:243:67: style: Function 'LC_GeldKarte_LLog_GetTraceId' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.h:204:80: note: Function 'LC_GeldKarte_LLog_GetTraceId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:243:67: note: Function 'LC_GeldKarte_LLog_GetTraceId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:249:54: style: Function 'LC_GeldKarte_LLog_SetTraceId' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.h:208:67: note: Function 'LC_GeldKarte_LLog_SetTraceId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:249:54: note: Function 'LC_GeldKarte_LLog_SetTraceId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:263:58: style: Function 'LC_GeldKarte_LLog_GetLoaded' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.h:213:71: note: Function 'LC_GeldKarte_LLog_GetLoaded' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:263:58: note: Function 'LC_GeldKarte_LLog_GetLoaded' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:269:53: style: Function 'LC_GeldKarte_LLog_SetLoaded' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.h:217:66: note: Function 'LC_GeldKarte_LLog_SetLoaded' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:269:53: note: Function 'LC_GeldKarte_LLog_SetLoaded' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:278:69: style: Function 'LC_GeldKarte_LLog_GetTime' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.h:222:82: note: Function 'LC_GeldKarte_LLog_GetTime' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:278:69: note: Function 'LC_GeldKarte_LLog_GetTime' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:284:51: style: Function 'LC_GeldKarte_LLog_SetTime' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.h:226:64: note: Function 'LC_GeldKarte_LLog_SetTime' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_llog.c:284:51: note: Function 'LC_GeldKarte_LLog_SetTime' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_values.c:46:73: style: Function 'LC_GeldKarte_Values_dup' argument 1 names different: declaration 'st' definition 'd'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_values.h:73:85: note: Function 'LC_GeldKarte_Values_dup' argument 1 names different: declaration 'st' definition 'd'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_values.c:46:73: note: Function 'LC_GeldKarte_Values_dup' argument 1 names different: declaration 'st' definition 'd'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_values.c:94:62: style: Function 'LC_GeldKarte_Values_GetLoaded' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_values.h:96:75: note: Function 'LC_GeldKarte_Values_GetLoaded' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_values.c:94:62: note: Function 'LC_GeldKarte_Values_GetLoaded' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_values.c:100:57: style: Function 'LC_GeldKarte_Values_SetLoaded' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_values.h:100:70: note: Function 'LC_GeldKarte_Values_SetLoaded' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_values.c:100:57: note: Function 'LC_GeldKarte_Values_SetLoaded' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_values.c:109:63: style: Function 'LC_GeldKarte_Values_GetMaxLoad' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_values.h:105:76: note: Function 'LC_GeldKarte_Values_GetMaxLoad' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_values.c:109:63: note: Function 'LC_GeldKarte_Values_GetMaxLoad' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_values.c:115:58: style: Function 'LC_GeldKarte_Values_SetMaxLoad' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_values.h:109:71: note: Function 'LC_GeldKarte_Values_SetMaxLoad' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_values.c:115:58: note: Function 'LC_GeldKarte_Values_SetMaxLoad' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_values.c:124:63: style: Function 'LC_GeldKarte_Values_GetMaxXfer' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_values.h:114:76: note: Function 'LC_GeldKarte_Values_GetMaxXfer' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_values.c:124:63: note: Function 'LC_GeldKarte_Values_GetMaxXfer' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_values.c:130:58: style: Function 'LC_GeldKarte_Values_SetMaxXfer' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_values.h:118:71: note: Function 'LC_GeldKarte_Values_SetMaxXfer' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/geldkarte/geldkarte_values.c:130:58: note: Function 'LC_GeldKarte_Values_SetMaxXfer' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.c:60:74: style: Function 'LC_HIInsuranceData_dup' argument 1 names different: declaration 'st' definition 'd'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.h:94:86: note: Function 'LC_HIInsuranceData_dup' argument 1 names different: declaration 'st' definition 'd'.
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.c:60:74: note: Function 'LC_HIInsuranceData_dup' argument 1 names different: declaration 'st' definition 'd'.
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.c:150:77: style: Function 'LC_HIInsuranceData_GetInstitutionId' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.h:117:90: note: Function 'LC_HIInsuranceData_GetInstitutionId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.c:150:77: note: Function 'LC_HIInsuranceData_GetInstitutionId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.c:156:64: style: Function 'LC_HIInsuranceData_SetInstitutionId' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.h:121:77: note: Function 'LC_HIInsuranceData_SetInstitutionId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.c:156:64: note: Function 'LC_HIInsuranceData_SetInstitutionId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.c:170:79: style: Function 'LC_HIInsuranceData_GetInstitutionName' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.h:126:92: note: Function 'LC_HIInsuranceData_GetInstitutionName' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.c:170:79: note: Function 'LC_HIInsuranceData_GetInstitutionName' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.c:176:66: style: Function 'LC_HIInsuranceData_SetInstitutionName' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.h:130:79: note: Function 'LC_HIInsuranceData_SetInstitutionName' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.c:176:66: note: Function 'LC_HIInsuranceData_SetInstitutionName' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.c:190:79: style: Function 'LC_HIInsuranceData_GetCoverBegin' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.h:135:92: note: Function 'LC_HIInsuranceData_GetCoverBegin' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.c:190:79: note: Function 'LC_HIInsuranceData_GetCoverBegin' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.c:196:61: style: Function 'LC_HIInsuranceData_SetCoverBegin' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.h:139:74: note: Function 'LC_HIInsuranceData_SetCoverBegin' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.c:196:61: note: Function 'LC_HIInsuranceData_SetCoverBegin' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.c:210:77: style: Function 'LC_HIInsuranceData_GetCoverEnd' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.h:144:90: note: Function 'LC_HIInsuranceData_GetCoverEnd' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.c:210:77: note: Function 'LC_HIInsuranceData_GetCoverEnd' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.c:216:59: style: Function 'LC_HIInsuranceData_SetCoverEnd' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.h:148:72: note: Function 'LC_HIInsuranceData_SetCoverEnd' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.c:216:59: note: Function 'LC_HIInsuranceData_SetCoverEnd' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.c:230:70: style: Function 'LC_HIInsuranceData_GetStatus' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.h:153:83: note: Function 'LC_HIInsuranceData_GetStatus' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.c:230:70: note: Function 'LC_HIInsuranceData_GetStatus' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.c:236:57: style: Function 'LC_HIInsuranceData_SetStatus' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.h:157:70: note: Function 'LC_HIInsuranceData_SetStatus' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.c:236:57: note: Function 'LC_HIInsuranceData_SetStatus' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.c:250:69: style: Function 'LC_HIInsuranceData_GetGroup' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.h:162:82: note: Function 'LC_HIInsuranceData_GetGroup' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.c:250:69: note: Function 'LC_HIInsuranceData_GetGroup' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.c:256:56: style: Function 'LC_HIInsuranceData_SetGroup' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.h:166:69: note: Function 'LC_HIInsuranceData_SetGroup' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hiinsurancedata.c:256:56: note: Function 'LC_HIInsuranceData_SetGroup' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:97:71: style: Function 'LC_HIPersonalData_dup' argument 1 names different: declaration 'st' definition 'd'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.h:168:83: note: Function 'LC_HIPersonalData_dup' argument 1 names different: declaration 'st' definition 'd'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:97:71: note: Function 'LC_HIPersonalData_dup' argument 1 names different: declaration 'st' definition 'd'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:218:73: style: Function 'LC_HIPersonalData_GetInsuranceId' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.h:192:86: note: Function 'LC_HIPersonalData_GetInsuranceId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:218:73: note: Function 'LC_HIPersonalData_GetInsuranceId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:224:60: style: Function 'LC_HIPersonalData_SetInsuranceId' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.h:196:73: note: Function 'LC_HIPersonalData_SetInsuranceId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:224:60: note: Function 'LC_HIPersonalData_SetInsuranceId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:238:69: style: Function 'LC_HIPersonalData_GetPrename' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.h:201:82: note: Function 'LC_HIPersonalData_GetPrename' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:238:69: note: Function 'LC_HIPersonalData_GetPrename' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:244:56: style: Function 'LC_HIPersonalData_SetPrename' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.h:205:69: note: Function 'LC_HIPersonalData_SetPrename' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:244:56: note: Function 'LC_HIPersonalData_SetPrename' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:258:66: style: Function 'LC_HIPersonalData_GetName' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.h:210:79: note: Function 'LC_HIPersonalData_GetName' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:258:66: note: Function 'LC_HIPersonalData_GetName' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:264:53: style: Function 'LC_HIPersonalData_SetName' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.h:214:66: note: Function 'LC_HIPersonalData_SetName' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:264:53: note: Function 'LC_HIPersonalData_SetName' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:278:67: style: Function 'LC_HIPersonalData_GetTitle' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.h:219:80: note: Function 'LC_HIPersonalData_GetTitle' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:278:67: note: Function 'LC_HIPersonalData_GetTitle' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:284:54: style: Function 'LC_HIPersonalData_SetTitle' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.h:223:67: note: Function 'LC_HIPersonalData_SetTitle' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:284:54: note: Function 'LC_HIPersonalData_SetTitle' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:298:72: style: Function 'LC_HIPersonalData_GetNameSuffix' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.h:228:85: note: Function 'LC_HIPersonalData_GetNameSuffix' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:298:72: note: Function 'LC_HIPersonalData_GetNameSuffix' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:304:59: style: Function 'LC_HIPersonalData_SetNameSuffix' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.h:232:72: note: Function 'LC_HIPersonalData_SetNameSuffix' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:304:59: note: Function 'LC_HIPersonalData_SetNameSuffix' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:318:77: style: Function 'LC_HIPersonalData_GetSex' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.h:237:90: note: Function 'LC_HIPersonalData_GetSex' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:318:77: note: Function 'LC_HIPersonalData_GetSex' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:324:52: style: Function 'LC_HIPersonalData_SetSex' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.h:241:65: note: Function 'LC_HIPersonalData_SetSex' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:324:52: note: Function 'LC_HIPersonalData_SetSex' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:333:78: style: Function 'LC_HIPersonalData_GetDateOfBirth' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.h:246:91: note: Function 'LC_HIPersonalData_GetDateOfBirth' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:333:78: note: Function 'LC_HIPersonalData_GetDateOfBirth' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:339:60: style: Function 'LC_HIPersonalData_SetDateOfBirth' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.h:250:73: note: Function 'LC_HIPersonalData_SetDateOfBirth' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:339:60: note: Function 'LC_HIPersonalData_SetDateOfBirth' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:353:73: style: Function 'LC_HIPersonalData_GetAddrZipCode' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.h:255:86: note: Function 'LC_HIPersonalData_GetAddrZipCode' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:353:73: note: Function 'LC_HIPersonalData_GetAddrZipCode' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:359:60: style: Function 'LC_HIPersonalData_SetAddrZipCode' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.h:259:73: note: Function 'LC_HIPersonalData_SetAddrZipCode' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:359:60: note: Function 'LC_HIPersonalData_SetAddrZipCode' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:373:70: style: Function 'LC_HIPersonalData_GetAddrCity' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.h:264:83: note: Function 'LC_HIPersonalData_GetAddrCity' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:373:70: note: Function 'LC_HIPersonalData_GetAddrCity' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:379:57: style: Function 'LC_HIPersonalData_SetAddrCity' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.h:268:70: note: Function 'LC_HIPersonalData_SetAddrCity' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:379:57: note: Function 'LC_HIPersonalData_SetAddrCity' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:393:71: style: Function 'LC_HIPersonalData_GetAddrState' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.h:273:84: note: Function 'LC_HIPersonalData_GetAddrState' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:393:71: note: Function 'LC_HIPersonalData_GetAddrState' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:399:58: style: Function 'LC_HIPersonalData_SetAddrState' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.h:277:71: note: Function 'LC_HIPersonalData_SetAddrState' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:399:58: note: Function 'LC_HIPersonalData_SetAddrState' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:413:73: style: Function 'LC_HIPersonalData_GetAddrCountry' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.h:282:86: note: Function 'LC_HIPersonalData_GetAddrCountry' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:413:73: note: Function 'LC_HIPersonalData_GetAddrCountry' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:419:60: style: Function 'LC_HIPersonalData_SetAddrCountry' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.h:286:73: note: Function 'LC_HIPersonalData_SetAddrCountry' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:419:60: note: Function 'LC_HIPersonalData_SetAddrCountry' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:433:72: style: Function 'LC_HIPersonalData_GetAddrStreet' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.h:291:85: note: Function 'LC_HIPersonalData_GetAddrStreet' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:433:72: note: Function 'LC_HIPersonalData_GetAddrStreet' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:439:59: style: Function 'LC_HIPersonalData_SetAddrStreet' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.h:295:72: note: Function 'LC_HIPersonalData_SetAddrStreet' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:439:59: note: Function 'LC_HIPersonalData_SetAddrStreet' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:453:74: style: Function 'LC_HIPersonalData_GetAddrHouseNum' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.h:300:87: note: Function 'LC_HIPersonalData_GetAddrHouseNum' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:453:74: note: Function 'LC_HIPersonalData_GetAddrHouseNum' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:459:61: style: Function 'LC_HIPersonalData_SetAddrHouseNum' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.h:304:74: note: Function 'LC_HIPersonalData_SetAddrHouseNum' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/hipersonaldata.c:459:61: note: Function 'LC_HIPersonalData_SetAddrHouseNum' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos.c:190:7: style: The scope of the variable 'x' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos.c:191:15: style: The scope of the variable 's' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos.c:426:16: style: The scope of the variable 'mbuf' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos.c:1116:39: portability: 'p' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos_keydescr.c:48:73: style: Function 'LC_Starcos_KeyDescr_dup' argument 1 names different: declaration 'st' definition 'd'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos_keydescr.h:83:85: note: Function 'LC_Starcos_KeyDescr_dup' argument 1 names different: declaration 'st' definition 'd'.
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos_keydescr.c:48:73: note: Function 'LC_Starcos_KeyDescr_dup' argument 1 names different: declaration 'st' definition 'd'.
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos_keydescr.c:104:61: style: Function 'LC_Starcos_KeyDescr_GetKeyId' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos_keydescr.h:106:74: note: Function 'LC_Starcos_KeyDescr_GetKeyId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos_keydescr.c:104:61: note: Function 'LC_Starcos_KeyDescr_GetKeyId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos_keydescr.c:110:56: style: Function 'LC_Starcos_KeyDescr_SetKeyId' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos_keydescr.h:110:69: note: Function 'LC_Starcos_KeyDescr_SetKeyId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos_keydescr.c:110:56: note: Function 'LC_Starcos_KeyDescr_SetKeyId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos_keydescr.c:119:62: style: Function 'LC_Starcos_KeyDescr_GetStatus' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos_keydescr.h:115:75: note: Function 'LC_Starcos_KeyDescr_GetStatus' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos_keydescr.c:119:62: note: Function 'LC_Starcos_KeyDescr_GetStatus' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos_keydescr.c:125:57: style: Function 'LC_Starcos_KeyDescr_SetStatus' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos_keydescr.h:119:70: note: Function 'LC_Starcos_KeyDescr_SetStatus' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos_keydescr.c:125:57: note: Function 'LC_Starcos_KeyDescr_SetStatus' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos_keydescr.c:134:63: style: Function 'LC_Starcos_KeyDescr_GetKeyType' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos_keydescr.h:124:76: note: Function 'LC_Starcos_KeyDescr_GetKeyType' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos_keydescr.c:134:63: note: Function 'LC_Starcos_KeyDescr_GetKeyType' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos_keydescr.c:140:58: style: Function 'LC_Starcos_KeyDescr_SetKeyType' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos_keydescr.h:128:71: note: Function 'LC_Starcos_KeyDescr_SetKeyType' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos_keydescr.c:140:58: note: Function 'LC_Starcos_KeyDescr_SetKeyType' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos_keydescr.c:149:62: style: Function 'LC_Starcos_KeyDescr_GetKeyNum' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos_keydescr.h:133:75: note: Function 'LC_Starcos_KeyDescr_GetKeyNum' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos_keydescr.c:149:62: note: Function 'LC_Starcos_KeyDescr_GetKeyNum' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos_keydescr.c:155:57: style: Function 'LC_Starcos_KeyDescr_SetKeyNum' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos_keydescr.h:137:70: note: Function 'LC_Starcos_KeyDescr_SetKeyNum' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos_keydescr.c:155:57: note: Function 'LC_Starcos_KeyDescr_SetKeyNum' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos_keydescr.c:164:62: style: Function 'LC_Starcos_KeyDescr_GetKeyVer' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos_keydescr.h:142:75: note: Function 'LC_Starcos_KeyDescr_GetKeyVer' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos_keydescr.c:164:62: note: Function 'LC_Starcos_KeyDescr_GetKeyVer' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos_keydescr.c:170:57: style: Function 'LC_Starcos_KeyDescr_SetKeyVer' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos_keydescr.h:146:70: note: Function 'LC_Starcos_KeyDescr_SetKeyVer' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/starcos/starcos_keydescr.c:170:57: note: Function 'LC_Starcos_KeyDescr_SetKeyVer' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/client/cards/zkacard/zkacard.c:457:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libchipcard-5.1.0beta/src/lib/client/cards/zkacard/zkacard.c:533:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libchipcard-5.1.0beta/src/lib/client/cards/zkacard/zkacard.c:404:21: style: Variable 'jptr' is assigned a value that is never used. [unreadVariable]
libchipcard-5.1.0beta/src/lib/client/cards/zkacard/zkacard.c:483:21: style: Variable 'jptr' is assigned a value that is never used. [unreadVariable]
libchipcard-5.1.0beta/src/lib/client/libtest.c:828:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libchipcard-5.1.0beta/src/lib/sharedstuff/driverinfo.c:202:7: style: The scope of the variable 'drivers' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/lib/sharedstuff/driverinfo.c:262:17: style: The scope of the variable 'nLib' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/lib/sharedstuff/driverinfo.c:265:20: style: The scope of the variable 'slDirs' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/lib/sharedstuff/driverinfo.c:266:20: style: The scope of the variable 'slNames' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/lib/sharedstuff/driverinfo.c:267:16: style: The scope of the variable 'nbuf' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/lib/sharedstuff/driverinfo.c:237:17: style: Variable 'drivers' is modified but its new value is never used. [unreadVariable]
libchipcard-5.1.0beta/src/lib/sharedstuff/misc.c:108:15: style: The scope of the variable 'p' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/lib/sharedstuff/misc.c:229:15: style: The scope of the variable 'p' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/lib/sharedstuff/misc.c:409:15: style: The scope of the variable 'p' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/lib/sharedstuff/misc.c:448:15: style: The scope of the variable 'p' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/lib/sharedstuff/msgengine.c:160:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libchipcard-5.1.0beta/src/lib/sharedstuff/msgengine.c:199:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libchipcard-5.1.0beta/src/lib/sharedstuff/msgengine.c:254:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libchipcard-5.1.0beta/src/lib/sharedstuff/msgengine.c:630:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libchipcard-5.1.0beta/src/lib/sharedstuff/msgengine.c:735:12: warning: %i in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
libchipcard-5.1.0beta/src/lib/sharedstuff/msgengine.c:834:9: style: The scope of the variable 'j' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/lib/sharedstuff/msgengine.c:835:9: style: The scope of the variable 'k' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/lib/sharedstuff/msgengine.c:60:22: style: Variable 'e' is assigned a value that is never used. [unreadVariable]
libchipcard-5.1.0beta/src/lib/sharedstuff/msgengine.c:1086:13: style: Variable 'tagData' is assigned a value that is never used. [unreadVariable]
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.c:54:46: style: Function 'LC_PinInfo_dup' argument 1 names different: declaration 'st' definition 'd'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.h:111:58: note: Function 'LC_PinInfo_dup' argument 1 names different: declaration 'st' definition 'd'.
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.c:54:46: note: Function 'LC_PinInfo_dup' argument 1 names different: declaration 'st' definition 'd'.
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.c:124:50: style: Function 'LC_PinInfo_GetName' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.h:134:63: note: Function 'LC_PinInfo_GetName' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.c:124:50: note: Function 'LC_PinInfo_GetName' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.c:130:37: style: Function 'LC_PinInfo_SetName' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.h:138:50: note: Function 'LC_PinInfo_SetName' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.c:130:37: note: Function 'LC_PinInfo_SetName' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.c:144:45: style: Function 'LC_PinInfo_GetId' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.h:143:58: note: Function 'LC_PinInfo_GetId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.c:144:45: note: Function 'LC_PinInfo_GetId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.c:150:35: style: Function 'LC_PinInfo_SetId' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.h:147:48: note: Function 'LC_PinInfo_SetId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.c:150:35: note: Function 'LC_PinInfo_SetId' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.c:159:46: style: Function 'LC_PinInfo_GetEncoding' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.h:152:59: note: Function 'LC_PinInfo_GetEncoding' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.c:159:46: note: Function 'LC_PinInfo_GetEncoding' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.c:165:41: style: Function 'LC_PinInfo_SetEncoding' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.h:156:54: note: Function 'LC_PinInfo_SetEncoding' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.c:165:41: note: Function 'LC_PinInfo_SetEncoding' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.c:174:47: style: Function 'LC_PinInfo_GetMinLength' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.h:161:60: note: Function 'LC_PinInfo_GetMinLength' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.c:174:47: note: Function 'LC_PinInfo_GetMinLength' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.c:180:42: style: Function 'LC_PinInfo_SetMinLength' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.h:165:55: note: Function 'LC_PinInfo_SetMinLength' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.c:180:42: note: Function 'LC_PinInfo_SetMinLength' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.c:189:47: style: Function 'LC_PinInfo_GetMaxLength' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.h:170:60: note: Function 'LC_PinInfo_GetMaxLength' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.c:189:47: note: Function 'LC_PinInfo_GetMaxLength' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.c:195:42: style: Function 'LC_PinInfo_SetMaxLength' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.h:174:55: note: Function 'LC_PinInfo_SetMaxLength' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.c:195:42: note: Function 'LC_PinInfo_SetMaxLength' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.c:204:49: style: Function 'LC_PinInfo_GetAllowChange' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.h:179:62: note: Function 'LC_PinInfo_GetAllowChange' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.c:204:49: note: Function 'LC_PinInfo_GetAllowChange' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.c:210:44: style: Function 'LC_PinInfo_SetAllowChange' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.h:183:57: note: Function 'LC_PinInfo_SetAllowChange' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.c:210:44: note: Function 'LC_PinInfo_SetAllowChange' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.c:219:44: style: Function 'LC_PinInfo_GetFiller' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.h:188:57: note: Function 'LC_PinInfo_GetFiller' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.c:219:44: note: Function 'LC_PinInfo_GetFiller' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.c:225:39: style: Function 'LC_PinInfo_SetFiller' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.h:192:52: note: Function 'LC_PinInfo_SetFiller' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.c:225:39: note: Function 'LC_PinInfo_SetFiller' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.c:234:47: style: Function 'LC_PinInfo_GetRecordNum' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo_l.h:42:60: note: Function 'LC_PinInfo_GetRecordNum' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.c:234:47: note: Function 'LC_PinInfo_GetRecordNum' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.c:240:42: style: Function 'LC_PinInfo_SetRecordNum' argument 1 names different: declaration 'el' definition 'st'. [funcArgNamesDifferent]
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo_l.h:46:55: note: Function 'LC_PinInfo_SetRecordNum' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/lib/sharedstuff/pininfo.c:240:42: note: Function 'LC_PinInfo_SetRecordNum' argument 1 names different: declaration 'el' definition 'st'.
libchipcard-5.1.0beta/src/tools/chipcard-tool/main.c:268:5: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
libchipcard-5.1.0beta/src/tools/geldkarte/main.c:679:5: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
libchipcard-5.1.0beta/src/tools/kvkcard/main.c:340:5: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
libchipcard-5.1.0beta/src/tools/memcard/main.c:620:5: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
libchipcard-5.1.0beta/src/tools/memcard/main.c:619:5: note: Variable 'res' is reassigned a value before the old one has been used.
libchipcard-5.1.0beta/src/tools/memcard/main.c:620:5: note: Variable 'res' is reassigned a value before the old one has been used.
libchipcard-5.1.0beta/src/tools/memcard/main.c:230:15: style: The scope of the variable 's' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/tools/memcard/main.c:456:15: style: The scope of the variable 's' can be reduced. [variableScope]
libchipcard-5.1.0beta/src/tools/memcard/main.c:811:5: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
libchipcard-5.1.0beta/tutorials/examplecard.c:212:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libchipcard-5.1.0beta/tutorials/tutorial2.c:195:7: style: Condition '!dbData' is always true [knownConditionTrueFalse]
libchipcard-5.1.0beta/tutorials/tutorial2.c:102:24: note: Assignment 'dbData=NULL', assigned value is 0
libchipcard-5.1.0beta/tutorials/tutorial2.c:195:7: note: Condition '!dbData' is always true
[14:10]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcidr/libcidr_1.2.3.orig.tar.xz
libcidr-1.2.3/src/cidr_compare.c:15:9: style: The scope of the variable 'oct' can be reduced. [variableScope]
libcidr-1.2.3/src/cidr_compare.c:15:14: style: The scope of the variable 'bit' can be reduced. [variableScope]
libcidr-1.2.3/src/cidr_from_str.c:27:28: style: The scope of the variable 'nsect' can be reduced. [variableScope]
libcidr-1.2.3/src/cidr_from_str.c:352:49: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
libcidr-1.2.3/src/cidr_from_str.c:1017:24: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
libcidr-1.2.3/src/cidr_to_str.c:393:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
libcidr-1.2.3/src/cidr_to_str.c:25:10: style: The scope of the variable 'moct' can be reduced. [variableScope]
libcidr-1.2.3/src/test/inaddr/inaddr.c:28:6: style: The scope of the variable 'proto' can be reduced. [variableScope]
libcidr-1.2.3/src/test/kids/kids.c:19:8: style: The scope of the variable 'tcidr' can be reduced. [variableScope]
libcidr-1.2.3/src/test/kids/kids.c:20:8: style: The scope of the variable 'tstr' can be reduced. [variableScope]
libcidr-1.2.3/src/test/kids/kids.c:71:8: style: The scope of the variable 'net' can be reduced. [variableScope]
libcidr-1.2.3/src/test/mkstr/mkstr.c:22:8: style: The scope of the variable 'tcidr' can be reduced. [variableScope]
libcidr-1.2.3/src/test/mkstr/mkstr.c:23:8: style: The scope of the variable 'tstr' can be reduced. [variableScope]
libcidr-1.2.3/src/test/netbc/netbc.c:18:8: style: The scope of the variable 'tcidr' can be reduced. [variableScope]
libcidr-1.2.3/src/test/netbc/netbc.c:19:8: style: The scope of the variable 'tstr' can be reduced. [variableScope]
libcidr-1.2.3/src/test/nums/nums.c:18:8: style: The scope of the variable 'tcidr' can be reduced. [variableScope]
libcidr-1.2.3/src/test/nums/nums.c:19:8: style: The scope of the variable 'tstr' can be reduced. [variableScope]
libcidr-1.2.3/src/test/parent/parent.c:18:8: style: The scope of the variable 'tcidr' can be reduced. [variableScope]
libcidr-1.2.3/src/test/parent/parent.c:19:8: style: The scope of the variable 'tstr' can be reduced. [variableScope]
[14:10]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcircle-be-perl/libcircle-be-perl_0.173320.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcitadel/libcitadel_917.orig.tar.gz
libcitadel/lib/b64/cdecode.c:16:17: warning: Either the condition 'value_in>80' is redundant or the array 'decoding[80]' is accessed at index 80, which is out of bounds. [arrayIndexOutOfBoundsCond]
libcitadel/lib/b64/cdecode.c:15:31: note: Assuming that condition 'value_in>80' is not redundant
libcitadel/lib/b64/cdecode.c:16:17: note: Array index out of bounds
libcitadel/lib/b64/cencode.c:34:7: style: The scope of the variable 'fragment' can be reduced. [variableScope]
libcitadel/lib/hash.c:927:12: warning: Identical condition 'Hash==NULL', second condition is always false [identicalConditionAfterEarlyExit]
libcitadel/lib/hash.c:923:11: note: first condition
libcitadel/lib/hash.c:927:12: note: second condition
libcitadel/lib/hash.c:1287:17: style: The scope of the variable 'EndSet' can be reduced. [variableScope]
libcitadel/lib/hash.c:1288:8: style: The scope of the variable 'pEndSet' can be reduced. [variableScope]
libcitadel/lib/hash.c:178:52: style: Function 'dbg_PrintHash' argument 2 names different: declaration 'first' definition 'First'. [funcArgNamesDifferent]
libcitadel/lib/libcitadel.h:535:52: note: Function 'dbg_PrintHash' argument 2 names different: declaration 'first' definition 'First'.
libcitadel/lib/hash.c:178:52: note: Function 'dbg_PrintHash' argument 2 names different: declaration 'first' definition 'First'.
libcitadel/lib/hash.c:792:59: style: Function 'GetKey' argument 4 names different: declaration 'Data' definition 'Payload'. [funcArgNamesDifferent]
libcitadel/lib/libcitadel.h:532:59: note: Function 'GetKey' argument 4 names different: declaration 'Data' definition 'Payload'.
libcitadel/lib/hash.c:792:59: note: Function 'GetKey' argument 4 names different: declaration 'Data' definition 'Payload'.
libcitadel/lib/hash.c:1282:22: style: Function 'ParseMSet' argument 1 names different: declaration 'MsetList' definition 'MSetList'. [funcArgNamesDifferent]
libcitadel/lib/libcitadel.h:556:22: note: Function 'ParseMSet' argument 1 names different: declaration 'MsetList' definition 'MSetList'.
libcitadel/lib/hash.c:1282:22: note: Function 'ParseMSet' argument 1 names different: declaration 'MsetList' definition 'MSetList'.
libcitadel/lib/html_to_ascii.c:54:6: style: The scope of the variable 'inbuf_len' can be reduced. [variableScope]
libcitadel/lib/html_to_ascii.c:607:23: style: Variable 'output_len' is modified but its new value is never used. [unreadVariable]
libcitadel/lib/mime_parser.c:524:46: style: Redundant condition: If 'EXPR > 10', the comparison 'EXPR != -1' is always true. [redundantCondition]
libcitadel/lib/mime_parser.c:548:46: style: Redundant condition: If 'EXPR > 10', the comparison 'EXPR != -1' is always true. [redundantCondition]
libcitadel/lib/mime_parser.c:304:3: warning: Either the condition 'decoded==NULL' is redundant or there is possible null pointer dereference: decoded. [nullPointerRedundantCheck]
libcitadel/lib/mime_parser.c:332:14: note: Assuming that condition 'decoded==NULL' is not redundant
libcitadel/lib/mime_parser.c:304:3: note: Null pointer dereference
libcitadel/lib/mime_parser.c:331:3: warning: Either the condition 'decoded==NULL' is redundant or there is possible null pointer dereference: decoded. [nullPointerRedundantCheck]
libcitadel/lib/mime_parser.c:332:14: note: Assuming that condition 'decoded==NULL' is not redundant
libcitadel/lib/mime_parser.c:331:3: note: Null pointer dereference
libcitadel/lib/mime_parser.c:670:17: warning: Either the condition '(partnum)==NULL' is redundant or there is possible null pointer dereference: partnum. [nullPointerRedundantCheck]
libcitadel/lib/mime_parser.c:667:10: note: Assuming that condition '(partnum)==NULL' is not redundant
libcitadel/lib/mime_parser.c:670:17: note: Null pointer dereference
libcitadel/lib/mime_parser.c:1052:2: style: Variable 'filedir' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/lib/mime_parser.c:1046:0: note: Variable 'filedir' is reassigned a value before the old one has been used.
libcitadel/lib/mime_parser.c:1052:2: note: Variable 'filedir' is reassigned a value before the old one has been used.
libcitadel/lib/mime_parser.c:145:26: style: Same expression on both sides of '||'. [duplicateExpression]
libcitadel/lib/mime_parser.c:509:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
libcitadel/lib/mime_parser.c:593:28: style: The scope of the variable 'SubMimeHeaders' can be reduced. [variableScope]
libcitadel/lib/mime_parser.c:600:12: style: The scope of the variable 'crlf_in_use' can be reduced. [variableScope]
libcitadel/lib/mime_parser.c:602:12: style: The scope of the variable 'chosen_name' can be reduced. [variableScope]
libcitadel/lib/mime_parser.c:1048:6: style: The scope of the variable 'd_namelen' can be reduced. [variableScope]
libcitadel/lib/mime_parser.c:1049:6: style: The scope of the variable 'd_without_ext' can be reduced. [variableScope]
libcitadel/lib/mime_parser.c:421:60: warning: Either the condition 'headerlen>0' is redundant or memcpy() argument nr 3 can have invalid value. The value is -11 but the valid values are '0:'. [invalidFunctionArg]
libcitadel/lib/mime_parser.c:419:38: note: Assuming that condition 'headerlen>0' is not redundant
libcitadel/lib/mime_parser.c:421:60: note: Invalid argument
libcitadel/lib/mime_parser.c:442:59: warning: Either the condition 'headerlen>0' is redundant or memcpy() argument nr 3 can have invalid value. The value is -18 but the valid values are '0:'. [invalidFunctionArg]
libcitadel/lib/mime_parser.c:419:38: note: Assuming that condition 'headerlen>0' is not redundant
libcitadel/lib/mime_parser.c:442:59: note: Invalid argument
libcitadel/lib/mime_parser.c:453:49: warning: Either the condition 'headerlen>0' is redundant or memcpy() argument nr 3 can have invalid value. The value is -10 but the valid values are '0:'. [invalidFunctionArg]
libcitadel/lib/mime_parser.c:419:38: note: Assuming that condition 'headerlen>0' is not redundant
libcitadel/lib/mime_parser.c:453:49: note: Invalid argument
libcitadel/lib/mime_parser.c:466:55: warning: Either the condition 'headerlen>0' is redundant or memcpy() argument nr 3 can have invalid value. The value is -25 but the valid values are '0:'. [invalidFunctionArg]
libcitadel/lib/mime_parser.c:419:38: note: Assuming that condition 'headerlen>0' is not redundant
libcitadel/lib/mime_parser.c:466:55: note: Invalid argument
libcitadel/lib/stringbuf.c:2740:4: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libcitadel/lib/stringbuf.c:3245:5: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libcitadel/lib/stringbuf.c:5654:4: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libcitadel/lib/stringbuf.c:1436:8: warning: Either the condition '(s)==NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
libcitadel/lib/stringbuf.c:1435:21: note: Assuming that condition '(s)==NULL' is not redundant
libcitadel/lib/stringbuf.c:1436:8: note: Null pointer dereference
libcitadel/lib/stringbuf.c:1660:22: warning: Either the condition '(s)==NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
libcitadel/lib/stringbuf.c:1657:10: note: Assuming that condition '(s)==NULL' is not redundant
libcitadel/lib/stringbuf.c:1660:22: note: Null pointer dereference
libcitadel/lib/stringbuf.c:1723:8: warning: Either the condition '(s)==NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
libcitadel/lib/stringbuf.c:1722:29: note: Assuming that condition '(s)==NULL' is not redundant
libcitadel/lib/stringbuf.c:1723:8: note: Null pointer dereference
libcitadel/lib/stringbuf.c:5604:8: warning: Either the condition '(a)==NULL' is redundant or there is possible null pointer dereference: a. [nullPointerRedundantCheck]
libcitadel/lib/stringbuf.c:5603:10: note: Assuming that condition '(a)==NULL' is not redundant
libcitadel/lib/stringbuf.c:5604:8: note: Null pointer dereference
libcitadel/lib/stringbuf.c:1664:3: warning: Either the condition '(s)==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
libcitadel/lib/stringbuf.c:1657:10: note: Assuming that condition '(s)==NULL' is not redundant
libcitadel/lib/stringbuf.c:1664:3: note: Null pointer addition
libcitadel/lib/stringbuf.c:1729:3: warning: Either the condition '(s)==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
libcitadel/lib/stringbuf.c:1722:29: note: Assuming that condition '(s)==NULL' is not redundant
libcitadel/lib/stringbuf.c:1729:3: note: Null pointer addition
libcitadel/lib/stringbuf.c:3578:45: warning: Either the condition 'UserEnd==NULL' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
libcitadel/lib/stringbuf.c:3577:44: note: Assuming that condition 'UserEnd==NULL' is not redundant
libcitadel/lib/stringbuf.c:3578:45: note: Null pointer subtraction
libcitadel/lib/stringbuf.c:3585:51: warning: Either the condition 'EmailEnd==NULL' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
libcitadel/lib/stringbuf.c:3584:46: note: Assuming that condition 'EmailEnd==NULL' is not redundant
libcitadel/lib/stringbuf.c:3585:51: note: Null pointer subtraction
libcitadel/lib/stringbuf.c:1533:8: style: The scope of the variable 'pnum' can be reduced. [variableScope]
libcitadel/lib/stringbuf.c:1798:8: style: The scope of the variable 'pnum' can be reduced. [variableScope]
libcitadel/lib/stringbuf.c:2924:6: style: The scope of the variable 'err' can be reduced. [variableScope]
libcitadel/lib/stringbuf.c:3169:15: style: The scope of the variable 'ch' can be reduced. [variableScope]
libcitadel/lib/stringbuf.c:3275:16: style: The scope of the variable 'ch' can be reduced. [variableScope]
libcitadel/lib/stringbuf.c:4722:10: style: The scope of the variable 'sent' can be reduced. [variableScope]
libcitadel/lib/stringbuf.c:4766:8: style: The scope of the variable 'rc' can be reduced. [variableScope]
libcitadel/lib/stringbuf.c:4794:10: style: The scope of the variable 'sent' can be reduced. [variableScope]
libcitadel/lib/stringbuf.c:4838:8: style: The scope of the variable 'rc' can be reduced. [variableScope]
libcitadel/lib/stringbuf.c:4941:11: style: The scope of the variable 'rlen' can be reduced. [variableScope]
libcitadel/lib/stringbuf.c:2922:61: style: Function 'StrBufDestroyStreamContext' argument 2 names different: declaration 'Stream' definition 'vStream'. [funcArgNamesDifferent]
libcitadel/lib/libcitadel.h:352:61: note: Function 'StrBufDestroyStreamContext' argument 2 names different: declaration 'Stream' definition 'vStream'.
libcitadel/lib/stringbuf.c:2922:61: note: Function 'StrBufDestroyStreamContext' argument 2 names different: declaration 'Stream' definition 'vStream'.
libcitadel/lib/stringbuf.c:2965:117: style: Function 'StrBufStreamTranscode' argument 6 names different: declaration 'Stream' definition 'vStream'. [funcArgNamesDifferent]
libcitadel/lib/libcitadel.h:353:117: note: Function 'StrBufStreamTranscode' argument 6 names different: declaration 'Stream' definition 'vStream'.
libcitadel/lib/stringbuf.c:2965:117: note: Function 'StrBufStreamTranscode' argument 6 names different: declaration 'Stream' definition 'vStream'.
libcitadel/lib/stringbuf.c:5093:19: style: Function 'StrBufTCP_read_buffered_line_fast' argument 2 names different: declaration 'buf' definition 'IOBuf'. [funcArgNamesDifferent]
libcitadel/lib/libcitadel.h:235:19: note: Function 'StrBufTCP_read_buffered_line_fast' argument 2 names different: declaration 'buf' definition 'IOBuf'.
libcitadel/lib/stringbuf.c:5093:19: note: Function 'StrBufTCP_read_buffered_line_fast' argument 2 names different: declaration 'buf' definition 'IOBuf'.
libcitadel/lib/stringbuf.c:5367:36: style: Function 'StrBufReadBLOBBuffered' argument 1 names different: declaration 'Buf' definition 'Blob'. [funcArgNamesDifferent]
libcitadel/lib/libcitadel.h:220:36: note: Function 'StrBufReadBLOBBuffered' argument 1 names different: declaration 'Buf' definition 'Blob'.
libcitadel/lib/stringbuf.c:5367:36: note: Function 'StrBufReadBLOBBuffered' argument 1 names different: declaration 'Buf' definition 'Blob'.
libcitadel/lib/stringbuf.c:5369:20: style: Function 'StrBufReadBLOBBuffered' argument 3 names different: declaration 'BufPos' definition 'Pos'. [funcArgNamesDifferent]
libcitadel/lib/libcitadel.h:222:20: note: Function 'StrBufReadBLOBBuffered' argument 3 names different: declaration 'BufPos' definition 'Pos'.
libcitadel/lib/stringbuf.c:5369:20: note: Function 'StrBufReadBLOBBuffered' argument 3 names different: declaration 'BufPos' definition 'Pos'.
libcitadel/lib/stringbuf.c:4562:10: style: Unused variable: sent [unusedVariable]
libcitadel/lib/stringbuf.c:4562:16: style: Unused variable: pipesize [unusedVariable]
libcitadel/lib/stringbuf.c:4722:16: style: Unused variable: pipesize [unusedVariable]
libcitadel/lib/stringbuf.c:4794:16: style: Unused variable: pipesize [unusedVariable]
libcitadel/lib/stringbuf.c:4892:4: style: Variable 'nSuccessLess' is modified but its new value is never used. [unreadVariable]
libcitadel/lib/stringbuf.c:5330:5: style: Variable 'nSuccessLess' is modified but its new value is never used. [unreadVariable]
libcitadel/lib/tools.c:389:8: warning: Either the condition '(a)==NULL' is redundant or there is possible null pointer dereference: a. [nullPointerRedundantCheck]
libcitadel/lib/tools.c:388:10: note: Assuming that condition '(a)==NULL' is not redundant
libcitadel/lib/tools.c:389:8: note: Null pointer dereference
libcitadel/lib/tools.c:456:8: warning: Either the condition '(ptr)==NULL' is redundant or there is possible null pointer dereference: ptr. [nullPointerRedundantCheck]
libcitadel/lib/tools.c:454:10: note: Assuming that condition '(ptr)==NULL' is not redundant
libcitadel/lib/tools.c:456:8: note: Null pointer dereference
libcitadel/lib/tools.c:458:7: warning: Either the condition '(ptr)==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
libcitadel/lib/tools.c:454:10: note: Assuming that condition '(ptr)==NULL' is not redundant
libcitadel/lib/tools.c:458:7: note: Null pointer addition
libcitadel/lib/tools.c:652:2: style: Variable 'lb' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/lib/tools.c:649:0: note: Variable 'lb' is reassigned a value before the old one has been used.
libcitadel/lib/tools.c:652:2: note: Variable 'lb' is reassigned a value before the old one has been used.
libcitadel/lib/tools.c:296:6: style: The scope of the variable 'sourceoffset' can be reduced. [variableScope]
libcitadel/lib/tools.c:297:6: style: The scope of the variable 'sourceremaining' can be reduced. [variableScope]
libcitadel/lib/tools.c:472:7: style: The scope of the variable 'lo' can be reduced. [variableScope]
libcitadel/lib/tools.c:472:11: style: The scope of the variable 'hi' can be reduced. [variableScope]
libcitadel/lib/tools.c:506:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
libcitadel/lib/tools.c:535:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
libcitadel/lib/tools.c:564:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
libcitadel/lib/tools.c:593:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
libcitadel/lib/tools.c:647:7: style: The scope of the variable 'len' can be reduced. [variableScope]
libcitadel/lib/tools.c:672:8: style: The scope of the variable 'nl' can be reduced. [variableScope]
libcitadel/lib/tools.c:692:12: style: The scope of the variable 'c' can be reduced. [variableScope]
libcitadel/lib/tools.c:781:18: style: The scope of the variable 'j' can be reduced. [variableScope]
libcitadel/lib/tools.c:866:18: style: The scope of the variable 'j' can be reduced. [variableScope]
libcitadel/lib/tools.c:966:7: style: The scope of the variable 'lo' can be reduced. [variableScope]
libcitadel/lib/tools.c:966:11: style: The scope of the variable 'hi' can be reduced. [variableScope]
libcitadel/lib/vcard.c:82:7: warning: Either the condition '(strbuf)==NULL' is redundant or there is possible null pointer dereference: strbuf. [nullPointerRedundantCheck]
libcitadel/lib/vcard.c:81:7: note: Assuming that condition '(strbuf)==NULL' is not redundant
libcitadel/lib/vcard.c:82:7: note: Null pointer dereference
libcitadel/lib/vcard.c:83:4: warning: Either the condition '(strbuf)==NULL' is redundant or there is possible null pointer dereference: strbuf. [nullPointerRedundantCheck]
libcitadel/lib/vcard.c:81:7: note: Assuming that condition '(strbuf)==NULL' is not redundant
libcitadel/lib/vcard.c:83:4: note: Null pointer dereference
libcitadel/lib/vcard.c:155:20: warning: Either the condition '(ptr)==NULL' is redundant or there is possible null pointer dereference: ptr. [nullPointerRedundantCheck]
libcitadel/lib/vcard.c:148:10: note: Assuming that condition '(ptr)==NULL' is not redundant
libcitadel/lib/vcard.c:155:20: note: Null pointer dereference
libcitadel/lib/vcard.c:185:13: warning: Either the condition '(ptr)==NULL' is redundant or there is possible null pointer dereference: ptr. [nullPointerRedundantCheck]
libcitadel/lib/vcard.c:148:10: note: Assuming that condition '(ptr)==NULL' is not redundant
libcitadel/lib/vcard.c:185:13: note: Null pointer dereference
libcitadel/lib/vcard.c:188:8: warning: Either the condition '(ptr)==NULL' is redundant or there is possible null pointer dereference: ptr. [nullPointerRedundantCheck]
libcitadel/lib/vcard.c:148:10: note: Assuming that condition '(ptr)==NULL' is not redundant
libcitadel/lib/vcard.c:188:8: note: Null pointer dereference
libcitadel/lib/vcard.c:186:4: warning: Either the condition '(ptr)==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
libcitadel/lib/vcard.c:185:31: note: Assuming that condition '(ptr)==NULL' is not redundant
libcitadel/lib/vcard.c:186:4: note: Null pointer addition
libcitadel/lib/vcard.c:120:6: style: The scope of the variable 'colonpos' can be reduced. [variableScope]
libcitadel/lib/vcard.c:120:16: style: The scope of the variable 'nlpos' can be reduced. [variableScope]
libcitadel/lib/vcard.c:214:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libcitadel/lib/vcard.c:215:6: style: The scope of the variable 'found_instance' can be reduced. [variableScope]
libcitadel/lib/vcard.c:245:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libcitadel/lib/vcard.c:271:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libcitadel/lib/vcard.c:303:9: style: The scope of the variable 'j' can be reduced. [variableScope]
libcitadel/lib/vcard.c:305:6: style: The scope of the variable 'is_utf8' can be reduced. [variableScope]
libcitadel/lib/vcard.c:213:38: style: Function 'vcard_get_prop' argument 5 names different: declaration 'return_propname' definition 'get_propname'. [funcArgNamesDifferent]
libcitadel/lib/libcitadel.h:494:22: note: Function 'vcard_get_prop' argument 5 names different: declaration 'return_propname' definition 'get_propname'.
libcitadel/lib/vcard.c:213:38: note: Function 'vcard_get_prop' argument 5 names different: declaration 'return_propname' definition 'get_propname'.
libcitadel/lib/vnote.c:164:6: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libcitadel/lib/vnote.c:164:6: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libcitadel/lib/vnote.c:164:6: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
libcitadel/lib/vnote.c:69:8: style: The scope of the variable 'thisline' can be reduced. [variableScope]
libcitadel/lib/vnote.c:206:16: style: The scope of the variable 'ch' can be reduced. [variableScope]
libcitadel/lib/wildfire.c:51:12: style: Function 'WildFireMessage' argument 3 names different: declaration 'lineno' definition 'LineNo'. [funcArgNamesDifferent]
libcitadel/lib/libcitadel.h:661:12: note: Function 'WildFireMessage' argument 3 names different: declaration 'lineno' definition 'LineNo'.
libcitadel/lib/wildfire.c:51:12: note: Function 'WildFireMessage' argument 3 names different: declaration 'lineno' definition 'LineNo'.
libcitadel/lib/xdgmime/test-mime-data.c:130:7: error: Resource leak: file [resourceLeak]
libcitadel/lib/xdgmime/test-mime.c:122:15: style: The scope of the variable 'result' can be reduced. [variableScope]
libcitadel/lib/xdgmime/test-mime.c:123:15: style: The scope of the variable 'file_name' can be reduced. [variableScope]
libcitadel/lib/xdgmime/xdgmime.c:648:41: style: Function 'xdg_mime_unalias_mime_type' argument 1 names different: declaration 'mime' definition 'mime_type'. [funcArgNamesDifferent]
libcitadel/lib/xdgmime/xdgmime.h:98:58: note: Function 'xdg_mime_unalias_mime_type' argument 1 names different: declaration 'mime' definition 'mime_type'.
libcitadel/lib/xdgmime/xdgmime.c:648:41: note: Function 'xdg_mime_unalias_mime_type' argument 1 names different: declaration 'mime' definition 'mime_type'.
libcitadel/lib/xdgmime/xdgmime.c:763:42: style: Function 'xdg_mime_mime_type_subclass' argument 1 names different: declaration 'mime_a' definition 'mime'. [funcArgNamesDifferent]
libcitadel/lib/xdgmime/xdgmime.h:89:65: note: Function 'xdg_mime_mime_type_subclass' argument 1 names different: declaration 'mime_a' definition 'mime'.
libcitadel/lib/xdgmime/xdgmime.c:763:42: note: Function 'xdg_mime_mime_type_subclass' argument 1 names different: declaration 'mime_a' definition 'mime'.
libcitadel/lib/xdgmime/xdgmime.c:764:21: style: Function 'xdg_mime_mime_type_subclass' argument 2 names different: declaration 'mime_b' definition 'base'. [funcArgNamesDifferent]
libcitadel/lib/xdgmime/xdgmime.h:90:23: note: Function 'xdg_mime_mime_type_subclass' argument 2 names different: declaration 'mime_b' definition 'base'.
libcitadel/lib/xdgmime/xdgmime.c:764:21: note: Function 'xdg_mime_mime_type_subclass' argument 2 names different: declaration 'mime_b' definition 'base'.
libcitadel/lib/xdgmime/xdgmime.c:146:4: error: Common realloc mistake: '_xdg_mime_caches' nulled but not freed upon failure [memleakOnRealloc]
libcitadel/lib/xdgmime/xdgmimealias.c:78:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libcitadel/lib/xdgmime/xdgmimealias.c:102:13: style: The scope of the variable 'entry' can be reduced. [variableScope]
libcitadel/lib/xdgmime/xdgmimealias.c:171:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libcitadel/lib/xdgmime/xdgmimecache.c:217:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libcitadel/lib/xdgmime/xdgmimecache.c:315:10: style: The scope of the variable 'min' can be reduced. [variableScope]
libcitadel/lib/xdgmime/xdgmimecache.c:315:15: style: The scope of the variable 'max' can be reduced. [variableScope]
libcitadel/lib/xdgmime/xdgmimecache.c:322:20: style: The scope of the variable 'offset' can be reduced. [variableScope]
libcitadel/lib/xdgmime/xdgmimecache.c:355:10: style: The scope of the variable 'min' can be reduced. [variableScope]
libcitadel/lib/xdgmime/xdgmimecache.c:355:15: style: The scope of the variable 'max' can be reduced. [variableScope]
libcitadel/lib/xdgmime/xdgmimecache.c:362:20: style: The scope of the variable 'offset' can be reduced. [variableScope]
libcitadel/lib/xdgmime/xdgmimecache.c:438:17: style: The scope of the variable 'match_char' can be reduced. [variableScope]
libcitadel/lib/xdgmime/xdgmimecache.c:443:17: style: The scope of the variable 'mid' can be reduced. [variableScope]
libcitadel/lib/xdgmime/xdgmimecache.c:510:10: style: The scope of the variable 'n' can be reduced. [variableScope]
libcitadel/lib/xdgmime/xdgmimecache.c:609:16: style: The scope of the variable 'offset' can be reduced. [variableScope]
libcitadel/lib/xdgmime/xdgmimecache.c:776:13: style: The scope of the variable 'min' can be reduced. [variableScope]
libcitadel/lib/xdgmime/xdgmimecache.c:776:18: style: The scope of the variable 'max' can be reduced. [variableScope]
libcitadel/lib/xdgmime/xdgmimecache.c:808:20: style: The scope of the variable 'offset' can be reduced. [variableScope]
libcitadel/lib/xdgmime/xdgmimecache.c:880:21: style: The scope of the variable 'parent_mime_offset' can be reduced. [variableScope]
libcitadel/lib/xdgmime/xdgmimecache.c:771:49: style: Function '_xdg_mime_cache_mime_type_subclass' argument 1 names different: declaration 'mime_a' definition 'mime'. [funcArgNamesDifferent]
libcitadel/lib/xdgmime/xdgmimecache.h:68:72: note: Function '_xdg_mime_cache_mime_type_subclass' argument 1 names different: declaration 'mime_a' definition 'mime'.
libcitadel/lib/xdgmime/xdgmimecache.c:771:49: note: Function '_xdg_mime_cache_mime_type_subclass' argument 1 names different: declaration 'mime_a' definition 'mime'.
libcitadel/lib/xdgmime/xdgmimecache.c:772:21: style: Function '_xdg_mime_cache_mime_type_subclass' argument 2 names different: declaration 'mime_b' definition 'base'. [funcArgNamesDifferent]
libcitadel/lib/xdgmime/xdgmimecache.h:69:23: note: Function '_xdg_mime_cache_mime_type_subclass' argument 2 names different: declaration 'mime_b' definition 'base'.
libcitadel/lib/xdgmime/xdgmimecache.c:772:21: note: Function '_xdg_mime_cache_mime_type_subclass' argument 2 names different: declaration 'mime_b' definition 'base'.
libcitadel/lib/xdgmime/xdgmimeglob.c:341:19: style: Function '_xdg_glob_hash_lookup_file_name' argument 2 names different: declaration 'text' definition 'file_name'. [funcArgNamesDifferent]
libcitadel/lib/xdgmime/xdgmimeglob.h:58:25: note: Function '_xdg_glob_hash_lookup_file_name' argument 2 names different: declaration 'text' definition 'file_name'.
libcitadel/lib/xdgmime/xdgmimeglob.c:341:19: note: Function '_xdg_glob_hash_lookup_file_name' argument 2 names different: declaration 'text' definition 'file_name'.
libcitadel/lib/xdgmime/xdgmimeint.c:70:11: style: The scope of the variable 'bytelength' can be reduced. [variableScope]
libcitadel/lib/xdgmime/xdgmimeint.c:71:21: style: The scope of the variable 'result' can be reduced. [variableScope]
libcitadel/lib/xdgmime/xdgmimemagic.c:166:7: style: The scope of the variable 'c' can be reduced. [variableScope]
libcitadel/lib/xdgmime/xdgmimemagic.c:206:7: style: The scope of the variable 'c' can be reduced. [variableScope]
libcitadel/lib/xdgmime/xdgmimemagic.c:296:7: style: The scope of the variable 'c' can be reduced. [variableScope]
libcitadel/lib/xdgmime/xdgmimemagic.c:188:4: error: Common realloc mistake: 'retval' nulled but not freed upon failure [memleakOnRealloc]
libcitadel/lib/xdgmime/xdgmimeparent.c:79:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libcitadel/lib/xdgmime/xdgmimeparent.c:80:10: style: The scope of the variable 'p' can be reduced. [variableScope]
libcitadel/lib/xdgmime/xdgmimeparent.c:107:19: style: The scope of the variable 'entry' can be reduced. [variableScope]
libcitadel/lib/xdgmime/xdgmimeparent.c:206:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libcitadel/lib/xdgmime/xdgmimeparent.c:207:10: style: The scope of the variable 'p' can be reduced. [variableScope]
libcitadel/tests/hashlist_test.c:304:2: style: Variable 'pGroup' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/hashlist_test.c:301:0: note: Variable 'pGroup' is reassigned a value before the old one has been used.
libcitadel/tests/hashlist_test.c:304:2: note: Variable 'pGroup' is reassigned a value before the old one has been used.
libcitadel/tests/hashlist_test.c:305:2: style: Variable 'pTest' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/hashlist_test.c:302:0: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/hashlist_test.c:305:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/hashlist_test.c:306:2: style: Variable 'pTest' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/hashlist_test.c:305:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/hashlist_test.c:306:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/hashlist_test.c:307:2: style: Variable 'pTest' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/hashlist_test.c:306:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/hashlist_test.c:307:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/hashlist_test.c:28:7: style: The scope of the variable 'val' can be reduced. [variableScope]
libcitadel/tests/hashlist_test.c:214:6: style: The scope of the variable 'j' can be reduced. [variableScope]
libcitadel/tests/hashlist_test.c:235:10: style: The scope of the variable 'end' can be reduced. [variableScope]
libcitadel/tests/hashlist_test.c:307:10: style: Variable 'pTest' is assigned a value that is never used. [unreadVariable]
libcitadel/tests/html_to_ascii_test.c:117:2: style: Variable 'Source' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/html_to_ascii_test.c:113:2: note: Variable 'Source' is reassigned a value before the old one has been used.
libcitadel/tests/html_to_ascii_test.c:117:2: note: Variable 'Source' is reassigned a value before the old one has been used.
libcitadel/tests/html_to_ascii_test.c:177:2: style: Variable 'pGroup' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/html_to_ascii_test.c:174:0: note: Variable 'pGroup' is reassigned a value before the old one has been used.
libcitadel/tests/html_to_ascii_test.c:177:2: note: Variable 'pGroup' is reassigned a value before the old one has been used.
libcitadel/tests/html_to_ascii_test.c:181:4: style: Variable 'pTest' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/html_to_ascii_test.c:180:4: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/html_to_ascii_test.c:181:4: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/html_to_ascii_test.c:182:4: style: Variable 'pTest' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/html_to_ascii_test.c:181:4: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/html_to_ascii_test.c:182:4: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/html_to_ascii_test.c:183:4: style: Variable 'pTest' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/html_to_ascii_test.c:182:4: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/html_to_ascii_test.c:183:4: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/html_to_ascii_test.c:193:12: style: Variable 'pTest' is assigned a value that is never used. [unreadVariable]
libcitadel/tests/mimeparser_test.c:132:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
libcitadel/tests/mimeparser_test.c:156:9: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
libcitadel/tests/stringbuf_IO_test.c:412:2: style: Variable 'pGroup' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/stringbuf_IO_test.c:409:0: note: Variable 'pGroup' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_IO_test.c:412:2: note: Variable 'pGroup' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_IO_test.c:138:6: style: The scope of the variable 'ssock' can be reduced. [variableScope]
libcitadel/tests/stringbuf_IO_test.c:294:14: style: The scope of the variable 'pch' can be reduced. [variableScope]
libcitadel/tests/stringbuf_IO_test.c:418:11: style: Variable 'pTest' is assigned a value that is never used. [unreadVariable]
libcitadel/tests/stringbuf_conversion.c:271:2: style: Variable 'Source' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/stringbuf_conversion.c:267:2: note: Variable 'Source' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_conversion.c:271:2: note: Variable 'Source' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_conversion.c:381:2: style: Variable 'pGroup' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/stringbuf_conversion.c:378:0: note: Variable 'pGroup' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_conversion.c:381:2: note: Variable 'pGroup' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_conversion.c:395:4: style: Variable 'pTest' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/stringbuf_conversion.c:394:4: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_conversion.c:395:4: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_conversion.c:396:4: style: Variable 'pTest' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/stringbuf_conversion.c:395:4: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_conversion.c:396:4: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_conversion.c:397:4: style: Variable 'pTest' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/stringbuf_conversion.c:396:4: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_conversion.c:397:4: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_conversion.c:357:8: style: The scope of the variable 'Target' can be reduced. [variableScope]
libcitadel/tests/stringbuf_stream.c:72:6: style: The scope of the variable 'err' can be reduced. [variableScope]
libcitadel/tests/stringbuf_stream.c:119:12: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
libcitadel/tests/stringbuf_test.c:590:2: style: Variable 'pGroup' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/stringbuf_test.c:587:0: note: Variable 'pGroup' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:590:2: note: Variable 'pGroup' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:591:2: style: Variable 'pTest' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/stringbuf_test.c:588:0: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:591:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:592:2: style: Variable 'pTest' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/stringbuf_test.c:591:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:592:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:593:2: style: Variable 'pTest' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/stringbuf_test.c:592:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:593:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:594:2: style: Variable 'pTest' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/stringbuf_test.c:593:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:594:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:598:2: style: Variable 'pTest' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/stringbuf_test.c:594:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:598:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:599:2: style: Variable 'pTest' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/stringbuf_test.c:598:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:599:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:600:2: style: Variable 'pTest' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/stringbuf_test.c:599:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:600:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:601:2: style: Variable 'pTest' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/stringbuf_test.c:600:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:601:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:602:2: style: Variable 'pTest' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/stringbuf_test.c:601:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:602:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:603:2: style: Variable 'pTest' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/stringbuf_test.c:602:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:603:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:604:2: style: Variable 'pTest' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/stringbuf_test.c:603:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:604:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:608:2: style: Variable 'pTest' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/stringbuf_test.c:604:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:608:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:609:2: style: Variable 'pTest' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/stringbuf_test.c:608:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:609:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:610:2: style: Variable 'pTest' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/stringbuf_test.c:609:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:610:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:611:2: style: Variable 'pTest' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/stringbuf_test.c:610:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:611:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:612:3: style: Variable 'pTest' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/stringbuf_test.c:611:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:612:3: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:615:2: style: Variable 'pTest' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/stringbuf_test.c:612:3: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:615:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:618:2: style: Variable 'pTest' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/stringbuf_test.c:615:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:618:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stringbuf_test.c:429:6: style: The scope of the variable 'n' can be reduced. [variableScope]
libcitadel/tests/stringbuf_test.c:433:7: style: The scope of the variable 'CountTokens' can be reduced. [variableScope]
libcitadel/tests/stringbuf_test.c:445:8: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
libcitadel/tests/stringbuf_test.c:618:10: style: Variable 'pTest' is assigned a value that is never used. [unreadVariable]
libcitadel/tests/stripallbut_test.c:123:2: style: Variable 'pGroup' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/stripallbut_test.c:120:0: note: Variable 'pGroup' is reassigned a value before the old one has been used.
libcitadel/tests/stripallbut_test.c:123:2: note: Variable 'pGroup' is reassigned a value before the old one has been used.
libcitadel/tests/stripallbut_test.c:124:2: style: Variable 'pTest' is reassigned a value before the old one has been used. [redundantAssignment]
libcitadel/tests/stripallbut_test.c:121:0: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stripallbut_test.c:124:2: note: Variable 'pTest' is reassigned a value before the old one has been used.
libcitadel/tests/stripallbut_test.c:48:7: style: The scope of the variable 'l' can be reduced. [variableScope]
libcitadel/tests/stripallbut_test.c:100:7: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
libcitadel/tests/stripallbut_test.c:124:10: style: Variable 'pTest' is assigned a value that is never used. [unreadVariable]
libcitadel/tests/token_test.c:10:10: style: Unused variable: lostr [unusedVariable]
libcitadel/tests/token_test.c:11:10: style: Unused variable: histr [unusedVariable]
libcitadel/tests/token_test.c:14:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
[14:10]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcitygml/libcitygml_2.0.orig.tar.gz
libcitygml-2.0/osgplugin/ReaderWriterCityGML.cpp:257:0: error: Memory leak: root [memleak]
libcitygml-2.0/sources/src/citygml/cityobject.cpp:129:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcitygml-2.0/sources/src/parser/addressparser.cpp:31:21: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
libcitygml-2.0/sources/src/parser/addressparser.cpp:29:17: note: outer condition: !g_nodeSetsInitialized
libcitygml-2.0/sources/src/parser/addressparser.cpp:31:21: note: identical inner condition: !g_nodeSetsInitialized
libcitygml-2.0/sources/src/parser/cityobjectelementparser.cpp:53:17: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
libcitygml-2.0/sources/src/parser/cityobjectelementparser.cpp:50:13: note: outer condition: !typeIDTypeMapInitialized
libcitygml-2.0/sources/src/parser/cityobjectelementparser.cpp:53:17: note: identical inner condition: !typeIDTypeMapInitialized
libcitygml-2.0/sources/src/parser/cityobjectelementparser.cpp:104:17: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
libcitygml-2.0/sources/src/parser/cityobjectelementparser.cpp:101:13: note: outer condition: !attributesSetInitialized
libcitygml-2.0/sources/src/parser/cityobjectelementparser.cpp:104:17: note: identical inner condition: !attributesSetInitialized
libcitygml-2.0/sources/src/parser/geometryelementparser.cpp:49:17: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
libcitygml-2.0/sources/src/parser/geometryelementparser.cpp:45:12: note: outer condition: !geometryTypeIDSetInitialized
libcitygml-2.0/sources/src/parser/geometryelementparser.cpp:49:17: note: identical inner condition: !geometryTypeIDSetInitialized
libcitygml-2.0/sources/src/parser/nodetypes.cpp:82:17: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
libcitygml-2.0/sources/src/parser/nodetypes.cpp:79:12: note: outer condition: !nodesInitialized
libcitygml-2.0/sources/src/parser/nodetypes.cpp:82:17: note: identical inner condition: !nodesInitialized
libcitygml-2.0/sources/src/parser/parserxercesc.cpp:67:9: performance: Variable 'm_fileName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libcitygml-2.0/sources/src/parser/parserxercesc.cpp:65:5: style: Class 'DocumentLocationXercesAdapter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcitygml-2.0/sources/src/parser/parserxercesc.cpp:160:5: style: Class 'StdBinInputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcitygml-2.0/sources/src/parser/parserxercesc.cpp:183:5: style: Class 'StdBinInputSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcitygml-2.0/sources/src/parser/polygonelementparser.cpp:41:16: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
libcitygml-2.0/sources/src/parser/polygonelementparser.cpp:38:13: note: outer condition: !typeIDSetInitialized
libcitygml-2.0/sources/src/parser/polygonelementparser.cpp:41:16: note: identical inner condition: !typeIDSetInitialized
libcitygml-2.0/test/citygmltest.cpp:116:42: style: Variable 'roots' is assigned a value that is never used. [unreadVariable]
[14:10]

ftp://ftp.se.debian.org/debian/pool/main/libc/libclamav-client-perl/libclamav-client-perl_0.11.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclang-perl/libclang-perl_0.09.orig.tar.gz
Clang-0.09/t/fragments/cat.h:10:5: style: Class 'Cat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Clang-0.09/t/fragments/cat.h:11:25: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
Clang-0.09/t/fragments/animal.h:6:25: note: Virtual function in base class
Clang-0.09/t/fragments/cat.h:11:25: note: Function in derived class
[14:10]

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-accessor-chained-perl/libclass-accessor-chained-perl_0.01.1~debian.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-accessor-children-perl/libclass-accessor-children-perl_0.02.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-accessor-class-perl/libclass-accessor-class-perl_0.503.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-accessor-classy-perl/libclass-accessor-classy-perl_0.9.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-accessor-grouped-perl/libclass-accessor-grouped-perl_0.10014.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-accessor-lite-perl/libclass-accessor-lite-perl_0.08.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-accessor-lvalue-perl/libclass-accessor-lvalue-perl_0.11.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-accessor-named-perl/libclass-accessor-named-perl_0.009.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-accessor-perl/libclass-accessor-perl_0.51.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-adapter-perl/libclass-adapter-perl_1.09.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-autoloadcan-perl/libclass-autoloadcan-perl_0.03.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-autouse-perl/libclass-autouse-perl_2.01.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-base-perl/libclass-base-perl_0.09.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-c3-adopt-next-perl/libclass-c3-adopt-next-perl_0.14.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-c3-componentised-perl/libclass-c3-componentised-perl_1.001002.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-c3-perl/libclass-c3-perl_0.34.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-c3-xs-perl/libclass-c3-xs-perl_0.14.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-container-perl/libclass-container-perl_0.13.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-contract-perl/libclass-contract-perl_1.14.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-csv-perl/libclass-csv-perl_1.03.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-data-accessor-perl/libclass-data-accessor-perl_0.04004.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-data-inheritable-perl/libclass-data-inheritable-perl_0.08.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-date-perl/libclass-date-perl_1.1.17.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-dbi-abstractsearch-perl/libclass-dbi-abstractsearch-perl_0.07.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-dbi-asform-perl/libclass-dbi-asform-perl_2.42.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-dbi-fromcgi-perl/libclass-dbi-fromcgi-perl_1.00.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-dbi-fromform-perl/libclass-dbi-fromform-perl_0.04.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-dbi-loader-perl/libclass-dbi-loader-perl_0.34.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-dbi-loader-relationship-perl/libclass-dbi-loader-relationship-perl_1.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-dbi-mysql-perl/libclass-dbi-mysql-perl_1.00.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-dbi-pager-perl/libclass-dbi-pager-perl_0.08.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-dbi-perl/libclass-dbi-perl_3.0.17.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-dbi-pg-perl/libclass-dbi-pg-perl_0.09.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-dbi-plugin-abstractcount-perl/libclass-dbi-plugin-abstractcount-perl_0.08.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-dbi-plugin-pager-perl/libclass-dbi-plugin-pager-perl_0.566.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-dbi-plugin-perl/libclass-dbi-plugin-perl_0.03.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-dbi-plugin-retrieveall-perl/libclass-dbi-plugin-retrieveall-perl_1.04.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-dbi-plugin-type-perl/libclass-dbi-plugin-type-perl_0.02.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-dbi-sqlite-perl/libclass-dbi-sqlite-perl_0.11.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-dbi-sweet-perl/libclass-dbi-sweet-perl_0.11.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-default-perl/libclass-default-perl_1.51.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-delegator-perl/libclass-delegator-perl_0.09.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-ehierarchy-perl/libclass-ehierarchy-perl_2.00.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-errorhandler-perl/libclass-errorhandler-perl_0.04.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-factory-perl/libclass-factory-perl_1.06.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-factory-util-perl/libclass-factory-util-perl_1.7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-field-perl/libclass-field-perl_0.23.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-forward-perl/libclass-forward-perl_0.100006.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-gomor-perl/libclass-gomor-perl_1.03.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-handle-perl/libclass-handle-perl_1.07.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-inner-perl/libclass-inner-perl_0.200001.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-insideout-perl/libclass-insideout-perl_1.14.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-inspector-perl/libclass-inspector-perl_1.32.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-isa-perl/libclass-isa-perl_0.36.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-load-perl/libclass-load-perl_0.25.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-load-xs-perl/libclass-load-xs-perl_0.10.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-loader-perl/libclass-loader-perl_2.03.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-makemethods-perl/libclass-makemethods-perl_1.01.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-meta-perl/libclass-meta-perl_0.66.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-method-modifiers-perl/libclass-method-modifiers-perl_2.12.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-methodmaker-perl/libclass-methodmaker-perl_2.24.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-mix-perl/libclass-mix-perl_0.006.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-mixinfactory-perl/libclass-mixinfactory-perl_0.92.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-multimethods-perl/libclass-multimethods-perl_1.701.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-objecttemplate-perl/libclass-objecttemplate-perl_0.7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-ooorno-perl/libclass-ooorno-perl_0.011.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-perl/libclass-perl_1.00.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-pluggable-perl/libclass-pluggable-perl_0.022.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-prototyped-perl/libclass-prototyped-perl_1.13.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-refresh-perl/libclass-refresh-perl_0.07.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-returnvalue-perl/libclass-returnvalue-perl_0.55.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-singleton-perl/libclass-singleton-perl_1.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-spiffy-perl/libclass-spiffy-perl_0.15.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-std-fast-perl/libclass-std-fast-perl_0.0.8.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-std-perl/libclass-std-perl_0.013.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-std-storable-perl/libclass-std-storable-perl_0.0.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-std-utils-perl/libclass-std-utils-perl_0.0.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-throwable-perl/libclass-throwable-perl_0.13.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-tiny-perl/libclass-tiny-perl_1.006.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-trait-perl/libclass-trait-perl_0.31.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-trigger-perl/libclass-trigger-perl_0.14.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-unload-perl/libclass-unload-perl_0.11.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-virtual-perl/libclass-virtual-perl_0.08.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-whitehole-perl/libclass-whitehole-perl_0.04.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclass-xsaccessor-perl/libclass-xsaccessor-perl_1.19.orig.tar.gz
[14:10]

ftp://ftp.se.debian.org/debian/pool/main/libc/libclasslojure-clojure/libclasslojure-clojure_0.7.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclaw/libclaw_1.7.4.orig.tar.gz
libclaw-1.7.4/claw/code/image.cpp:397:7: style: Condition '!ok' is always true [knownConditionTrueFalse]
libclaw-1.7.4/claw/code/image.cpp:383:13: note: Assignment 'ok=false', assigned value is 0
libclaw-1.7.4/claw/code/image.cpp:397:7: note: Condition '!ok' is always true
libclaw-1.7.4/claw/code/xbm_reader.cpp:219:16: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
libclaw-1.7.4/claw/code/xbm_reader.cpp:217:11: note: outer condition: iss>>token
libclaw-1.7.4/claw/code/xbm_reader.cpp:219:16: note: identical inner condition: iss>>token
libclaw-1.7.4/claw/code/xbm_reader.cpp:244:14: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
libclaw-1.7.4/claw/code/xbm_reader.cpp:242:10: note: outer condition: f>>token
libclaw-1.7.4/claw/code/xbm_reader.cpp:244:14: note: identical inner condition: f>>token
libclaw-1.7.4/claw/code/xbm_reader.cpp:237:15: style: Unused variable: line [unusedVariable]
libclaw-1.7.4/claw/impl/avl_base.tpp:1348:7: style: The scope of the variable 'pl' can be reduced. [variableScope]
libclaw-1.7.4/claw/impl/avl_base.tpp:1348:13: style: The scope of the variable 'pr' can be reduced. [variableScope]
libclaw-1.7.4/claw/impl/graph.tpp:366:5: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
libclaw-1.7.4/claw/impl/lzw_decoder.tpp:45:16: style: The scope of the variable 'table_size' can be reduced. [variableScope]
libclaw-1.7.4/claw/impl/multi_type_map_visitor.tpp:81:10: performance: Technically the member function 'claw::multi_type_map_visitor_rec::execute' can be static. [functionStatic]
libclaw-1.7.4/claw/impl/multi_type_map_visitor.tpp:99:10: performance: Technically the member function 'claw::multi_type_map_visitor_rec::execute' can be static. [functionStatic]
[14:10]

ftp://ftp.se.debian.org/debian/pool/main/libc/libclc/libclc_0~git20140101.orig.tar.gz
libclc-0~git20140101/generic/lib/relational/any.cl:28:1: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
libclc-0~git20140101/generic/lib/relational/any.cl:29:1: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
[14:10]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcleri/libcleri_0.9.4.orig.tar.gz
libcleri-0.9.4/src/choice.c:127:20: style: The scope of the variable 'rnode' can be reduced. [variableScope]
libcleri-0.9.4/src/choice.c:182:20: style: The scope of the variable 'rnode' can be reduced. [variableScope]
libcleri-0.9.4/src/list.c:98:20: style: The scope of the variable 'rnode' can be reduced. [variableScope]
libcleri-0.9.4/src/prio.c:101:20: style: The scope of the variable 'rnode' can be reduced. [variableScope]
libcleri-0.9.4/src/prio.c:84:33: style: Function 'PRIO_free' argument 1 names different: declaration 'cl_obj' definition 'cl_object'. [funcArgNamesDifferent]
libcleri-0.9.4/src/prio.c:22:33: note: Function 'PRIO_free' argument 1 names different: declaration 'cl_obj' definition 'cl_object'.
libcleri-0.9.4/src/prio.c:84:33: note: Function 'PRIO_free' argument 1 names different: declaration 'cl_obj' definition 'cl_object'.
libcleri-0.9.4/src/regex.c:95:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libcleri-0.9.4/src/repeat.c:89:20: style: The scope of the variable 'rnode' can be reduced. [variableScope]
libcleri-0.9.4/src/rule.c:122:30: style: Function 'RULE_parse' argument 4 names different: declaration 'rule' definition '__rule'. [funcArgNamesDifferent]
libcleri-0.9.4/src/rule.c:21:30: note: Function 'RULE_parse' argument 4 names different: declaration 'rule' definition '__rule'.
libcleri-0.9.4/src/rule.c:122:30: note: Function 'RULE_parse' argument 4 names different: declaration 'rule' definition '__rule'.
libcleri-0.9.4/src/sequence.c:96:20: style: The scope of the variable 'rnode' can be reduced. [variableScope]
[14:10]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcli/libcli_1.9.7.orig.tar.gz
libcli-1.9.7/libcli.c:1121:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
libcli-1.9.7/libcli.c:1007:18: error: Array 'words[128]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
libcli-1.9.7/libcli.c:626:21: warning: Either the condition '!cli' is redundant or there is possible null pointer dereference: cli. [nullPointerRedundantCheck]
libcli-1.9.7/libcli.c:628:9: note: Assuming that condition '!cli' is not redundant
libcli-1.9.7/libcli.c:626:21: note: Null pointer dereference
libcli-1.9.7/libcli.c:147:13: style: The scope of the variable 'thisTime' can be reduced. [variableScope]
libcli-1.9.7/libcli.c:165:11: style: The scope of the variable 'o' can be reduced. [variableScope]
libcli-1.9.7/libcli.c:1497:33: style: The scope of the variable 'i' can be reduced. [variableScope]
libcli-1.9.7/libcli.c:1983:9: style: The scope of the variable 'n' can be reduced. [variableScope]
libcli-1.9.7/libcli.c:320:48: style: Function 'cli_set_privilege' argument 2 names different: declaration 'privilege' definition 'priv'. [funcArgNamesDifferent]
libcli-1.9.7/libcli.h:111:48: note: Function 'cli_set_privilege' argument 2 names different: declaration 'privilege' definition 'priv'.
libcli-1.9.7/libcli.c:320:48: note: Function 'cli_set_privilege' argument 2 names different: declaration 'privilege' definition 'priv'.
libcli-1.9.7/libcli.c:382:9: error: Memory leak: c [memleak]
libcli-1.9.7/libcli.c:387:9: error: Memory leak: c [memleak]
libcli-1.9.7/libcli.c:1212:9: error: Memory leak: cmd [memleak]
[14:10]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcli-framework-perl/libcli-framework-perl_0.05.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclipboard-perl/libclipboard-perl_0.13.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclone-choose-perl/libclone-choose-perl_0.010.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclone-fast-perl/libclone-fast-perl_0.96.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclone-perl/libclone-perl_0.39.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libclone-pp-perl/libclone-pp-perl_1.07.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcloud/libcloud_2.3.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcloudproviders/libcloudproviders_0.2.5.orig.tar.xz
libcloudproviders-0.2.5/src/cloudprovidersaccount.c:141:5: style: Variable 'icon' is reassigned a value before the old one has been used. [redundantAssignment]
libcloudproviders-0.2.5/src/cloudprovidersaccount.c:132:0: note: Variable 'icon' is reassigned a value before the old one has been used.
libcloudproviders-0.2.5/src/cloudprovidersaccount.c:141:5: note: Variable 'icon' is reassigned a value before the old one has been used.
libcloudproviders-0.2.5/src/cloudproviderscollector.c:229:12: style: The scope of the variable 'key_files_directory_path' can be reduced. [variableScope]
libcloudproviders-0.2.5/src/cloudproviderscollector.c:230:12: style: The scope of the variable 'key_files_directory_file' can be reduced. [variableScope]
libcloudproviders-0.2.5/src/cloudproviderscollector.c:232:22: style: The scope of the variable 'file_enumerator' can be reduced. [variableScope]
libcloudproviders-0.2.5/src/cloudprovidersprovider.c:152:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
libcloudproviders-0.2.5/src/cloudprovidersprovider.c:35:12: style: struct member '_CloudProvidersProvider::provider_object_path' is never used. [unusedStructMember]
libcloudproviders-0.2.5/src/cloudprovidersprovider.c:37:17: style: struct member '_CloudProvidersProvider::accounts_object_managers' is never used. [unusedStructMember]
libcloudproviders-0.2.5/src/cloudprovidersproviderexporter.c:355:57: style: Function 'cloud_providers_provider_exporter_new' argument 3 names different: declaration 'object_path' definition 'bus_path'. [funcArgNamesDifferent]
libcloudproviders-0.2.5/src/cloudprovidersproviderexporter.h:48:57: note: Function 'cloud_providers_provider_exporter_new' argument 3 names different: declaration 'object_path' definition 'bus_path'.
libcloudproviders-0.2.5/src/cloudprovidersproviderexporter.c:355:57: note: Function 'cloud_providers_provider_exporter_new' argument 3 names different: declaration 'object_path' definition 'bus_path'.
libcloudproviders-0.2.5/test/testcloudprovidersclient.c:95:12: style: The scope of the variable 'status_string' can be reduced. [variableScope]
libcloudproviders-0.2.5/test/testcloudprovidersclient.c:97:12: style: The scope of the variable 'icon_representation' can be reduced. [variableScope]
libcloudproviders-0.2.5/test/testcloudprovidersclient.c:99:17: style: The scope of the variable 'menu' can be reduced. [variableScope]
[14:10]

ftp://ftp.se.debian.org/debian/pool/main/libc/libclutter-perl/libclutter-perl_1.110.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcmis/libcmis_0.5.1+git20160603.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libc/libcmrt/libcmrt_1.0.6+dfsg1.orig.tar.xz
cmrt-1.0.6/src/cm_array.h:43:8: style: Technically the member function 'CmDynamicArray::GetSize' can be const. [functionConst]
cmrt-1.0.6/src/cm_array.cpp:84:23: note: Technically the member function 'CmDynamicArray::GetSize' can be const.
cmrt-1.0.6/src/cm_array.h:43:8: note: Technically the member function 'CmDynamicArray::GetSize' can be const.
cmrt-1.0.6/src/cm_array.h:44:8: style: Technically the member function 'CmDynamicArray::GetMaxSize' can be const. [functionConst]
cmrt-1.0.6/src/cm_array.cpp:168:23: note: Technically the member function 'CmDynamicArray::GetMaxSize' can be const.
cmrt-1.0.6/src/cm_array.h:44:8: note: Technically the member function 'CmDynamicArray::GetMaxSize' can be const.
cmrt-1.0.6/src/cm_array.h:36:2: style: Class 'CmDynamicArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cmrt-1.0.6/src/cm_basic_list.cpp:195:28: warning: Member variable 'CLinkedList::m_Count' is not assigned a value in 'CLinkedList::operator='. [operatorEqVarError]
cmrt-1.0.6/src/cm_basic_list.cpp:195:28: warning: Member variable 'CLinkedList::m_FreePoolCount' is not assigned a value in 'CLinkedList::operator='. [operatorEqVarError]
cmrt-1.0.6/src/cm_basic_list.h:91:8: style: Technically the member function 'CLinkedList::GetCount' can be const. [functionConst]
cmrt-1.0.6/src/cm_basic_list.cpp:190:20: note: Technically the member function 'CLinkedList::GetCount' can be const.
cmrt-1.0.6/src/cm_basic_list.h:91:8: note: Technically the member function 'CLinkedList::GetCount' can be const.
cmrt-1.0.6/src/cm_basic_list.h:108:7: performance: Technically the member function 'CLinkedList::Set' can be static. [functionStatic]
cmrt-1.0.6/src/cm_basic_list.cpp:355:19: note: Technically the member function 'CLinkedList::Set' can be static.
cmrt-1.0.6/src/cm_basic_list.h:108:7: note: Technically the member function 'CLinkedList::Set' can be static.
cmrt-1.0.6/src/cm_basic_list.h:74:8: style: Technically the member function 'CLinkedList::CIterator::operator==' can be const. [functionConst]
cmrt-1.0.6/src/cm_basic_list.cpp:152:30: note: Technically the member function 'CLinkedList::CIterator::operator==' can be const.
cmrt-1.0.6/src/cm_basic_list.h:74:8: note: Technically the member function 'CLinkedList::CIterator::operator==' can be const.
cmrt-1.0.6/src/cm_basic_list.h:75:8: style: Technically the member function 'CLinkedList::CIterator::operator!=' can be const. [functionConst]
cmrt-1.0.6/src/cm_basic_list.cpp:157:30: note: Technically the member function 'CLinkedList::CIterator::operator!=' can be const.
cmrt-1.0.6/src/cm_basic_list.h:75:8: note: Technically the member function 'CLinkedList::CIterator::operator!=' can be const.
cmrt-1.0.6/src/cm_basic_list.h:80:8: style: Technically the member function 'CLinkedList::CIterator::IsNull' can be const. [functionConst]
cmrt-1.0.6/src/cm_basic_list.cpp:175:30: note: Technically the member function 'CLinkedList::CIterator::IsNull' can be const.
cmrt-1.0.6/src/cm_basic_list.h:80:8: note: Technically the member function 'CLinkedList::CIterator::IsNull' can be const.
cmrt-1.0.6/src/cm_basic_list.h:38:4: style: Class 'CNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cmrt-1.0.6/src/cm_basic_list.h:68:4: style: Class 'CIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cmrt-1.0.6/src/cm_basic_list.h:32:1: warning: The class 'CLinkedList' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
cmrt-1.0.6/src/cm_csync.h:71:2: style: Class 'CLock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cmrt-1.0.6/src/cm_def.h:807:2: warning: Member variable 'SurfaceIndex::vptr_placeholder' is not initialized in the constructor. [uninitMemberVar]
cmrt-1.0.6/src/cm_def.h:807:2: warning: Member variable 'SurfaceIndex::extra_byte' is not initialized in the constructor. [uninitMemberVar]
cmrt-1.0.6/src/cm_def.h:810:2: warning: Member variable 'SurfaceIndex::vptr_placeholder' is not initialized in the constructor. [uninitMemberVar]
cmrt-1.0.6/src/cm_def.h:810:2: warning: Member variable 'SurfaceIndex::extra_byte' is not initialized in the constructor. [uninitMemberVar]
cmrt-1.0.6/src/cm_def.h:813:2: warning: Member variable 'SurfaceIndex::vptr_placeholder' is not initialized in the constructor. [uninitMemberVar]
cmrt-1.0.6/src/cm_def.h:813:2: warning: Member variable 'SurfaceIndex::extra_byte' is not initialized in the constructor. [uninitMemberVar]
cmrt-1.0.6/src/cm_def.h:824:15: style: Technically the member function 'SurfaceIndex::get_data' can be const. [functionConst]
cmrt-1.0.6/src/cm_surface.h:39:7: style: Technically the member function 'CmSurface::IsCmCreated' can be const. [functionConst]
cmrt-1.0.6/src/cm_buffer.h:85:6: style: Technically the member function 'CmBuffer_RT::GetHandle' can be const. [functionConst]
cmrt-1.0.6/src/cm_buffer.cpp:79:18: note: Technically the member function 'CmBuffer_RT::GetHandle' can be const.
cmrt-1.0.6/src/cm_buffer.h:85:6: note: Technically the member function 'CmBuffer_RT::GetHandle' can be const.
cmrt-1.0.6/src/cm_buffer.h:91:16: style: Technically the member function 'CmBuffer_RT::GetAddress' can be const. [functionConst]
cmrt-1.0.6/src/cm_buffer.cpp:246:28: note: Technically the member function 'CmBuffer_RT::GetAddress' can be const.
cmrt-1.0.6/src/cm_buffer.h:91:16: note: Technically the member function 'CmBuffer_RT::GetAddress' can be const.
cmrt-1.0.6/src/cm_buffer.h:93:6: style: Technically the member function 'CmBuffer_RT::GetSize' can be const. [functionConst]
cmrt-1.0.6/src/cm_buffer.cpp:229:18: note: Technically the member function 'CmBuffer_RT::GetSize' can be const.
cmrt-1.0.6/src/cm_buffer.h:93:6: note: Technically the member function 'CmBuffer_RT::GetSize' can be const.
cmrt-1.0.6/src/cm_buffer.h:95:7: style: Technically the member function 'CmBuffer_RT::IsUpSurface' can be const. [functionConst]
cmrt-1.0.6/src/cm_buffer.cpp:241:19: note: Technically the member function 'CmBuffer_RT::IsUpSurface' can be const.
cmrt-1.0.6/src/cm_buffer.h:95:7: note: Technically the member function 'CmBuffer_RT::IsUpSurface' can be const.
cmrt-1.0.6/src/cm_buffer.h:97:7: style: Technically the member function 'CmBuffer_RT::GetBufferType' can be const. [functionConst]
cmrt-1.0.6/src/cm_program.h:54:7: style: Technically the member function 'CmProgram_RT::IsJitterEnabled' can be const. [functionConst]
cmrt-1.0.6/src/cm_program.h:56:9: style: Technically the member function 'CmProgram_RT::IsHwDebugEnabled' can be const. [functionConst]
cmrt-1.0.6/src/cm_device.h:119:8: style: Technically the member function 'CmDevice_RT::GetAccelsize' can be const. [functionConst]
cmrt-1.0.6/src/cm_def.h:813:2: style: Class 'SurfaceIndex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cmrt-1.0.6/src/cm_device.h:199:2: style: Class 'CmDevice_RT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cmrt-1.0.6/src/cm_surface_manager.h:115:3: style: Class 'CmSurfaceManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cmrt-1.0.6/src/cm_def.h:805:1: warning: The class 'SurfaceIndex' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
cmrt-1.0.6/src/cm_buffer.h:77:16: style: The function 'ReadSurface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_buffer.h:52:24: note: Virtual function in base class
cmrt-1.0.6/src/cm_buffer.h:77:16: note: Function in derived class
cmrt-1.0.6/src/cm_buffer.h:79:16: style: The function 'WriteSurface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_buffer.h:55:24: note: Virtual function in base class
cmrt-1.0.6/src/cm_buffer.h:79:16: note: Function in derived class
cmrt-1.0.6/src/cm_buffer.h:82:16: style: The function 'InitSurface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_buffer.h:64:24: note: Virtual function in base class
cmrt-1.0.6/src/cm_buffer.h:82:16: note: Function in derived class
cmrt-1.0.6/src/cm_buffer.h:84:16: style: The function 'GetIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_buffer.h:51:24: note: Virtual function in base class
cmrt-1.0.6/src/cm_buffer.h:84:16: note: Function in derived class
cmrt-1.0.6/src/cm_buffer.h:86:31: style: The function 'Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_buffer.h:59:39: note: Virtual function in base class
cmrt-1.0.6/src/cm_buffer.h:86:31: note: Function in derived class
cmrt-1.0.6/src/cm_buffer.h:89:16: style: The function 'SetMemoryObjectControl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_buffer.h:66:24: note: Virtual function in base class
cmrt-1.0.6/src/cm_buffer.h:89:16: note: Function in derived class
cmrt-1.0.6/src/cm_program.h:46:6: style: The function 'GetKernelCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_program_base.h:35:21: note: Virtual function in base class
cmrt-1.0.6/src/cm_program.h:46:6: note: Function in derived class
cmrt-1.0.6/src/cm_surface_2d.h:44:16: style: The function 'ReadSurface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_surface_2d_base.h:41:21: note: Virtual function in base class
cmrt-1.0.6/src/cm_surface_2d.h:44:16: note: Function in derived class
cmrt-1.0.6/src/cm_surface_2d.h:46:16: style: The function 'WriteSurface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_surface_2d_base.h:43:21: note: Virtual function in base class
cmrt-1.0.6/src/cm_surface_2d.h:46:16: note: Function in derived class
cmrt-1.0.6/src/cm_surface_2d.h:49:16: style: The function 'ReadSurfaceStride' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_surface_2d_base.h:45:21: note: Virtual function in base class
cmrt-1.0.6/src/cm_surface_2d.h:49:16: note: Function in derived class
cmrt-1.0.6/src/cm_surface_2d.h:53:16: style: The function 'WriteSurfaceStride' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_surface_2d_base.h:48:21: note: Virtual function in base class
cmrt-1.0.6/src/cm_surface_2d.h:53:16: note: Function in derived class
cmrt-1.0.6/src/cm_surface_2d.h:58:16: style: The function 'GetIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_surface_2d_base.h:33:21: note: Virtual function in base class
cmrt-1.0.6/src/cm_surface_2d.h:58:16: note: Function in derived class
cmrt-1.0.6/src/cm_surface_2d.h:63:16: style: The function 'SetSurfaceStateDimensions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_surface_2d_base.h:34:21: note: Virtual function in base class
cmrt-1.0.6/src/cm_surface_2d.h:63:16: note: Function in derived class
cmrt-1.0.6/src/cm_surface_2d.h:81:21: style: The function 'Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_surface.h:42:29: note: Virtual function in base class
cmrt-1.0.6/src/cm_surface_2d.h:81:21: note: Function in derived class
cmrt-1.0.6/src/cm_surface_2d_up.h:41:16: style: The function 'GetIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_surface_2d_up_base.h:36:21: note: Virtual function in base class
cmrt-1.0.6/src/cm_surface_2d_up.h:41:16: note: Function in derived class
cmrt-1.0.6/src/cm_surface_2d_up.h:44:21: style: The function 'Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_surface.h:42:29: note: Virtual function in base class
cmrt-1.0.6/src/cm_surface_2d_up.h:44:21: note: Function in derived class
cmrt-1.0.6/src/cm_surface_2d_up.h:50:16: style: The function 'GetSurfaceDesc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_surface_2d_up_base.h:38:21: note: Virtual function in base class
cmrt-1.0.6/src/cm_surface_2d_up.h:50:16: note: Function in derived class
cmrt-1.0.6/src/cm_device.h:60:16: style: The function 'CreateBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_device_base.h:37:14: note: Virtual function in base class
cmrt-1.0.6/src/cm_device.h:60:16: note: Function in derived class
cmrt-1.0.6/src/cm_device.h:61:16: style: The function 'CreateBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_device_base.h:43:14: note: Virtual function in base class
cmrt-1.0.6/src/cm_device.h:61:16: note: Function in derived class
cmrt-1.0.6/src/cm_device.h:63:16: style: The function 'DestroySurface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_device_base.h:53:14: note: Virtual function in base class
cmrt-1.0.6/src/cm_device.h:63:16: note: Function in derived class
cmrt-1.0.6/src/cm_device.h:64:16: style: The function 'GetSurface2DInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_device_base.h:56:14: note: Virtual function in base class
cmrt-1.0.6/src/cm_device.h:64:16: note: Function in derived class
cmrt-1.0.6/src/cm_device.h:67:16: style: The function 'CreateSurface2DUP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_device_base.h:48:14: note: Virtual function in base class
cmrt-1.0.6/src/cm_device.h:67:16: note: Function in derived class
cmrt-1.0.6/src/cm_device.h:70:16: style: The function 'DestroySurface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_device_base.h:51:14: note: Virtual function in base class
cmrt-1.0.6/src/cm_device.h:70:16: note: Function in derived class
cmrt-1.0.6/src/cm_device.h:72:16: style: The function 'CreateSurface2D' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_device_base.h:38:14: note: Virtual function in base class
cmrt-1.0.6/src/cm_device.h:72:16: note: Function in derived class
cmrt-1.0.6/src/cm_device.h:75:16: style: The function 'CreateSurface2D' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_device_base.h:41:14: note: Virtual function in base class
cmrt-1.0.6/src/cm_device.h:75:16: note: Function in derived class
cmrt-1.0.6/src/cm_device.h:78:16: style: The function 'DestroySurface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_device_base.h:54:14: note: Virtual function in base class
cmrt-1.0.6/src/cm_device.h:78:16: note: Function in derived class
cmrt-1.0.6/src/cm_device.h:80:16: style: The function 'LoadProgram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_device_base.h:60:14: note: Virtual function in base class
cmrt-1.0.6/src/cm_device.h:80:16: note: Function in derived class
cmrt-1.0.6/src/cm_device.h:83:16: style: The function 'DestroyProgram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_device_base.h:65:14: note: Virtual function in base class
cmrt-1.0.6/src/cm_device.h:83:16: note: Function in derived class
cmrt-1.0.6/src/cm_device.h:85:16: style: The function 'CreateBufferUP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_device_base.h:45:14: note: Virtual function in base class
cmrt-1.0.6/src/cm_device.h:85:16: note: Function in derived class
cmrt-1.0.6/src/cm_device.h:87:16: style: The function 'DestroyBufferUP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_device_base.h:46:14: note: Virtual function in base class
cmrt-1.0.6/src/cm_device.h:87:16: note: Function in derived class
cmrt-1.0.6/src/cm_device.h:90:16: style: The function 'CreateKernel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_device_base.h:62:14: note: Virtual function in base class
cmrt-1.0.6/src/cm_device.h:90:16: note: Function in derived class
cmrt-1.0.6/src/cm_device.h:93:16: style: The function 'DestroyKernel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_device_base.h:64:14: note: Virtual function in base class
cmrt-1.0.6/src/cm_device.h:93:16: note: Function in derived class
cmrt-1.0.6/src/cm_device.h:95:16: style: The function 'CreateQueue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_device_base.h:59:14: note: Virtual function in base class
cmrt-1.0.6/src/cm_device.h:95:16: note: Function in derived class
cmrt-1.0.6/src/cm_device.h:96:16: style: The function 'CreateTask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_device_base.h:67:14: note: Virtual function in base class
cmrt-1.0.6/src/cm_device.h:96:16: note: Function in derived class
cmrt-1.0.6/src/cm_device.h:97:16: style: The function 'DestroyTask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_device_base.h:68:14: note: Virtual function in base class
cmrt-1.0.6/src/cm_device.h:97:16: note: Function in derived class
cmrt-1.0.6/src/cm_device.h:99:16: style: The function 'CreateThreadSpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_device_base.h:75:14: note: Virtual function in base class
cmrt-1.0.6/src/cm_device.h:99:16: note: Function in derived class
cmrt-1.0.6/src/cm_device.h:101:16: style: The function 'DestroyThreadSpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_device_base.h:76:14: note: Virtual function in base class
cmrt-1.0.6/src/cm_device.h:101:16: note: Function in derived class
cmrt-1.0.6/src/cm_device.h:103:16: style: The function 'CreateThreadGroupSpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_device_base.h:70:14: note: Virtual function in base class
cmrt-1.0.6/src/cm_device.h:103:16: note: Function in derived class
cmrt-1.0.6/src/cm_device.h:108:16: style: The function 'DestroyThreadGroupSpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_device_base.h:73:14: note: Virtual function in base class
cmrt-1.0.6/src/cm_device.h:108:16: note: Function in derived class
cmrt-1.0.6/src/cm_device.h:110:23: style: The function 'SetSuggestedL3Config' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_device_base.h:78:14: note: Virtual function in base class
cmrt-1.0.6/src/cm_device.h:110:23: note: Function in derived class
cmrt-1.0.6/src/cm_device.h:111:16: style: The function 'GetRTDllVersion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_device_base.h:79:14: note: Virtual function in base class
cmrt-1.0.6/src/cm_device.h:111:16: note: Function in derived class
cmrt-1.0.6/src/cm_device.h:140:16: style: The function 'GetCaps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_device_base.h:80:14: note: Virtual function in base class
cmrt-1.0.6/src/cm_device.h:140:16: note: Function in derived class
cmrt-1.0.6/src/cm_event.h:45:16: style: The function 'GetStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_event_base.h:34:21: note: Virtual function in base class
cmrt-1.0.6/src/cm_event.h:45:16: note: Function in derived class
cmrt-1.0.6/src/cm_event.h:46:16: style: The function 'GetExecutionTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_event_base.h:35:21: note: Virtual function in base class
cmrt-1.0.6/src/cm_event.h:46:16: note: Function in derived class
cmrt-1.0.6/src/cm_event.h:62:16: style: The function 'WaitForTaskFinished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_event_base.h:36:21: note: Virtual function in base class
cmrt-1.0.6/src/cm_event.h:62:16: note: Function in derived class
cmrt-1.0.6/src/cm_device.cpp:609:15: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
cmrt-1.0.6/src/cm_device.cpp:626:15: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
cmrt-1.0.6/src/cm_device.cpp:143:26: style: C-style pointer casting [cstyleCast]
cmrt-1.0.6/src/cm_device.cpp:169:7: style: C-style pointer casting [cstyleCast]
cmrt-1.0.6/src/cm_device.cpp:179:7: style: C-style pointer casting [cstyleCast]
cmrt-1.0.6/src/cm_device.cpp:187:30: style: C-style pointer casting [cstyleCast]
cmrt-1.0.6/src/cm_device.cpp:197:22: style: C-style pointer casting [cstyleCast]
cmrt-1.0.6/src/cm_device.cpp:1478:15: style: C-style pointer casting [cstyleCast]
cmrt-1.0.6/src/cm_device.cpp:1969:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
cmrt-1.0.6/src/cm_device.cpp:1966:0: note: Variable 'result' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/cm_device.cpp:1969:2: note: Variable 'result' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/cm_device.cpp:1983:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
cmrt-1.0.6/src/cm_device.cpp:1981:0: note: Variable 'result' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/cm_device.cpp:1983:2: note: Variable 'result' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/cm_device.cpp:1235:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
cmrt-1.0.6/src/cm_device.cpp:1240:7: note: Found duplicate branches for 'if' and 'else'.
cmrt-1.0.6/src/cm_device.cpp:1235:5: note: Found duplicate branches for 'if' and 'else'.
cmrt-1.0.6/src/cm_device.cpp:1725:27: style: Checking if unsigned variable '*(uint32_t*)pCapValue' is less than zero. [unsignedLessThanZero]
cmrt-1.0.6/src/cm_device.cpp:53:43: style: Function 'Create' argument 1 names different: declaration 'pUmdContext' definition 'pDriverContext'. [funcArgNamesDifferent]
cmrt-1.0.6/src/cm_device.h:55:38: note: Function 'Create' argument 1 names different: declaration 'pUmdContext' definition 'pDriverContext'.
cmrt-1.0.6/src/cm_device.cpp:53:43: note: Function 'Create' argument 1 names different: declaration 'pUmdContext' definition 'pDriverContext'.
cmrt-1.0.6/src/cm_device.cpp:214:47: style: Function 'Initialize' argument 1 names different: declaration 'pUmdContext' definition 'pDriverContext'. [funcArgNamesDifferent]
cmrt-1.0.6/src/cm_device.h:185:35: note: Function 'Initialize' argument 1 names different: declaration 'pUmdContext' definition 'pDriverContext'.
cmrt-1.0.6/src/cm_device.cpp:214:47: note: Function 'Initialize' argument 1 names different: declaration 'pUmdContext' definition 'pDriverContext'.
cmrt-1.0.6/src/cm_device.cpp:242:52: style: Function 'CreateAuxDevice' argument 1 names different: declaration 'pUmdContext' definition 'pDriverContext'. [funcArgNamesDifferent]
cmrt-1.0.6/src/cm_device.h:187:40: note: Function 'CreateAuxDevice' argument 1 names different: declaration 'pUmdContext' definition 'pDriverContext'.
cmrt-1.0.6/src/cm_device.cpp:242:52: note: Function 'CreateAuxDevice' argument 1 names different: declaration 'pUmdContext' definition 'pDriverContext'.
cmrt-1.0.6/src/cm_device.cpp:319:46: style: Function 'CreateBuffer' argument 1 names different: declaration 'pOsResource' definition 'pCmOsResource'. [funcArgNamesDifferent]
cmrt-1.0.6/src/cm_device.h:61:44: note: Function 'CreateBuffer' argument 1 names different: declaration 'pOsResource' definition 'pCmOsResource'.
cmrt-1.0.6/src/cm_device.cpp:319:46: note: Function 'CreateBuffer' argument 1 names different: declaration 'pOsResource' definition 'pCmOsResource'.
cmrt-1.0.6/src/cm_device.cpp:339:50: style: Function 'CreateBufferUP' argument 2 names different: declaration 'pSystMem' definition 'pSysMem'. [funcArgNamesDifferent]
cmrt-1.0.6/src/cm_device.h:85:48: note: Function 'CreateBufferUP' argument 2 names different: declaration 'pSystMem' definition 'pSysMem'.
cmrt-1.0.6/src/cm_device.cpp:339:50: note: Function 'CreateBufferUP' argument 2 names different: declaration 'pSystMem' definition 'pSysMem'.
cmrt-1.0.6/src/cm_device.cpp:1964:27: style: Function 'CreateCmDevice' argument 3 names different: declaration 'drivercontext' definition 'pDriverContext'. [funcArgNamesDifferent]
cmrt-1.0.6/src/cm_device.h:260:26: note: Function 'CreateCmDevice' argument 3 names different: declaration 'drivercontext' definition 'pDriverContext'.
cmrt-1.0.6/src/cm_device.cpp:1964:27: note: Function 'CreateCmDevice' argument 3 names different: declaration 'drivercontext' definition 'pDriverContext'.
cmrt-1.0.6/src/cm_device.cpp:114:15: warning: Member variable 'CmDevice_RT::m_HalMaxValues' is not initialized in the constructor. [uninitMemberVar]
cmrt-1.0.6/src/cm_device.cpp:114:15: warning: Member variable 'CmDevice_RT::m_HalMaxValuesEx' is not initialized in the constructor. [uninitMemberVar]
cmrt-1.0.6/src/cm_device.h:126:6: style: Technically the member function 'CmDevice_RT::GetSurfaceManager' can be const. [functionConst]
cmrt-1.0.6/src/cm_device.cpp:788:18: note: Technically the member function 'CmDevice_RT::GetSurfaceManager' can be const.
cmrt-1.0.6/src/cm_device.h:126:6: note: Technically the member function 'CmDevice_RT::GetSurfaceManager' can be const.
cmrt-1.0.6/src/cm_device.h:127:6: style: Technically the member function 'CmDevice_RT::GetQueue' can be const. [functionConst]
cmrt-1.0.6/src/cm_device.cpp:809:18: note: Technically the member function 'CmDevice_RT::GetQueue' can be const.
cmrt-1.0.6/src/cm_device.h:127:6: note: Technically the member function 'CmDevice_RT::GetQueue' can be const.
cmrt-1.0.6/src/cm_device.h:138:6: style: Technically the member function 'CmDevice_RT::GetDDIVersion' can be const. [functionConst]
cmrt-1.0.6/src/cm_device.cpp:1539:18: note: Technically the member function 'CmDevice_RT::GetDDIVersion' can be const.
cmrt-1.0.6/src/cm_device.h:138:6: note: Technically the member function 'CmDevice_RT::GetDDIVersion' can be const.
cmrt-1.0.6/src/cm_device.h:176:7: style: Technically the member function 'CmDevice_RT::IsScratchSpaceDisabled' can be const. [functionConst]
cmrt-1.0.6/src/cm_device.cpp:1881:19: note: Technically the member function 'CmDevice_RT::IsScratchSpaceDisabled' can be const.
cmrt-1.0.6/src/cm_device.h:176:7: note: Technically the member function 'CmDevice_RT::IsScratchSpaceDisabled' can be const.
cmrt-1.0.6/src/cm_device.h:177:7: style: Technically the member function 'CmDevice_RT::IsSurfaceReuseEnabled' can be const. [functionConst]
cmrt-1.0.6/src/cm_device.cpp:1886:19: note: Technically the member function 'CmDevice_RT::IsSurfaceReuseEnabled' can be const.
cmrt-1.0.6/src/cm_device.h:177:7: note: Technically the member function 'CmDevice_RT::IsSurfaceReuseEnabled' can be const.
cmrt-1.0.6/src/cm_device.h:191:6: performance: Technically the member function 'CmDevice_RT::DestroyQueue' can be static. [functionStatic]
cmrt-1.0.6/src/cm_device.cpp:1454:18: note: Technically the member function 'CmDevice_RT::DestroyQueue' can be static.
cmrt-1.0.6/src/cm_device.h:191:6: note: Technically the member function 'CmDevice_RT::DestroyQueue' can be static.
cmrt-1.0.6/src/cm_device.h:196:6: performance: Technically the member function 'CmDevice_RT::InitDevCreateOption' can be static. [functionStatic]
cmrt-1.0.6/src/cm_device.cpp:1832:18: note: Technically the member function 'CmDevice_RT::InitDevCreateOption' can be static.
cmrt-1.0.6/src/cm_device.h:196:6: note: Technically the member function 'CmDevice_RT::InitDevCreateOption' can be static.
cmrt-1.0.6/src/cm_kernel.h:96:6: style: Technically the member function 'CmKernel_RT::GetThreadSpace' can be const. [functionConst]
cmrt-1.0.6/src/cm_kernel.h:104:6: style: Technically the member function 'CmKernel_RT::GetAdjustedYCoord' can be const. [functionConst]
cmrt-1.0.6/src/cm_queue.h:80:3: style: Class 'CmQueue_RT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cmrt-1.0.6/src/cm_queue.h:61:16: style: The function 'Enqueue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_queue_base.h:39:21: note: Virtual function in base class
cmrt-1.0.6/src/cm_queue.h:61:16: note: Function in derived class
cmrt-1.0.6/src/cm_queue.h:63:16: style: The function 'DestroyEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_queue_base.h:41:21: note: Virtual function in base class
cmrt-1.0.6/src/cm_queue.h:63:16: note: Function in derived class
cmrt-1.0.6/src/cm_queue.h:64:16: style: The function 'EnqueueWithGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_queue_base.h:44:21: note: Virtual function in base class
cmrt-1.0.6/src/cm_queue.h:64:16: note: Function in derived class
cmrt-1.0.6/src/cm_kernel.h:54:16: style: The function 'SetThreadCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_kernel_base.h:34:21: note: Virtual function in base class
cmrt-1.0.6/src/cm_kernel.h:54:16: note: Function in derived class
cmrt-1.0.6/src/cm_kernel.h:55:16: style: The function 'SetKernelArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_kernel_base.h:35:21: note: Virtual function in base class
cmrt-1.0.6/src/cm_kernel.h:55:16: note: Function in derived class
cmrt-1.0.6/src/cm_kernel.h:57:16: style: The function 'SetThreadArg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_kernel_base.h:37:21: note: Virtual function in base class
cmrt-1.0.6/src/cm_kernel.h:57:16: note: Function in derived class
cmrt-1.0.6/src/cm_kernel.h:61:16: style: The function 'SetStaticBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_kernel_base.h:40:21: note: Virtual function in base class
cmrt-1.0.6/src/cm_kernel.h:61:16: note: Function in derived class
cmrt-1.0.6/src/cm_kernel.h:66:16: style: The function 'SetSurfaceBTI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_kernel_base.h:43:21: note: Virtual function in base class
cmrt-1.0.6/src/cm_kernel.h:66:16: note: Function in derived class
cmrt-1.0.6/src/cm_kernel.h:67:16: style: The function 'AssociateThreadSpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_kernel_base.h:41:21: note: Virtual function in base class
cmrt-1.0.6/src/cm_kernel.h:67:16: note: Function in derived class
cmrt-1.0.6/src/cm_kernel.h:68:16: style: The function 'AssociateThreadGroupSpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_kernel_base.h:42:21: note: Virtual function in base class
cmrt-1.0.6/src/cm_kernel.h:68:16: note: Function in derived class
cmrt-1.0.6/src/cm_kernel.h:70:16: style: The function 'GetArgKind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_kernel_base.h:44:15: note: Virtual function in base class
cmrt-1.0.6/src/cm_kernel.h:70:16: note: Function in derived class
cmrt-1.0.6/src/cm_task.h:42:16: style: The function 'AddKernel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_task_base.h:36:14: note: Virtual function in base class
cmrt-1.0.6/src/cm_task.h:42:16: note: Function in derived class
cmrt-1.0.6/src/cm_task.h:43:16: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_task_base.h:37:14: note: Virtual function in base class
cmrt-1.0.6/src/cm_task.h:43:16: note: Function in derived class
cmrt-1.0.6/src/cm_task.h:44:16: style: The function 'AddSync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_task_base.h:38:14: note: Virtual function in base class
cmrt-1.0.6/src/cm_task.h:44:16: note: Function in derived class
cmrt-1.0.6/src/cm_group_space.h:41:6: style: The function 'GetThreadGroupSpaceSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cmrt-1.0.6/src/cm_group_space_base.h:34:21: note: Virtual function in base class
cmrt-1.0.6/src/cm_group_space.h:41:6: note: Function in derived class
cmrt-1.0.6/src/cm_event.cpp:73:13: warning: Member variable 'CmEvent_RT::m_KernelNames' is not initialized in the constructor. [uninitMemberVar]
cmrt-1.0.6/src/cm_event.cpp:73:13: warning: Member variable 'CmEvent_RT::m_ThreadSpace' is not initialized in the constructor. [uninitMemberVar]
cmrt-1.0.6/src/cm_event.cpp:73:13: warning: Member variable 'CmEvent_RT::m_SurEntryInfoArrays' is not initialized in the constructor. [uninitMemberVar]
cmrt-1.0.6/src/cm_event.h:51:17: style: Technically the member function 'CmEvent_RT::GetKernelCount' can be const. [functionConst]
cmrt-1.0.6/src/cm_event.cpp:257:28: note: Technically the member function 'CmEvent_RT::GetKernelCount' can be const.
cmrt-1.0.6/src/cm_event.h:51:17: note: Technically the member function 'CmEvent_RT::GetKernelCount' can be const.
cmrt-1.0.6/src/cm_event.h:52:16: style: Technically the member function 'CmEvent_RT::GetKernelName' can be const. [functionConst]
cmrt-1.0.6/src/cm_event.cpp:262:27: note: Technically the member function 'CmEvent_RT::GetKernelName' can be const.
cmrt-1.0.6/src/cm_event.h:52:16: note: Technically the member function 'CmEvent_RT::GetKernelName' can be const.
cmrt-1.0.6/src/cm_event.h:53:16: style: Technically the member function 'CmEvent_RT::GetKernelThreadSpace' can be const. [functionConst]
cmrt-1.0.6/src/cm_event.cpp:272:13: note: Technically the member function 'CmEvent_RT::GetKernelThreadSpace' can be const.
cmrt-1.0.6/src/cm_event.h:53:16: note: Technically the member function 'CmEvent_RT::GetKernelThreadSpace' can be const.
cmrt-1.0.6/src/cm_event.h:57:6: style: Technically the member function 'CmEvent_RT::GetIndex' can be const. [functionConst]
cmrt-1.0.6/src/cm_event.cpp:351:17: note: Technically the member function 'CmEvent_RT::GetIndex' can be const.
cmrt-1.0.6/src/cm_event.h:57:6: note: Technically the member function 'CmEvent_RT::GetIndex' can be const.
cmrt-1.0.6/src/cm_event.h:60:6: style: Technically the member function 'CmEvent_RT::GetTaskDriverId' can be const. [functionConst]
cmrt-1.0.6/src/cm_event.cpp:378:17: note: Technically the member function 'CmEvent_RT::GetTaskDriverId' can be const.
cmrt-1.0.6/src/cm_event.h:60:6: note: Technically the member function 'CmEvent_RT::GetTaskDriverId' can be const.
cmrt-1.0.6/src/cm_group_space.cpp:79:59: style: Function 'GetThreadGroupSpaceSize' argument 1 names different: declaration 'threadSpaceWidth' definition 'thrdSpaceWidth'. [funcArgNamesDifferent]
cmrt-1.0.6/src/cm_group_space.h:41:37: note: Function 'GetThreadGroupSpaceSize' argument 1 names different: declaration 'threadSpaceWidth' definition 'thrdSpaceWidth'.
cmrt-1.0.6/src/cm_group_space.cpp:79:59: note: Function 'GetThreadGroupSpaceSize' argument 1 names different: declaration 'threadSpaceWidth' definition 'thrdSpaceWidth'.
cmrt-1.0.6/src/cm_group_space.cpp:80:14: style: Function 'GetThreadGroupSpaceSize' argument 2 names different: declaration 'threadSpaceHeight' definition 'thrdSpaceHeight'. [funcArgNamesDifferent]
cmrt-1.0.6/src/cm_group_space.h:42:16: note: Function 'GetThreadGroupSpaceSize' argument 2 names different: declaration 'threadSpaceHeight' definition 'thrdSpaceHeight'.
cmrt-1.0.6/src/cm_group_space.cpp:80:14: note: Function 'GetThreadGroupSpaceSize' argument 2 names different: declaration 'threadSpaceHeight' definition 'thrdSpaceHeight'.
cmrt-1.0.6/src/cm_group_space.cpp:81:14: style: Function 'GetThreadGroupSpaceSize' argument 3 names different: declaration 'groupSpaceWidth' definition 'grpSpaceWidth'. [funcArgNamesDifferent]
cmrt-1.0.6/src/cm_group_space.h:43:16: note: Function 'GetThreadGroupSpaceSize' argument 3 names different: declaration 'groupSpaceWidth' definition 'grpSpaceWidth'.
cmrt-1.0.6/src/cm_group_space.cpp:81:14: note: Function 'GetThreadGroupSpaceSize' argument 3 names different: declaration 'groupSpaceWidth' definition 'grpSpaceWidth'.
cmrt-1.0.6/src/cm_group_space.cpp:82:14: style: Function 'GetThreadGroupSpaceSize' argument 4 names different: declaration 'groupSpaceHeight' definition 'grpSpaceHeight'. [funcArgNamesDifferent]
cmrt-1.0.6/src/cm_group_space.h:44:16: note: Function 'GetThreadGroupSpaceSize' argument 4 names different: declaration 'groupSpaceHeight' definition 'grpSpaceHeight'.
cmrt-1.0.6/src/cm_group_space.cpp:82:14: note: Function 'GetThreadGroupSpaceSize' argument 4 names different: declaration 'groupSpaceHeight' definition 'grpSpaceHeight'.
cmrt-1.0.6/src/cm_group_space.h:45:7: style: Technically the member function 'CmThreadGroupSpace_RT::GetIndexInTGsArray' can be const. [functionConst]
cmrt-1.0.6/src/cm_group_space.cpp:111:29: note: Technically the member function 'CmThreadGroupSpace_RT::GetIndexInTGsArray' can be const.
cmrt-1.0.6/src/cm_group_space.h:45:7: note: Technically the member function 'CmThreadGroupSpace_RT::GetIndexInTGsArray' can be const.
cmrt-1.0.6/src/cm_group_space.h:52:6: performance: Technically the member function 'CmThreadGroupSpace_RT::Initialize' can be static. [functionStatic]
cmrt-1.0.6/src/cm_group_space.cpp:106:28: note: Technically the member function 'CmThreadGroupSpace_RT::Initialize' can be static.
cmrt-1.0.6/src/cm_group_space.h:52:6: note: Technically the member function 'CmThreadGroupSpace_RT::Initialize' can be static.
cmrt-1.0.6/src/cm_kernel.cpp:2497:6: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
cmrt-1.0.6/src/cm_kernel.cpp:2496:40: note: outer condition: pHalKernelParam->CmArgParams[i].pFirstValue
cmrt-1.0.6/src/cm_kernel.cpp:2497:6: note: identical inner condition: pHalKernelParam->CmArgParams[i].pFirstValue
cmrt-1.0.6/src/cm_kernel.cpp:2727:6: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
cmrt-1.0.6/src/cm_kernel.cpp:2726:40: note: outer condition: pHalKernelParam->CmArgParams[i].pFirstValue
cmrt-1.0.6/src/cm_kernel.cpp:2727:6: note: identical inner condition: pHalKernelParam->CmArgParams[i].pFirstValue
cmrt-1.0.6/src/cm_kernel.cpp:3190:4: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
cmrt-1.0.6/src/cm_kernel.cpp:3189:23: note: outer condition: pHalIndreictData->pIndirectData
cmrt-1.0.6/src/cm_kernel.cpp:3190:4: note: identical inner condition: pHalIndreictData->pIndirectData
cmrt-1.0.6/src/cm_kernel.cpp:3192:4: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
cmrt-1.0.6/src/cm_kernel.cpp:3191:23: note: outer condition: pHalIndreictData->pSurfaceInfo
cmrt-1.0.6/src/cm_kernel.cpp:3192:4: note: identical inner condition: pHalIndreictData->pSurfaceInfo
cmrt-1.0.6/src/cm_mov_inst.h:603:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
cmrt-1.0.6/src/cm_mov_inst.h:603:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
cmrt-1.0.6/src/cm_mov_inst.h:603:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
cmrt-1.0.6/src/cm_mov_inst.h:603:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
cmrt-1.0.6/src/cm_mov_inst.h:603:3: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
cmrt-1.0.6/src/cm_mov_inst.h:603:3: warning: %d in format string (no. 7) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
cmrt-1.0.6/src/cm_mov_inst.h:603:3: warning: %d in format string (no. 8) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
cmrt-1.0.6/src/cm_mov_inst.h:603:3: warning: %d in format string (no. 9) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
cmrt-1.0.6/src/cm_mov_inst.h:603:3: warning: %d in format string (no. 10) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
cmrt-1.0.6/src/cm_kernel.cpp:746:30: style: C-style pointer casting [cstyleCast]
cmrt-1.0.6/src/cm_kernel.cpp:1195:29: style: C-style pointer casting [cstyleCast]
cmrt-1.0.6/src/cm_kernel.cpp:1480:25: style: C-style pointer casting [cstyleCast]
cmrt-1.0.6/src/cm_kernel.cpp:2194:28: style: C-style pointer casting [cstyleCast]
cmrt-1.0.6/src/cm_kernel.cpp:1197:7: style: The scope of the variable 'handle' can be reduced. [variableScope]
cmrt-1.0.6/src/cm_kernel.cpp:1789:7: style: The scope of the variable 'extra_surfaces' can be reduced. [variableScope]
cmrt-1.0.6/src/cm_kernel.cpp:3393:7: style: The scope of the variable 'index' can be reduced. [variableScope]
cmrt-1.0.6/src/cm_kernel.cpp:323:53: style: Checking if unsigned variable 'commonISACodeSize' is less than zero. [unsignedLessThanZero]
cmrt-1.0.6/src/cm_kernel.cpp:1244:23: style: Checking if unsigned variable 'm_ThreadCount' is less than zero. [unsignedLessThanZero]
cmrt-1.0.6/src/cm_kernel.cpp:2132:6: style: Variable 'num_valid_surfaces' is modified but its new value is never used. [unreadVariable]
cmrt-1.0.6/src/cm_kernel.h:51:6: style: Technically the member function 'CmKernel_RT::GetBinary' can be const. [functionConst]
cmrt-1.0.6/src/cm_kernel.cpp:651:18: note: Technically the member function 'CmKernel_RT::GetBinary' can be const.
cmrt-1.0.6/src/cm_kernel.h:51:6: note: Technically the member function 'CmKernel_RT::GetBinary' can be const.
cmrt-1.0.6/src/cm_kernel.h:52:6: style: Technically the member function 'CmKernel_RT::GetThreadCount' can be const. [functionConst]
cmrt-1.0.6/src/cm_kernel.cpp:678:18: note: Technically the member function 'CmKernel_RT::GetThreadCount' can be const.
cmrt-1.0.6/src/cm_kernel.h:52:6: note: Technically the member function 'CmKernel_RT::GetThreadCount' can be const.
cmrt-1.0.6/src/cm_kernel.h:59:16: performance: Technically the member function 'CmKernel_RT::SetThreadDependencyMask' can be static. [functionStatic]
cmrt-1.0.6/src/cm_kernel.cpp:2073:28: note: Technically the member function 'CmKernel_RT::SetThreadDependencyMask' can be static.
cmrt-1.0.6/src/cm_kernel.h:59:16: note: Technically the member function 'CmKernel_RT::SetThreadDependencyMask' can be static.
cmrt-1.0.6/src/cm_kernel.h:72:6: style: Technically the member function 'CmKernel_RT::GetArgs' can be const. [functionConst]
cmrt-1.0.6/src/cm_kernel.cpp:2052:18: note: Technically the member function 'CmKernel_RT::GetArgs' can be const.
cmrt-1.0.6/src/cm_kernel.h:72:6: note: Technically the member function 'CmKernel_RT::GetArgs' can be const.
cmrt-1.0.6/src/cm_kernel.h:73:6: style: Technically the member function 'CmKernel_RT::GetArgCount' can be const. [functionConst]
cmrt-1.0.6/src/cm_kernel.cpp:2067:18: note: Technically the member function 'CmKernel_RT::GetArgCount' can be const.
cmrt-1.0.6/src/cm_kernel.h:73:6: note: Technically the member function 'CmKernel_RT::GetArgCount' can be const.
cmrt-1.0.6/src/cm_kernel.h:75:6: style: Technically the member function 'CmKernel_RT::GetCurbeEnable' can be const. [functionConst]
cmrt-1.0.6/src/cm_kernel.cpp:2079:18: note: Technically the member function 'CmKernel_RT::GetCurbeEnable' can be const.
cmrt-1.0.6/src/cm_kernel.h:75:6: note: Technically the member function 'CmKernel_RT::GetCurbeEnable' can be const.
cmrt-1.0.6/src/cm_kernel.h:77:6: style: Technically the member function 'CmKernel_RT::GetSizeInCurbe' can be const. [functionConst]
cmrt-1.0.6/src/cm_kernel.cpp:2091:18: note: Technically the member function 'CmKernel_RT::GetSizeInCurbe' can be const.
cmrt-1.0.6/src/cm_kernel.h:77:6: note: Technically the member function 'CmKernel_RT::GetSizeInCurbe' can be const.
cmrt-1.0.6/src/cm_kernel.h:79:6: style: Technically the member function 'CmKernel_RT::GetCmDevice' can be const. [functionConst]
cmrt-1.0.6/src/cm_kernel.cpp:2103:18: note: Technically the member function 'CmKernel_RT::GetCmDevice' can be const.
cmrt-1.0.6/src/cm_kernel.h:79:6: note: Technically the member function 'CmKernel_RT::GetCmDevice' can be const.
cmrt-1.0.6/src/cm_kernel.h:80:6: style: Technically the member function 'CmKernel_RT::GetCmProgram' can be const. [functionConst]
cmrt-1.0.6/src/cm_kernel.cpp:2109:18: note: Technically the member function 'CmKernel_RT::GetCmProgram' can be const.
cmrt-1.0.6/src/cm_kernel.h:80:6: note: Technically the member function 'CmKernel_RT::GetCmProgram' can be const.
cmrt-1.0.6/src/cm_kernel.h:81:6: style: Technically the member function 'CmKernel_RT::GetSizeInPayload' can be const. [functionConst]
cmrt-1.0.6/src/cm_kernel.cpp:2097:18: note: Technically the member function 'CmKernel_RT::GetSizeInPayload' can be const.
cmrt-1.0.6/src/cm_kernel.h:81:6: note: Technically the member function 'CmKernel_RT::GetSizeInPayload' can be const.
cmrt-1.0.6/src/cm_kernel.h:91:7: style: Technically the member function 'CmKernel_RT::GetIndexInTask' can be const. [functionConst]
cmrt-1.0.6/src/cm_kernel.cpp:3223:19: note: Technically the member function 'CmKernel_RT::GetIndexInTask' can be const.
cmrt-1.0.6/src/cm_kernel.h:91:7: note: Technically the member function 'CmKernel_RT::GetIndexInTask' can be const.
cmrt-1.0.6/src/cm_kernel.h:93:10: style: Technically the member function 'CmKernel_RT::IsThreadArgExisted' can be const. [functionConst]
cmrt-1.0.6/src/cm_kernel.cpp:3278:22: note: Technically the member function 'CmKernel_RT::IsThreadArgExisted' can be const.
cmrt-1.0.6/src/cm_kernel.h:93:10: note: Technically the member function 'CmKernel_RT::IsThreadArgExisted' can be const.
cmrt-1.0.6/src/cm_kernel.h:94:7: style: Technically the member function 'CmKernel_RT::GetKernelIndex' can be const. [functionConst]
cmrt-1.0.6/src/cm_kernel.cpp:3546:19: note: Technically the member function 'CmKernel_RT::GetKernelIndex' can be const.
cmrt-1.0.6/src/cm_kernel.h:94:7: note: Technically the member function 'CmKernel_RT::GetKernelIndex' can be const.
cmrt-1.0.6/src/cm_kernel.h:108:7: style: Technically the member function 'CmKernel_RT::GetSLMSize' can be const. [functionConst]
cmrt-1.0.6/src/cm_kernel.cpp:3283:19: note: Technically the member function 'CmKernel_RT::GetSLMSize' can be const.
cmrt-1.0.6/src/cm_kernel.h:108:7: note: Technically the member function 'CmKernel_RT::GetSLMSize' can be const.
cmrt-1.0.6/src/cm_kernel.h:113:6: style: Technically the member function 'CmKernel_RT::GetKernelSurfaces' can be const. [functionConst]
cmrt-1.0.6/src/cm_kernel.cpp:684:18: note: Technically the member function 'CmKernel_RT::GetKernelSurfaces' can be const.
cmrt-1.0.6/src/cm_kernel.h:113:6: note: Technically the member function 'CmKernel_RT::GetKernelSurfaces' can be const.
cmrt-1.0.6/src/cm_kernel.h:118:7: style: Technically the member function 'CmKernel_RT::GetKernelGenxBinarySize' can be const. [functionConst]
cmrt-1.0.6/src/cm_kernel.cpp:3551:19: note: Technically the member function 'CmKernel_RT::GetKernelGenxBinarySize' can be const.
cmrt-1.0.6/src/cm_kernel.h:118:7: note: Technically the member function 'CmKernel_RT::GetKernelGenxBinarySize' can be const.
cmrt-1.0.6/src/cm_kernel.h:131:6: style: Technically the member function 'CmKernel_RT::IsKernelDataReusable' can be const. [functionConst]
cmrt-1.0.6/src/cm_kernel.cpp:2156:18: note: Technically the member function 'CmKernel_RT::IsKernelDataReusable' can be const.
cmrt-1.0.6/src/cm_kernel.h:131:6: note: Technically the member function 'CmKernel_RT::IsKernelDataReusable' can be const.
cmrt-1.0.6/src/cm_kernel.h:132:6: performance: Technically the member function 'CmKernel_RT::CreateKernelArgDataGroup' can be static. [functionStatic]
cmrt-1.0.6/src/cm_kernel.cpp:1505:18: note: Technically the member function 'CmKernel_RT::CreateKernelArgDataGroup' can be static.
cmrt-1.0.6/src/cm_kernel.h:132:6: note: Technically the member function 'CmKernel_RT::CreateKernelArgDataGroup' can be static.
cmrt-1.0.6/src/cm_kernel.h:136:6: style: Technically the member function 'CmKernel_RT::CalcKernelDataSize' can be const. [functionConst]
cmrt-1.0.6/src/cm_kernel.cpp:1282:18: note: Technically the member function 'CmKernel_RT::CalcKernelDataSize' can be const.
cmrt-1.0.6/src/cm_kernel.h:136:6: note: Technically the member function 'CmKernel_RT::CalcKernelDataSize' can be const.
cmrt-1.0.6/src/cm_kernel.h:152:6: style: Technically the member function 'CmKernel_RT::CreateThreadArgData' can be const. [functionConst]
cmrt-1.0.6/src/cm_kernel.cpp:1515:18: note: Technically the member function 'CmKernel_RT::CreateThreadArgData' can be const.
cmrt-1.0.6/src/cm_kernel.h:152:6: note: Technically the member function 'CmKernel_RT::CreateThreadArgData' can be const.
cmrt-1.0.6/src/cm_kernel.h:161:6: performance: Technically the member function 'CmKernel_RT::CreateThreadSpaceParam' can be static. [functionStatic]
cmrt-1.0.6/src/cm_kernel.cpp:1840:18: note: Technically the member function 'CmKernel_RT::CreateThreadSpaceParam' can be static.
cmrt-1.0.6/src/cm_kernel.h:161:6: note: Technically the member function 'CmKernel_RT::CreateThreadSpaceParam' can be static.
cmrt-1.0.6/src/cm_kernel.h:166:6: performance: Technically the member function 'CmKernel_RT::SortThreadSpace' can be static. [functionStatic]
cmrt-1.0.6/src/cm_kernel.cpp:1582:18: note: Technically the member function 'CmKernel_RT::SortThreadSpace' can be static.
cmrt-1.0.6/src/cm_kernel.h:166:6: note: Technically the member function 'CmKernel_RT::SortThreadSpace' can be static.
cmrt-1.0.6/src/cm_kernel.h:169:7: style: Technically the member function 'CmKernel_RT::IsBatchBufferReusable' can be const. [functionConst]
cmrt-1.0.6/src/cm_kernel.cpp:2507:19: note: Technically the member function 'CmKernel_RT::IsBatchBufferReusable' can be const.
cmrt-1.0.6/src/cm_kernel.h:169:7: note: Technically the member function 'CmKernel_RT::IsBatchBufferReusable' can be const.
cmrt-1.0.6/src/cm_kernel.h:175:14: performance: Technically the member function 'CmKernel_RT::SurfTypeToArgKind' can be static. [functionStatic]
cmrt-1.0.6/src/cm_kernel.cpp:3561:26: note: Technically the member function 'CmKernel_RT::SurfTypeToArgKind' can be static.
cmrt-1.0.6/src/cm_kernel.h:175:14: note: Technically the member function 'CmKernel_RT::SurfTypeToArgKind' can be static.
cmrt-1.0.6/src/cm_mov_inst.h:351:7: style: Technically the member function 'MovInst_RT::GetBits' can be const. [functionConst]
cmrt-1.0.6/src/cm_mov_inst.h:489:7: performance: Technically the member function 'MovInst_RT::GetExecSizeValue' can be static. [functionStatic]
cmrt-1.0.6/src/cm_mov_inst.h:509:14: performance: Technically the member function 'MovInst_RT::GetTypeStr' can be static. [functionStatic]
cmrt-1.0.6/src/cm_mov_inst.h:533:7: performance: Technically the member function 'MovInst_RT::GetVStrideValue' can be static. [functionStatic]
cmrt-1.0.6/src/cm_mov_inst.h:555:7: performance: Technically the member function 'MovInst_RT::GetWidthValue' can be static. [functionStatic]
cmrt-1.0.6/src/cm_mov_inst.h:573:7: performance: Technically the member function 'MovInst_RT::GetHStrideValue' can be static. [functionStatic]
cmrt-1.0.6/src/cm_kernel_data.h:54:3: style: Class 'CmKernelData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cmrt-1.0.6/src/cm_kernel_data.h:40:6: style: Technically the member function 'CmKernelData::GetCmKernel' can be const. [functionConst]
cmrt-1.0.6/src/cm_kernel_data.cpp:99:19: note: Technically the member function 'CmKernelData::GetCmKernel' can be const.
cmrt-1.0.6/src/cm_kernel_data.h:40:6: note: Technically the member function 'CmKernelData::GetCmKernel' can be const.
cmrt-1.0.6/src/cm_kernel_data.h:42:6: style: Technically the member function 'CmKernelData::GetKernelDataSize' can be const. [functionConst]
cmrt-1.0.6/src/cm_kernel_data.cpp:111:19: note: Technically the member function 'CmKernelData::GetKernelDataSize' can be const.
cmrt-1.0.6/src/cm_kernel_data.h:42:6: note: Technically the member function 'CmKernelData::GetKernelDataSize' can be const.
cmrt-1.0.6/src/cm_kernel_data.h:49:7: style: Technically the member function 'CmKernelData::IsInUse' can be const. [functionConst]
cmrt-1.0.6/src/cm_kernel_data.cpp:174:20: note: Technically the member function 'CmKernelData::IsInUse' can be const.
cmrt-1.0.6/src/cm_kernel_data.h:49:7: note: Technically the member function 'CmKernelData::IsInUse' can be const.
cmrt-1.0.6/src/cm_kernel_data.h:50:7: style: Technically the member function 'CmKernelData::GetKernelCurbeSize' can be const. [functionConst]
cmrt-1.0.6/src/cm_kernel_data.cpp:179:20: note: Technically the member function 'CmKernelData::GetKernelCurbeSize' can be const.
cmrt-1.0.6/src/cm_kernel_data.h:50:7: note: Technically the member function 'CmKernelData::GetKernelCurbeSize' can be const.
cmrt-1.0.6/src/cm_kernel_data.h:57:6: performance: Technically the member function 'CmKernelData::Initialize' can be static. [functionStatic]
cmrt-1.0.6/src/cm_kernel_data.cpp:93:19: note: Technically the member function 'CmKernelData::Initialize' can be static.
cmrt-1.0.6/src/cm_kernel_data.h:57:6: note: Technically the member function 'CmKernelData::Initialize' can be static.
cmrt-1.0.6/src/cm_program.cpp:644:13: warning: Either the condition 'if(pKernelInfo&&pKernelInfo->jitBinaryCode)' is redundant or there is possible null pointer dereference: pKernelInfo. [nullPointerRedundantCheck]
cmrt-1.0.6/src/cm_program.cpp:646:9: note: Assuming that condition 'if(pKernelInfo&&pKernelInfo->jitBinaryCode)' is not redundant
cmrt-1.0.6/src/cm_program.cpp:644:13: note: Null pointer dereference
cmrt-1.0.6/src/cm_program.cpp:553:41: style: Function 'GetIsaFileName' argument 1 names different: declaration 'kernelName' definition 'isaFileName'. [funcArgNamesDifferent]
cmrt-1.0.6/src/cm_program.h:48:28: note: Function 'GetIsaFileName' argument 1 names different: declaration 'kernelName' definition 'isaFileName'.
cmrt-1.0.6/src/cm_program.cpp:553:41: note: Function 'GetIsaFileName' argument 1 names different: declaration 'kernelName' definition 'isaFileName'.
cmrt-1.0.6/src/cm_program.h:45:6: style: Technically the member function 'CmProgram_RT::GetCommonISACode' can be const. [functionConst]
cmrt-1.0.6/src/cm_program.cpp:527:19: note: Technically the member function 'CmProgram_RT::GetCommonISACode' can be const.
cmrt-1.0.6/src/cm_program.h:45:6: note: Technically the member function 'CmProgram_RT::GetCommonISACode' can be const.
cmrt-1.0.6/src/cm_program.h:48:6: style: Technically the member function 'CmProgram_RT::GetIsaFileName' can be const. [functionConst]
cmrt-1.0.6/src/cm_program.cpp:553:19: note: Technically the member function 'CmProgram_RT::GetIsaFileName' can be const.
cmrt-1.0.6/src/cm_program.h:48:6: note: Technically the member function 'CmProgram_RT::GetIsaFileName' can be const.
cmrt-1.0.6/src/cm_program.h:49:6: style: Technically the member function 'CmProgram_RT::GetKernelOptions' can be const. [functionConst]
cmrt-1.0.6/src/cm_program.cpp:559:19: note: Technically the member function 'CmProgram_RT::GetKernelOptions' can be const.
cmrt-1.0.6/src/cm_program.h:49:6: note: Technically the member function 'CmProgram_RT::GetKernelOptions' can be const.
cmrt-1.0.6/src/cm_program.h:51:7: style: Technically the member function 'CmProgram_RT::GetSurfaceCount' can be const. [functionConst]
cmrt-1.0.6/src/cm_program.cpp:565:20: note: Technically the member function 'CmProgram_RT::GetSurfaceCount' can be const.
cmrt-1.0.6/src/cm_program.h:51:7: note: Technically the member function 'CmProgram_RT::GetSurfaceCount' can be const.
cmrt-1.0.6/src/cm_program.h:64:6: style: Technically the member function 'CmProgram_RT::GetCISAVersion' can be const. [functionConst]
cmrt-1.0.6/src/cm_program.cpp:716:19: note: Technically the member function 'CmProgram_RT::GetCISAVersion' can be const.
cmrt-1.0.6/src/cm_program.h:64:6: note: Technically the member function 'CmProgram_RT::GetCISAVersion' can be const.
cmrt-1.0.6/src/cm_program.h:69:7: style: Technically the member function 'CmProgram_RT::GetProgramIndex' can be const. [functionConst]
cmrt-1.0.6/src/cm_program.cpp:724:20: note: Technically the member function 'CmProgram_RT::GetProgramIndex' can be const.
cmrt-1.0.6/src/cm_program.h:69:7: note: Technically the member function 'CmProgram_RT::GetProgramIndex' can be const.
cmrt-1.0.6/src/cm_queue.cpp:391:15: style: Condition 'pKernel!=NULL' is always false [knownConditionTrueFalse]
cmrt-1.0.6/src/cm_queue.cpp:389:26: note: Assignment 'pKernel=NULL', assigned value is 0
cmrt-1.0.6/src/cm_queue.cpp:391:15: note: Condition 'pKernel!=NULL' is always false
cmrt-1.0.6/src/cm_queue.cpp:88:24: style: C-style pointer casting [cstyleCast]
cmrt-1.0.6/src/cm_queue.cpp:215:36: style: C-style pointer casting [cstyleCast]
cmrt-1.0.6/src/cm_queue.cpp:294:37: style: C-style pointer casting [cstyleCast]
cmrt-1.0.6/src/cm_queue.cpp:319:36: style: C-style pointer casting [cstyleCast]
cmrt-1.0.6/src/cm_queue.cpp:605:29: style: C-style pointer casting [cstyleCast]
cmrt-1.0.6/src/cm_queue.cpp:642:27: style: C-style pointer casting [cstyleCast]
cmrt-1.0.6/src/cm_queue.cpp:656:10: style: C-style pointer casting [cstyleCast]
cmrt-1.0.6/src/cm_queue.cpp:1096:11: style: C-style pointer casting [cstyleCast]
cmrt-1.0.6/src/cm_queue.cpp:158:4: style: Variable 'pTmp' is reassigned a value before the old one has been used. [redundantAssignment]
cmrt-1.0.6/src/cm_queue.cpp:157:0: note: Variable 'pTmp' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/cm_queue.cpp:158:4: note: Variable 'pTmp' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/cm_queue.cpp:497:3: style: Variable 'pKernelTmp' is reassigned a value before the old one has been used. [redundantAssignment]
cmrt-1.0.6/src/cm_queue.cpp:495:0: note: Variable 'pKernelTmp' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/cm_queue.cpp:497:3: note: Variable 'pKernelTmp' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/cm_queue.cpp:1139:2: style: Variable 'hr' is reassigned a value before the old one has been used. [redundantAssignment]
cmrt-1.0.6/src/cm_queue.cpp:1132:0: note: Variable 'hr' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/cm_queue.cpp:1139:2: note: Variable 'hr' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/cm_queue.cpp:391:15: style: Same expression on both sides of '!=' because the value of 'pKernel' and 'NULL' are the same. [duplicateExpression]
cmrt-1.0.6/src/cm_queue.cpp:389:26: note: 'pKernel' is assigned value 'NULL' here.
cmrt-1.0.6/src/cm_queue.cpp:391:15: note: Same expression on both sides of '!=' because the value of 'pKernel' and 'NULL' are the same.
cmrt-1.0.6/src/cm_queue.cpp:82:7: style: The scope of the variable 'EventReleaseTimes' can be reduced. [variableScope]
cmrt-1.0.6/src/cm_queue.cpp:131:30: style: Function 'Enqueue' argument 1 names different: declaration 'pTask' definition 'pKernelArray'. [funcArgNamesDifferent]
cmrt-1.0.6/src/cm_queue.h:61:33: note: Function 'Enqueue' argument 1 names different: declaration 'pTask' definition 'pKernelArray'.
cmrt-1.0.6/src/cm_queue.cpp:131:30: note: Function 'Enqueue' argument 1 names different: declaration 'pTask' definition 'pKernelArray'.
cmrt-1.0.6/src/cm_queue.cpp:196:42: style: Function 'Enqueue_RT' argument 1 names different: declaration 'pKernelArray' definition 'pKernelArray_RT'. [funcArgNamesDifferent]
cmrt-1.0.6/src/cm_queue.h:85:31: note: Function 'Enqueue_RT' argument 1 names different: declaration 'pKernelArray' definition 'pKernelArray_RT'.
cmrt-1.0.6/src/cm_queue.cpp:196:42: note: Function 'Enqueue_RT' argument 1 names different: declaration 'pKernelArray' definition 'pKernelArray_RT'.
cmrt-1.0.6/src/cm_queue.cpp:311:9: style: Function 'Enqueue_RT' argument 3 names different: declaration 'numTaskGenerated' definition 'numTasksGenerated'. [funcArgNamesDifferent]
cmrt-1.0.6/src/cm_queue.h:97:15: note: Function 'Enqueue_RT' argument 3 names different: declaration 'numTaskGenerated' definition 'numTasksGenerated'.
cmrt-1.0.6/src/cm_queue.cpp:311:9: note: Function 'Enqueue_RT' argument 3 names different: declaration 'numTaskGenerated' definition 'numTasksGenerated'.
cmrt-1.0.6/src/cm_queue.cpp:466:39: style: Function 'EnqueueWithHints' argument 1 names different: declaration 'pTask' definition 'pKernelArray'. [funcArgNamesDifferent]
cmrt-1.0.6/src/cm_queue.h:66:42: note: Function 'EnqueueWithHints' argument 1 names different: declaration 'pTask' definition 'pKernelArray'.
cmrt-1.0.6/src/cm_queue.cpp:466:39: note: Function 'EnqueueWithHints' argument 1 names different: declaration 'pTask' definition 'pKernelArray'.
cmrt-1.0.6/src/cm_queue.h:74:6: performance: Technically the member function 'CmQueue_RT::GetTaskHasThreadArg' can be static. [functionStatic]
cmrt-1.0.6/src/cm_queue.cpp:110:17: note: Technically the member function 'CmQueue_RT::GetTaskHasThreadArg' can be static.
cmrt-1.0.6/src/cm_queue.h:74:6: note: Technically the member function 'CmQueue_RT::GetTaskHasThreadArg' can be static.
cmrt-1.0.6/src/cm_surface.cpp:43:42: style: Function 'CmSurface' argument 1 names different: declaration 'Mgr' definition 'surfMgr'. [funcArgNamesDifferent]
cmrt-1.0.6/src/cm_surface.h:50:31: note: Function 'CmSurface' argument 1 names different: declaration 'Mgr' definition 'surfMgr'.
cmrt-1.0.6/src/cm_surface.cpp:43:42: note: Function 'CmSurface' argument 1 names different: declaration 'Mgr' definition 'surfMgr'.
cmrt-1.0.6/src/cm_surface.cpp:43:56: style: Function 'CmSurface' argument 2 names different: declaration 'IsCmCreated' definition 'isCmCreated'. [funcArgNamesDifferent]
cmrt-1.0.6/src/cm_surface.h:50:41: note: Function 'CmSurface' argument 2 names different: declaration 'IsCmCreated' definition 'isCmCreated'.
cmrt-1.0.6/src/cm_surface.cpp:43:56: note: Function 'CmSurface' argument 2 names different: declaration 'IsCmCreated' definition 'isCmCreated'.
cmrt-1.0.6/src/cm_surface.cpp:43:13: warning: Member variable 'CmSurface::m_MemObjCtrl' is not initialized in the constructor. [uninitMemberVar]
cmrt-1.0.6/src/cm_surface.h:47:7: style: Technically the member function 'CmSurface::GetMemoryObjectCtrl' can be const. [functionConst]
cmrt-1.0.6/src/cm_surface.cpp:178:17: note: Technically the member function 'CmSurface::GetMemoryObjectCtrl' can be const.
cmrt-1.0.6/src/cm_surface.h:47:7: note: Technically the member function 'CmSurface::GetMemoryObjectCtrl' can be const.
cmrt-1.0.6/src/cm_surface_2d.cpp:533:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
cmrt-1.0.6/src/cm_surface_2d.cpp:526:0: note: Variable 'ret' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/cm_surface_2d.cpp:533:2: note: Variable 'ret' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/cm_surface_2d.cpp:660:2: style: Variable 'hr' is reassigned a value before the old one has been used. [redundantAssignment]
cmrt-1.0.6/src/cm_surface_2d.cpp:654:0: note: Variable 'hr' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/cm_surface_2d.cpp:660:2: note: Variable 'hr' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/cm_surface_2d.cpp:540:55: style: Function 'InitSurface' argument 1 names different: declaration 'initValue' definition 'pInitValue'. [funcArgNamesDifferent]
cmrt-1.0.6/src/cm_surface_2d.h:62:40: note: Function 'InitSurface' argument 1 names different: declaration 'initValue' definition 'pInitValue'.
cmrt-1.0.6/src/cm_surface_2d.cpp:540:55: note: Function 'InitSurface' argument 1 names different: declaration 'initValue' definition 'pInitValue'.
cmrt-1.0.6/src/cm_surface_2d.h:77:6: style: Technically the member function 'CmSurface2D_RT::GetIndexFor2D' can be const. [functionConst]
cmrt-1.0.6/src/cm_surface_2d.cpp:503:21: note: Technically the member function 'CmSurface2D_RT::GetIndexFor2D' can be const.
cmrt-1.0.6/src/cm_surface_2d.h:77:6: note: Technically the member function 'CmSurface2D_RT::GetIndexFor2D' can be const.
cmrt-1.0.6/src/cm_surface_2d.h:78:6: style: Technically the member function 'CmSurface2D_RT::GetHandle' can be const. [functionConst]
cmrt-1.0.6/src/cm_surface_2d.cpp:497:21: note: Technically the member function 'CmSurface2D_RT::GetHandle' can be const.
cmrt-1.0.6/src/cm_surface_2d.h:78:6: note: Technically the member function 'CmSurface2D_RT::GetHandle' can be const.
cmrt-1.0.6/src/cm_surface_2d.h:87:6: style: Technically the member function 'CmSurface2D_RT::GetSubResourceIndex' can be const. [functionConst]
cmrt-1.0.6/src/cm_surface_2d.cpp:605:21: note: Technically the member function 'CmSurface2D_RT::GetSubResourceIndex' can be const.
cmrt-1.0.6/src/cm_surface_2d.h:87:6: note: Technically the member function 'CmSurface2D_RT::GetSubResourceIndex' can be const.
cmrt-1.0.6/src/cm_surface_2d_up.cpp:112:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
cmrt-1.0.6/src/cm_surface_2d_up.cpp:105:0: note: Variable 'ret' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/cm_surface_2d_up.cpp:112:2: note: Variable 'ret' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/cm_surface_2d_up.h:42:6: style: Technically the member function 'CmSurface2DUP_RT::GetHandle' can be const. [functionConst]
cmrt-1.0.6/src/cm_surface_2d_up.cpp:79:23: note: Technically the member function 'CmSurface2DUP_RT::GetHandle' can be const.
cmrt-1.0.6/src/cm_surface_2d_up.h:42:6: note: Technically the member function 'CmSurface2DUP_RT::GetHandle' can be const.
cmrt-1.0.6/src/cm_surface_manager.cpp:934:2: style: Variable 'genos_status' is reassigned a value before the old one has been used. [redundantAssignment]
cmrt-1.0.6/src/cm_surface_manager.cpp:922:0: note: Variable 'genos_status' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/cm_surface_manager.cpp:934:2: note: Variable 'genos_status' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/cm_surface_manager.cpp:1121:2: style: Variable 'genos_status' is reassigned a value before the old one has been used. [redundantAssignment]
cmrt-1.0.6/src/cm_surface_manager.cpp:1110:0: note: Variable 'genos_status' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/cm_surface_manager.cpp:1121:2: note: Variable 'genos_status' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/cm_surface_manager.cpp:1166:2: style: Variable 'genos_status' is reassigned a value before the old one has been used. [redundantAssignment]
cmrt-1.0.6/src/cm_surface_manager.cpp:1154:0: note: Variable 'genos_status' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/cm_surface_manager.cpp:1166:2: note: Variable 'genos_status' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/cm_surface_manager.cpp:456:50: style: Function 'GetFreeSurfaceIndex' argument 1 names different: declaration 'index' definition 'freeIndex'. [funcArgNamesDifferent]
cmrt-1.0.6/src/cm_surface_manager.h:86:33: note: Function 'GetFreeSurfaceIndex' argument 1 names different: declaration 'index' definition 'freeIndex'.
cmrt-1.0.6/src/cm_surface_manager.cpp:456:50: note: Function 'GetFreeSurfaceIndex' argument 1 names different: declaration 'index' definition 'freeIndex'.
cmrt-1.0.6/src/cm_surface_manager.cpp:477:16: style: Function 'GetFormatSize' argument 2 names different: declaration 'sizeperpixel' definition 'sizePerPixel'. [funcArgNamesDifferent]
cmrt-1.0.6/src/cm_surface_manager.h:141:53: note: Function 'GetFormatSize' argument 2 names different: declaration 'sizeperpixel' definition 'sizePerPixel'.
cmrt-1.0.6/src/cm_surface_manager.cpp:477:16: note: Function 'GetFormatSize' argument 2 names different: declaration 'sizeperpixel' definition 'sizePerPixel'.
cmrt-1.0.6/src/cm_surface_manager.cpp:628:25: style: Function 'GetSurface2dInPool' argument 4 names different: declaration 'pSurf2D' definition 'pSurface2D'. [funcArgNamesDifferent]
cmrt-1.0.6/src/cm_surface_manager.h:95:29: note: Function 'GetSurface2dInPool' argument 4 names different: declaration 'pSurf2D' definition 'pSurface2D'.
cmrt-1.0.6/src/cm_surface_manager.cpp:628:25: note: Function 'GetSurface2dInPool' argument 4 names different: declaration 'pSurf2D' definition 'pSurface2D'.
cmrt-1.0.6/src/cm_surface_manager.cpp:668:16: style: Function 'AllocateSurfaceIndex' argument 5 names different: declaration 'index' definition 'freeIndex'. [funcArgNamesDifferent]
cmrt-1.0.6/src/cm_surface_manager.h:90:39: note: Function 'AllocateSurfaceIndex' argument 5 names different: declaration 'index' definition 'freeIndex'.
cmrt-1.0.6/src/cm_surface_manager.cpp:668:16: note: Function 'AllocateSurfaceIndex' argument 5 names different: declaration 'index' definition 'freeIndex'.
cmrt-1.0.6/src/cm_surface_manager.cpp:974:29: style: Function 'CreateSurface2D' argument 6 names different: declaration 'pSurface' definition 'pSurface2D'. [funcArgNamesDifferent]
cmrt-1.0.6/src/cm_surface_manager.h:62:26: note: Function 'CreateSurface2D' argument 6 names different: declaration 'pSurface' definition 'pSurface2D'.
cmrt-1.0.6/src/cm_surface_manager.cpp:974:29: note: Function 'CreateSurface2D' argument 6 names different: declaration 'pSurface' definition 'pSurface2D'.
cmrt-1.0.6/src/cm_surface_manager.cpp:1201:53: style: Function 'DestroySurface' argument 1 names different: declaration 'pSurface' definition 'pSurface1D'. [funcArgNamesDifferent]
cmrt-1.0.6/src/cm_surface_manager.h:52:36: note: Function 'DestroySurface' argument 1 names different: declaration 'pSurface' definition 'pSurface1D'.
cmrt-1.0.6/src/cm_surface_manager.cpp:1201:53: note: Function 'DestroySurface' argument 1 names different: declaration 'pSurface' definition 'pSurface1D'.
cmrt-1.0.6/src/cm_surface_manager.cpp:1252:58: style: Function 'DestroySurface' argument 1 names different: declaration 'pSurface' definition 'pSurface2D'. [funcArgNamesDifferent]
cmrt-1.0.6/src/cm_surface_manager.h:57:41: note: Function 'DestroySurface' argument 1 names different: declaration 'pSurface' definition 'pSurface2D'.
cmrt-1.0.6/src/cm_surface_manager.cpp:1252:58: note: Function 'DestroySurface' argument 1 names different: declaration 'pSurface' definition 'pSurface2D'.
cmrt-1.0.6/src/cm_surface_manager.cpp:1296:56: style: Function 'DestroySurface' argument 1 names different: declaration 'pSurface' definition 'pSurface2D'. [funcArgNamesDifferent]
cmrt-1.0.6/src/cm_surface_manager.h:66:39: note: Function 'DestroySurface' argument 1 names different: declaration 'pSurface' definition 'pSurface2D'.
cmrt-1.0.6/src/cm_surface_manager.cpp:1296:56: note: Function 'DestroySurface' argument 1 names different: declaration 'pSurface' definition 'pSurface2D'.
cmrt-1.0.6/src/cm_surface_manager.h:69:6: style: Technically the member function 'CmSurfaceManager::GetSurface' can be const. [functionConst]
cmrt-1.0.6/src/cm_surface_manager.cpp:1344:23: note: Technically the member function 'CmSurfaceManager::GetSurface' can be const.
cmrt-1.0.6/src/cm_surface_manager.h:69:6: note: Technically the member function 'CmSurfaceManager::GetSurface' can be const.
cmrt-1.0.6/src/cm_surface_manager.h:70:6: style: Technically the member function 'CmSurfaceManager::GetCmDevice' can be const. [functionConst]
cmrt-1.0.6/src/cm_surface_manager.cpp:1355:23: note: Technically the member function 'CmSurfaceManager::GetCmDevice' can be const.
cmrt-1.0.6/src/cm_surface_manager.h:70:6: note: Technically the member function 'CmSurfaceManager::GetCmDevice' can be const.
cmrt-1.0.6/src/cm_surface_manager.h:72:6: performance: Technically the member function 'CmSurfaceManager::GetPixelBytesAndHeight' can be static. [functionStatic]
cmrt-1.0.6/src/cm_surface_manager.cpp:1361:23: note: Technically the member function 'CmSurfaceManager::GetPixelBytesAndHeight' can be static.
cmrt-1.0.6/src/cm_surface_manager.h:72:6: note: Technically the member function 'CmSurfaceManager::GetPixelBytesAndHeight' can be static.
cmrt-1.0.6/src/cm_surface_manager.h:75:6: performance: Technically the member function 'CmSurfaceManager::Surface2DSanityCheck' can be static. [functionStatic]
cmrt-1.0.6/src/cm_surface_manager.cpp:1422:23: note: Technically the member function 'CmSurfaceManager::Surface2DSanityCheck' can be static.
cmrt-1.0.6/src/cm_surface_manager.h:75:6: note: Technically the member function 'CmSurfaceManager::Surface2DSanityCheck' can be static.
cmrt-1.0.6/src/cm_surface_manager.h:78:7: style: Technically the member function 'CmSurfaceManager::GetSurfacePoolSize' can be const. [functionConst]
cmrt-1.0.6/src/cm_surface_manager.cpp:1538:24: note: Technically the member function 'CmSurfaceManager::GetSurfacePoolSize' can be const.
cmrt-1.0.6/src/cm_surface_manager.h:78:7: note: Technically the member function 'CmSurfaceManager::GetSurfacePoolSize' can be const.
cmrt-1.0.6/src/cm_surface_manager.h:79:7: style: Technically the member function 'CmSurfaceManager::GetSurfaceState' can be const. [functionConst]
cmrt-1.0.6/src/cm_surface_manager.cpp:1543:24: note: Technically the member function 'CmSurfaceManager::GetSurfaceState' can be const.
cmrt-1.0.6/src/cm_surface_manager.h:79:7: note: Technically the member function 'CmSurfaceManager::GetSurfaceState' can be const.
cmrt-1.0.6/src/cm_surface_manager.h:97:6: style: Technically the member function 'CmSurfaceManager::GetSurfaceIdInPool' can be const. [functionConst]
cmrt-1.0.6/src/cm_surface_manager.cpp:1550:23: note: Technically the member function 'CmSurfaceManager::GetSurfaceIdInPool' can be const.
cmrt-1.0.6/src/cm_surface_manager.h:97:6: note: Technically the member function 'CmSurfaceManager::GetSurfaceIdInPool' can be const.
cmrt-1.0.6/src/cm_surface_manager.h:102:15: performance: Technically the member function 'CmSurfaceManager::CmFmtToGenHwFmt' can be static. [functionStatic]
cmrt-1.0.6/src/cm_surface_manager.cpp:1496:32: note: Technically the member function 'CmSurfaceManager::CmFmtToGenHwFmt' can be static.
cmrt-1.0.6/src/cm_surface_manager.h:102:15: note: Technically the member function 'CmSurfaceManager::CmFmtToGenHwFmt' can be static.
cmrt-1.0.6/src/cm_surface_manager.h:141:6: performance: Technically the member function 'CmSurfaceManager::GetFormatSize' can be static. [functionStatic]
cmrt-1.0.6/src/cm_surface_manager.cpp:476:23: note: Technically the member function 'CmSurfaceManager::GetFormatSize' can be static.
cmrt-1.0.6/src/cm_surface_manager.h:141:6: note: Technically the member function 'CmSurfaceManager::GetFormatSize' can be static.
cmrt-1.0.6/src/cm_surface_manager.h:142:6: performance: Technically the member function 'CmSurfaceManager::GetSurfaceInfo' can be static. [functionStatic]
cmrt-1.0.6/src/cm_surface_manager.cpp:1555:23: note: Technically the member function 'CmSurfaceManager::GetSurfaceInfo' can be static.
cmrt-1.0.6/src/cm_surface_manager.h:142:6: note: Technically the member function 'CmSurfaceManager::GetSurfaceInfo' can be static.
cmrt-1.0.6/src/cm_task.cpp:165:2: style: Variable 'pTSMapping' is reassigned a value before the old one has been used. [redundantAssignment]
cmrt-1.0.6/src/cm_task.cpp:157:0: note: Variable 'pTSMapping' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/cm_task.cpp:165:2: note: Variable 'pTSMapping' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/cm_task.cpp:166:2: style: Variable 'pKernelInScoreboard' is reassigned a value before the old one has been used. [redundantAssignment]
cmrt-1.0.6/src/cm_task.cpp:158:0: note: Variable 'pKernelInScoreboard' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/cm_task.cpp:166:2: note: Variable 'pKernelInScoreboard' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/cm_task.cpp:176:3: style: Variable 'pKernel' is reassigned a value before the old one has been used. [redundantAssignment]
cmrt-1.0.6/src/cm_task.cpp:175:0: note: Variable 'pKernel' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/cm_task.cpp:176:3: note: Variable 'pKernel' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/cm_task.h:47:35: style: Technically the member function 'CmTask_RT::GetPreemptionMode' can be const. [functionConst]
cmrt-1.0.6/src/cm_task.cpp:312:45: note: Technically the member function 'CmTask_RT::GetPreemptionMode' can be const.
cmrt-1.0.6/src/cm_task.h:47:35: note: Technically the member function 'CmTask_RT::GetPreemptionMode' can be const.
cmrt-1.0.6/src/cm_task.h:49:7: style: Technically the member function 'CmTask_RT::GetKernelCount' can be const. [functionConst]
cmrt-1.0.6/src/cm_task.cpp:126:17: note: Technically the member function 'CmTask_RT::GetKernelCount' can be const.
cmrt-1.0.6/src/cm_task.h:49:7: note: Technically the member function 'CmTask_RT::GetKernelCount' can be const.
cmrt-1.0.6/src/cm_task.h:51:7: style: Technically the member function 'CmTask_RT::GetIndexInTaskArray' can be const. [functionConst]
cmrt-1.0.6/src/cm_task.cpp:140:17: note: Technically the member function 'CmTask_RT::GetIndexInTaskArray' can be const.
cmrt-1.0.6/src/cm_task.h:51:7: note: Technically the member function 'CmTask_RT::GetIndexInTaskArray' can be const.
cmrt-1.0.6/src/cm_task.h:53:9: style: Technically the member function 'CmTask_RT::GetSyncBitmap' can be const. [functionConst]
cmrt-1.0.6/src/cm_task.cpp:267:19: note: Technically the member function 'CmTask_RT::GetSyncBitmap' can be const.
cmrt-1.0.6/src/cm_task.h:53:9: note: Technically the member function 'CmTask_RT::GetSyncBitmap' can be const.
cmrt-1.0.6/src/cm_task_internal.cpp:178:5: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
cmrt-1.0.6/src/cm_task_internal.cpp:177:28: note: outer condition: m_pThreadCoordinates[i]
cmrt-1.0.6/src/cm_task_internal.cpp:178:5: note: identical inner condition: m_pThreadCoordinates[i]
cmrt-1.0.6/src/cm_task_internal.cpp:162:21: style: C-style pointer casting [cstyleCast]
cmrt-1.0.6/src/cm_task_internal.cpp:220:26: style: C-style pointer casting [cstyleCast]
cmrt-1.0.6/src/cm_task_internal.cpp:250:10: style: C-style pointer casting [cstyleCast]
cmrt-1.0.6/src/cm_task_internal.cpp:331:29: style: C-style pointer casting [cstyleCast]
cmrt-1.0.6/src/cm_task_internal.cpp:435:13: style: C-style pointer casting [cstyleCast]
cmrt-1.0.6/src/cm_task_internal.cpp:446:17: style: C-style pointer casting [cstyleCast]
cmrt-1.0.6/src/cm_task_internal.cpp:458:17: style: C-style pointer casting [cstyleCast]
cmrt-1.0.6/src/cm_task_internal.cpp:407:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
cmrt-1.0.6/src/cm_task_internal.cpp:405:0: note: Variable 'result' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/cm_task_internal.cpp:407:2: note: Variable 'result' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/cm_task_internal.cpp:548:24: style: Same expression on both sides of '==' because the value of 'pKernel_inTask' and 'NULL' are the same. [duplicateExpression]
cmrt-1.0.6/src/cm_task_internal.cpp:523:32: note: 'pKernel_inTask' is assigned value 'NULL' here.
cmrt-1.0.6/src/cm_task_internal.cpp:548:24: note: Same expression on both sides of '==' because the value of 'pKernel_inTask' and 'NULL' are the same.
cmrt-1.0.6/src/cm_task_internal.cpp:710:7: style: Function 'GetDependencyPattern' argument 1 names different: declaration 'pDependencyPattern' definition 'DependencyPattern'. [funcArgNamesDifferent]
cmrt-1.0.6/src/cm_task_internal.h:73:6: note: Function 'GetDependencyPattern' argument 1 names different: declaration 'pDependencyPattern' definition 'DependencyPattern'.
cmrt-1.0.6/src/cm_task_internal.cpp:710:7: note: Function 'GetDependencyPattern' argument 1 names different: declaration 'pDependencyPattern' definition 'DependencyPattern'.
cmrt-1.0.6/src/cm_task_internal.cpp:716:64: style: Function 'GetWalkingPattern' argument 1 names different: declaration 'pWalkingPattern' definition 'WalkingPattern'. [funcArgNamesDifferent]
cmrt-1.0.6/src/cm_task_internal.h:74:49: note: Function 'GetWalkingPattern' argument 1 names different: declaration 'pWalkingPattern' definition 'WalkingPattern'.
cmrt-1.0.6/src/cm_task_internal.cpp:716:64: note: Function 'GetWalkingPattern' argument 1 names different: declaration 'pWalkingPattern' definition 'WalkingPattern'.
cmrt-1.0.6/src/cm_task_internal.cpp:735:62: style: Function 'GetDependencyVectors' argument 1 names different: declaration 'pDependencyVector' definition 'pDependencyVectors'. [funcArgNamesDifferent]
cmrt-1.0.6/src/cm_task_internal.h:77:47: note: Function 'GetDependencyVectors' argument 1 names different: declaration 'pDependencyVector' definition 'pDependencyVectors'.
cmrt-1.0.6/src/cm_task_internal.cpp:735:62: note: Function 'GetDependencyVectors' argument 1 names different: declaration 'pDependencyVector' definition 'pDependencyVectors'.
cmrt-1.0.6/src/cm_task_internal.cpp:114:18: warning: Member variable 'CmTaskInternal::m_PowerOption' is not initialized in the constructor. [uninitMemberVar]
cmrt-1.0.6/src/cm_task_internal.cpp:114:18: warning: Member variable 'CmTaskInternal::m_PreemptionMode' is not initialized in the constructor. [uninitMemberVar]
cmrt-1.0.6/src/cm_task_internal.h:58:6: style: Technically the member function 'CmTaskInternal::GetKernelCount' can be const. [functionConst]
cmrt-1.0.6/src/cm_task_internal.cpp:419:21: note: Technically the member function 'CmTaskInternal::GetKernelCount' can be const.
cmrt-1.0.6/src/cm_task_internal.h:58:6: note: Technically the member function 'CmTaskInternal::GetKernelCount' can be const.
cmrt-1.0.6/src/cm_task_internal.h:62:7: style: Technically the member function 'CmTaskInternal::GetKernelCurbeOffset' can be const. [functionConst]
cmrt-1.0.6/src/cm_task_internal.cpp:470:22: note: Technically the member function 'CmTaskInternal::GetKernelCurbeOffset' can be const.
cmrt-1.0.6/src/cm_task_internal.h:62:7: note: Technically the member function 'CmTaskInternal::GetKernelCurbeOffset' can be const.
cmrt-1.0.6/src/cm_task_internal.h:63:6: style: Technically the member function 'CmTaskInternal::GetTotalThreadCount' can be const. [functionConst]
cmrt-1.0.6/src/cm_task_internal.cpp:747:21: note: Technically the member function 'CmTaskInternal::GetTotalThreadCount' can be const.
cmrt-1.0.6/src/cm_task_internal.h:63:6: note: Technically the member function 'CmTaskInternal::GetTotalThreadCount' can be const.
cmrt-1.0.6/src/cm_task_internal.h:66:6: style: Technically the member function 'CmTaskInternal::GetTaskEvent' can be const. [functionConst]
cmrt-1.0.6/src/cm_task_internal.cpp:482:21: note: Technically the member function 'CmTaskInternal::GetTaskEvent' can be const.
cmrt-1.0.6/src/cm_task_internal.h:66:6: note: Technically the member function 'CmTaskInternal::GetTaskEvent' can be const.
cmrt-1.0.6/src/cm_task_internal.h:69:6: style: Technically the member function 'CmTaskInternal::GetKernelCoordinates' can be const. [functionConst]
cmrt-1.0.6/src/cm_task_internal.cpp:685:21: note: Technically the member function 'CmTaskInternal::GetKernelCoordinates' can be const.
cmrt-1.0.6/src/cm_task_internal.h:69:6: note: Technically the member function 'CmTaskInternal::GetKernelCoordinates' can be const.
cmrt-1.0.6/src/cm_task_internal.h:70:6: style: Technically the member function 'CmTaskInternal::GetKernelDependencyMasks' can be const. [functionConst]
cmrt-1.0.6/src/cm_task_internal.cpp:697:21: note: Technically the member function 'CmTaskInternal::GetKernelDependencyMasks' can be const.
cmrt-1.0.6/src/cm_task_internal.h:70:6: note: Technically the member function 'CmTaskInternal::GetKernelDependencyMasks' can be const.
cmrt-1.0.6/src/cm_task_internal.h:72:6: style: Technically the member function 'CmTaskInternal::GetDependencyPattern' can be const. [functionConst]
cmrt-1.0.6/src/cm_task_internal.cpp:709:21: note: Technically the member function 'CmTaskInternal::GetDependencyPattern' can be const.
cmrt-1.0.6/src/cm_task_internal.h:72:6: note: Technically the member function 'CmTaskInternal::GetDependencyPattern' can be const.
cmrt-1.0.6/src/cm_task_internal.h:74:6: style: Technically the member function 'CmTaskInternal::GetWalkingPattern' can be const. [functionConst]
cmrt-1.0.6/src/cm_task_internal.cpp:716:21: note: Technically the member function 'CmTaskInternal::GetWalkingPattern' can be const.
cmrt-1.0.6/src/cm_task_internal.h:74:6: note: Technically the member function 'CmTaskInternal::GetWalkingPattern' can be const.
cmrt-1.0.6/src/cm_task_internal.h:78:10: style: Technically the member function 'CmTaskInternal::CheckWalkingParametersSet' can be const. [functionConst]
cmrt-1.0.6/src/cm_task_internal.cpp:730:25: note: Technically the member function 'CmTaskInternal::CheckWalkingParametersSet' can be const.
cmrt-1.0.6/src/cm_task_internal.h:78:10: note: Technically the member function 'CmTaskInternal::CheckWalkingParametersSet' can be const.
cmrt-1.0.6/src/cm_task_internal.h:79:10: style: Technically the member function 'CmTaskInternal::CheckDependencyVectorsSet' can be const. [functionConst]
cmrt-1.0.6/src/cm_task_internal.cpp:742:25: note: Technically the member function 'CmTaskInternal::CheckDependencyVectorsSet' can be const.
cmrt-1.0.6/src/cm_task_internal.h:79:10: note: Technically the member function 'CmTaskInternal::CheckDependencyVectorsSet' can be const.
cmrt-1.0.6/src/cm_task_internal.h:81:6: style: Technically the member function 'CmTaskInternal::GetThreadSpaceSize' can be const. [functionConst]
cmrt-1.0.6/src/cm_task_internal.cpp:754:21: note: Technically the member function 'CmTaskInternal::GetThreadSpaceSize' can be const.
cmrt-1.0.6/src/cm_task_internal.h:81:6: note: Technically the member function 'CmTaskInternal::GetThreadSpaceSize' can be const.
cmrt-1.0.6/src/cm_task_internal.h:82:6: style: Technically the member function 'CmTaskInternal::GetThreadGroupSpaceSize' can be const. [functionConst]
cmrt-1.0.6/src/cm_task_internal.cpp:779:21: note: Technically the member function 'CmTaskInternal::GetThreadGroupSpaceSize' can be const.
cmrt-1.0.6/src/cm_task_internal.h:82:6: note: Technically the member function 'CmTaskInternal::GetThreadGroupSpaceSize' can be const.
cmrt-1.0.6/src/cm_task_internal.h:85:6: style: Technically the member function 'CmTaskInternal::GetSLMSize' can be const. [functionConst]
cmrt-1.0.6/src/cm_task_internal.cpp:792:21: note: Technically the member function 'CmTaskInternal::GetSLMSize' can be const.
cmrt-1.0.6/src/cm_task_internal.h:85:6: note: Technically the member function 'CmTaskInternal::GetSLMSize' can be const.
cmrt-1.0.6/src/cm_task_internal.h:86:6: style: Technically the member function 'CmTaskInternal::GetColorCountMinusOne' can be const. [functionConst]
cmrt-1.0.6/src/cm_task_internal.cpp:762:21: note: Technically the member function 'CmTaskInternal::GetColorCountMinusOne' can be const.
cmrt-1.0.6/src/cm_task_internal.h:86:6: note: Technically the member function 'CmTaskInternal::GetColorCountMinusOne' can be const.
cmrt-1.0.6/src/cm_task_internal.h:87:6: style: Technically the member function 'CmTaskInternal::GetHints' can be const. [functionConst]
cmrt-1.0.6/src/cm_task_internal.cpp:798:21: note: Technically the member function 'CmTaskInternal::GetHints' can be const.
cmrt-1.0.6/src/cm_task_internal.h:87:6: note: Technically the member function 'CmTaskInternal::GetHints' can be const.
cmrt-1.0.6/src/cm_task_internal.h:88:6: style: Technically the member function 'CmTaskInternal::GetNumTasksGenerated' can be const. [functionConst]
cmrt-1.0.6/src/cm_task_internal.cpp:804:21: note: Technically the member function 'CmTaskInternal::GetNumTasksGenerated' can be const.
cmrt-1.0.6/src/cm_task_internal.h:88:6: note: Technically the member function 'CmTaskInternal::GetNumTasksGenerated' can be const.
cmrt-1.0.6/src/cm_task_internal.h:89:6: style: Technically the member function 'CmTaskInternal::GetLastTask' can be const. [functionConst]
cmrt-1.0.6/src/cm_task_internal.cpp:810:21: note: Technically the member function 'CmTaskInternal::GetLastTask' can be const.
cmrt-1.0.6/src/cm_task_internal.h:89:6: note: Technically the member function 'CmTaskInternal::GetLastTask' can be const.
cmrt-1.0.6/src/cm_task_internal.h:91:10: style: Technically the member function 'CmTaskInternal::IsThreadGroupSpaceCreated' can be const. [functionConst]
cmrt-1.0.6/src/cm_task_internal.cpp:816:25: note: Technically the member function 'CmTaskInternal::IsThreadGroupSpaceCreated' can be const.
cmrt-1.0.6/src/cm_task_internal.h:91:10: note: Technically the member function 'CmTaskInternal::IsThreadGroupSpaceCreated' can be const.
cmrt-1.0.6/src/cm_task_internal.h:92:10: style: Technically the member function 'CmTaskInternal::IsThreadSpaceCreated' can be const. [functionConst]
cmrt-1.0.6/src/cm_task_internal.cpp:769:25: note: Technically the member function 'CmTaskInternal::IsThreadSpaceCreated' can be const.
cmrt-1.0.6/src/cm_task_internal.h:92:10: note: Technically the member function 'CmTaskInternal::IsThreadSpaceCreated' can be const.
cmrt-1.0.6/src/cm_task_internal.h:93:10: style: Technically the member function 'CmTaskInternal::IsThreadCoordinatesExisted' can be const. [functionConst]
cmrt-1.0.6/src/cm_task_internal.cpp:774:25: note: Technically the member function 'CmTaskInternal::IsThreadCoordinatesExisted' can be const.
cmrt-1.0.6/src/cm_task_internal.h:93:10: note: Technically the member function 'CmTaskInternal::IsThreadCoordinatesExisted' can be const.
cmrt-1.0.6/src/cm_task_internal.h:95:6: style: Technically the member function 'CmTaskInternal::GetTaskType' can be const. [functionConst]
cmrt-1.0.6/src/cm_task_internal.cpp:821:21: note: Technically the member function 'CmTaskInternal::GetTaskType' can be const.
cmrt-1.0.6/src/cm_task_internal.h:95:6: note: Technically the member function 'CmTaskInternal::GetTaskType' can be const.
cmrt-1.0.6/src/cm_task_internal.h:96:6: style: Technically the member function 'CmTaskInternal::GetTaskSurfaces' can be const. [functionConst]
cmrt-1.0.6/src/cm_task_internal.cpp:425:21: note: Technically the member function 'CmTaskInternal::GetTaskSurfaces' can be const.
cmrt-1.0.6/src/cm_task_internal.h:96:6: note: Technically the member function 'CmTaskInternal::GetTaskSurfaces' can be const.
cmrt-1.0.6/src/cm_task_internal.h:98:9: style: Technically the member function 'CmTaskInternal::GetSyncBitmap' can be const. [functionConst]
cmrt-1.0.6/src/cm_task_internal.cpp:828:24: note: Technically the member function 'CmTaskInternal::GetSyncBitmap' can be const.
cmrt-1.0.6/src/cm_task_internal.h:98:9: note: Technically the member function 'CmTaskInternal::GetSyncBitmap' can be const.
cmrt-1.0.6/src/cm_task_internal.h:104:25: style: Technically the member function 'CmTaskInternal::GetPreemptionMode' can be const. [functionConst]
cmrt-1.0.6/src/cm_task_internal.cpp:851:40: note: Technically the member function 'CmTaskInternal::GetPreemptionMode' can be const.
cmrt-1.0.6/src/cm_task_internal.h:104:25: note: Technically the member function 'CmTaskInternal::GetPreemptionMode' can be const.
cmrt-1.0.6/src/cm_thread_space.h:57:6: style: Technically the member function 'CmThreadSpace::GetThreadSpaceSize' can be const. [functionConst]
cmrt-1.0.6/src/cm_thread_space.cpp:549:20: note: Technically the member function 'CmThreadSpace::GetThreadSpaceSize' can be const.
cmrt-1.0.6/src/cm_thread_space.h:57:6: note: Technically the member function 'CmThreadSpace::GetThreadSpaceSize' can be const.
cmrt-1.0.6/src/cm_thread_space.h:58:6: style: Technically the member function 'CmThreadSpace::GetThreadSpaceUnit' can be const. [functionConst]
cmrt-1.0.6/src/cm_thread_space.cpp:557:20: note: Technically the member function 'CmThreadSpace::GetThreadSpaceUnit' can be const.
cmrt-1.0.6/src/cm_thread_space.h:58:6: note: Technically the member function 'CmThreadSpace::GetThreadSpaceUnit' can be const.
cmrt-1.0.6/src/cm_thread_space.h:60:6: style: Technically the member function 'CmThreadSpace::GetDependencyPatternType' can be const. [functionConst]
cmrt-1.0.6/src/cm_thread_space.cpp:569:20: note: Technically the member function 'CmThreadSpace::GetDependencyPatternType' can be const.
cmrt-1.0.6/src/cm_thread_space.h:60:6: note: Technically the member function 'CmThreadSpace::GetDependencyPatternType' can be const.
cmrt-1.0.6/src/cm_thread_space.h:62:6: style: Technically the member function 'CmThreadSpace::GetWalkingPattern' can be const. [functionConst]
cmrt-1.0.6/src/cm_thread_space.cpp:585:20: note: Technically the member function 'CmThreadSpace::GetWalkingPattern' can be const.
cmrt-1.0.6/src/cm_thread_space.h:62:6: note: Technically the member function 'CmThreadSpace::GetWalkingPattern' can be const.
cmrt-1.0.6/src/cm_thread_space.h:63:6: style: Technically the member function 'CmThreadSpace::Get26ZIDispatchPattern' can be const. [functionConst]
cmrt-1.0.6/src/cm_thread_space.cpp:577:20: note: Technically the member function 'CmThreadSpace::Get26ZIDispatchPattern' can be const.
cmrt-1.0.6/src/cm_thread_space.h:63:6: note: Technically the member function 'CmThreadSpace::Get26ZIDispatchPattern' can be const.
cmrt-1.0.6/src/cm_thread_space.h:67:10: style: Technically the member function 'CmThreadSpace::CheckWalkingParametersSet' can be const. [functionConst]
cmrt-1.0.6/src/cm_thread_space.cpp:599:24: note: Technically the member function 'CmThreadSpace::CheckWalkingParametersSet' can be const.
cmrt-1.0.6/src/cm_thread_space.h:67:10: note: Technically the member function 'CmThreadSpace::CheckWalkingParametersSet' can be const.
cmrt-1.0.6/src/cm_thread_space.h:68:10: style: Technically the member function 'CmThreadSpace::CheckDependencyVectorsSet' can be const. [functionConst]
cmrt-1.0.6/src/cm_thread_space.cpp:611:24: note: Technically the member function 'CmThreadSpace::CheckDependencyVectorsSet' can be const.
cmrt-1.0.6/src/cm_thread_space.h:68:10: note: Technically the member function 'CmThreadSpace::CheckDependencyVectorsSet' can be const.
cmrt-1.0.6/src/cm_thread_space.h:69:6: style: Technically the member function 'CmThreadSpace::GetColorCountMinusOne' can be const. [functionConst]
cmrt-1.0.6/src/cm_thread_space.cpp:542:20: note: Technically the member function 'CmThreadSpace::GetColorCountMinusOne' can be const.
cmrt-1.0.6/src/cm_thread_space.h:69:6: note: Technically the member function 'CmThreadSpace::GetColorCountMinusOne' can be const.
cmrt-1.0.6/src/cm_thread_space.h:70:6: style: Technically the member function 'CmThreadSpace::GetWavefront26ZDispatchInfo' can be const. [functionConst]
cmrt-1.0.6/src/cm_thread_space.cpp:616:20: note: Technically the member function 'CmThreadSpace::GetWavefront26ZDispatchInfo' can be const.
cmrt-1.0.6/src/cm_thread_space.h:70:6: note: Technically the member function 'CmThreadSpace::GetWavefront26ZDispatchInfo' can be const.
cmrt-1.0.6/src/cm_thread_space.h:73:6: style: Technically the member function 'CmThreadSpace::GetBoardOrder' can be const. [functionConst]
cmrt-1.0.6/src/cm_thread_space.cpp:1599:20: note: Technically the member function 'CmThreadSpace::GetBoardOrder' can be const.
cmrt-1.0.6/src/cm_thread_space.h:73:6: note: Technically the member function 'CmThreadSpace::GetBoardOrder' can be const.
cmrt-1.0.6/src/cm_thread_space.h:85:10: style: Technically the member function 'CmThreadSpace::IsDependencySet' can be const. [functionConst]
cmrt-1.0.6/src/cm_thread_space.cpp:1607:26: note: Technically the member function 'CmThreadSpace::IsDependencySet' can be const.
cmrt-1.0.6/src/cm_thread_space.h:85:10: note: Technically the member function 'CmThreadSpace::IsDependencySet' can be const.
cmrt-1.0.6/src/cm_thread_space.h:87:7: style: Technically the member function 'CmThreadSpace::GetIndexInTsArray' can be const. [functionConst]
cmrt-1.0.6/src/cm_thread_space.cpp:1628:23: note: Technically the member function 'CmThreadSpace::GetIndexInTsArray' can be const.
cmrt-1.0.6/src/cm_thread_space.h:87:7: note: Technically the member function 'CmThreadSpace::GetIndexInTsArray' can be const.
cmrt-1.0.6/src/debugger.cpp:188:37: style: Function 'DbgGetSysRoutineBinary' argument 1 names different: declaration 'p' definition 'plat'. [funcArgNamesDifferent]
cmrt-1.0.6/src/debugger.h:47:37: note: Function 'DbgGetSysRoutineBinary' argument 1 names different: declaration 'p' definition 'plat'.
cmrt-1.0.6/src/debugger.cpp:188:37: note: Function 'DbgGetSysRoutineBinary' argument 1 names different: declaration 'p' definition 'plat'.
cmrt-1.0.6/src/debugger.cpp:63:7: performance: Technically the member function 'SharedLibContainer::isEnabled' can be static. [functionStatic]
cmrt-1.0.6/src/hal_cm.cpp:6439:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
cmrt-1.0.6/src/hal_cm.cpp:1432:2: style: Variable 'pKernelAllocation' is reassigned a value before the old one has been used. [redundantAssignment]
cmrt-1.0.6/src/hal_cm.cpp:1430:2: note: Variable 'pKernelAllocation' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/hal_cm.cpp:1432:2: note: Variable 'pKernelAllocation' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/hal_cm.cpp:6026:2: style: Variable 'pState' is reassigned a value before the old one has been used. [redundantAssignment]
cmrt-1.0.6/src/hal_cm.cpp:6018:0: note: Variable 'pState' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/hal_cm.cpp:6026:2: note: Variable 'pState' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/hal_cm.cpp:6528:2: style: Variable 'nBTInTable' is reassigned a value before the old one has been used. [redundantAssignment]
cmrt-1.0.6/src/hal_cm.cpp:6527:0: note: Variable 'nBTInTable' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/hal_cm.cpp:6528:2: note: Variable 'nBTInTable' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/hal_cm.cpp:6633:2: style: Variable 'nBTInTable' is reassigned a value before the old one has been used. [redundantAssignment]
cmrt-1.0.6/src/hal_cm.cpp:6632:0: note: Variable 'nBTInTable' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/hal_cm.cpp:6633:2: note: Variable 'nBTInTable' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/hal_cm.cpp:6722:2: style: Variable 'hr' is reassigned a value before the old one has been used. [redundantAssignment]
cmrt-1.0.6/src/hal_cm.cpp:6705:2: note: Variable 'hr' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/hal_cm.cpp:6722:2: note: Variable 'hr' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/hal_cm.cpp:1042:7: style: The scope of the variable 'uSurfaceNumber' can be reduced. [variableScope]
cmrt-1.0.6/src/hal_cm.cpp:1276:43: style: The scope of the variable 'pKernelAllocationN' can be reduced. [variableScope]
cmrt-1.0.6/src/hal_cm.cpp:1279:6: style: The scope of the variable 'i' can be reduced. [variableScope]
cmrt-1.0.6/src/hal_cm.cpp:1280:6: style: The scope of the variable 'totalSize' can be reduced. [variableScope]
cmrt-1.0.6/src/hal_cm.cpp:1280:17: style: The scope of the variable 'tmpSize' can be reduced. [variableScope]
cmrt-1.0.6/src/hal_cm.cpp:1280:26: style: The scope of the variable 'dwOffset' can be reduced. [variableScope]
cmrt-1.0.6/src/hal_cm.cpp:6171:6: style: The scope of the variable 'i' can be reduced. [variableScope]
cmrt-1.0.6/src/hal_cm.cpp:5978:31: style: Checking if unsigned variable 'pSetCapsParam->MaxValue' is less than zero. [unsignedLessThanZero]
cmrt-1.0.6/src/hal_cm.cpp:6015:27: style: Function 'HalCm_Create' argument 2 names different: declaration 'pCmCreateParam' definition 'pParam'. [funcArgNamesDifferent]
cmrt-1.0.6/src/hal_cm.h:483:27: note: Function 'HalCm_Create' argument 2 names different: declaration 'pCmCreateParam' definition 'pParam'.
cmrt-1.0.6/src/hal_cm.cpp:6015:27: note: Function 'HalCm_Create' argument 2 names different: declaration 'pCmCreateParam' definition 'pParam'.
cmrt-1.0.6/src/hal_cm.cpp:6225:52: style: Function 'HalCm_GetSurfaceDetails' argument 1 names different: declaration 'pState' definition 'pCmState'. [funcArgNamesDifferent]
cmrt-1.0.6/src/hal_cm.h:490:52: note: Function 'HalCm_GetSurfaceDetails' argument 1 names different: declaration 'pState' definition 'pCmState'.
cmrt-1.0.6/src/hal_cm.cpp:6225:52: note: Function 'HalCm_GetSurfaceDetails' argument 1 names different: declaration 'pState' definition 'pCmState'.
cmrt-1.0.6/src/hal_cm.cpp:6456:44: style: Function 'HalCm_GetFreeBindingIndex' argument 3 names different: declaration 'count' definition 'total'. [funcArgNamesDifferent]
cmrt-1.0.6/src/hal_cm.h:522:44: note: Function 'HalCm_GetFreeBindingIndex' argument 3 names different: declaration 'count' definition 'total'.
cmrt-1.0.6/src/hal_cm.cpp:6456:44: note: Function 'HalCm_GetFreeBindingIndex' argument 3 names different: declaration 'count' definition 'total'.
cmrt-1.0.6/src/hal_cm.cpp:6463:22: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 6461. [shiftTooManyBitsSigned]
cmrt-1.0.6/src/hal_cm.cpp:6461:18: note: Assuming that condition 'bt_index<256' is not redundant
cmrt-1.0.6/src/hal_cm.cpp:6463:22: note: Shift
cmrt-1.0.6/src/hal_cm.cpp:1462:3: style: Variable 'iKernelAllocationID' is assigned a value that is never used. [unreadVariable]
cmrt-1.0.6/src/hal_cm_g75.cpp:36:19: style: Function 'HalCm_SubmitCommands_g75' argument 5 names different: declaration 'PPCmdBuffer' definition 'ppCmdBuffer'. [funcArgNamesDifferent]
cmrt-1.0.6/src/hal_cm_g75.h:61:19: note: Function 'HalCm_SubmitCommands_g75' argument 5 names different: declaration 'PPCmdBuffer' definition 'ppCmdBuffer'.
cmrt-1.0.6/src/hal_cm_g75.cpp:36:19: note: Function 'HalCm_SubmitCommands_g75' argument 5 names different: declaration 'PPCmdBuffer' definition 'ppCmdBuffer'.
cmrt-1.0.6/src/hal_cm_g8.cpp:109:85: style: Same value in both branches of ternary operator. [duplicateValueTernary]
cmrt-1.0.6/src/hal_cm_g8.cpp:38:18: style: Function 'HalCm_SubmitCommands_g8' argument 5 names different: declaration 'PPCmdBuffer' definition 'ppCmdBuffer'. [funcArgNamesDifferent]
cmrt-1.0.6/src/hal_cm_g8.h:59:18: note: Function 'HalCm_SubmitCommands_g8' argument 5 names different: declaration 'PPCmdBuffer' definition 'ppCmdBuffer'.
cmrt-1.0.6/src/hal_cm_g8.cpp:38:18: note: Function 'HalCm_SubmitCommands_g8' argument 5 names different: declaration 'PPCmdBuffer' definition 'ppCmdBuffer'.
cmrt-1.0.6/src/hal_cm_g9.cpp:40:18: style: Function 'HalCm_SubmitCommands_g9' argument 5 names different: declaration 'PPCmdBuffer' definition 'ppCmdBuffer'. [funcArgNamesDifferent]
cmrt-1.0.6/src/hal_cm_g9.h:41:18: note: Function 'HalCm_SubmitCommands_g9' argument 5 names different: declaration 'PPCmdBuffer' definition 'ppCmdBuffer'.
cmrt-1.0.6/src/hal_cm_g9.cpp:40:18: note: Function 'HalCm_SubmitCommands_g9' argument 5 names different: declaration 'PPCmdBuffer' definition 'ppCmdBuffer'.
cmrt-1.0.6/src/hw_interface.c:640:2: style: Variable 'dwSizeGSH' is reassigned a value before the old one has been used. [redundantAssignment]
cmrt-1.0.6/src/hw_interface.c:636:2: note: Variable 'dwSizeGSH' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/hw_interface.c:640:2: note: Variable 'dwSizeGSH' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/hw_interface.c:649:2: style: Variable 'pGSH' is reassigned a value before the old one has been used. [redundantAssignment]
cmrt-1.0.6/src/hw_interface.c:634:2: note: Variable 'pGSH' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/hw_interface.c:649:2: note: Variable 'pGSH' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/hw_interface.c:1541:2: style: Variable 'pSSH' is reassigned a value before the old one has been used. [redundantAssignment]
cmrt-1.0.6/src/hw_interface.c:1535:2: note: Variable 'pSSH' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/hw_interface.c:1541:2: note: Variable 'pSSH' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/hw_interface.c:1606:7: style: The scope of the variable 'i' can be reduced. [variableScope]
cmrt-1.0.6/src/hw_interface_g75.c:914:6: style: The scope of the variable 'iCurbeSize' can be reduced. [variableScope]
cmrt-1.0.6/src/hw_interface_g75.c:915:8: style: The scope of the variable 'pPtrCurbe' can be reduced. [variableScope]
cmrt-1.0.6/src/hw_interface_g8.c:566:6: style: The scope of the variable 'iCurbeSize' can be reduced. [variableScope]
cmrt-1.0.6/src/hw_interface_g8.c:567:8: style: The scope of the variable 'pPtrCurbe' can be reduced. [variableScope]
cmrt-1.0.6/src/os_interface.c:357:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
cmrt-1.0.6/src/os_interface.c:1617:2: style: Variable 'hr' is reassigned a value before the old one has been used. [redundantAssignment]
cmrt-1.0.6/src/os_interface.c:1614:0: note: Variable 'hr' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/os_interface.c:1617:2: note: Variable 'hr' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/os_interface.c:1671:2: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
cmrt-1.0.6/src/os_interface.c:1668:0: note: Variable 'fd' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/os_interface.c:1671:2: note: Variable 'fd' is reassigned a value before the old one has been used.
cmrt-1.0.6/src/os_interface.c:2021:21: warning: Redundant assignment of 'pPlatform->usRevId' to itself. [selfAssignment]
cmrt-1.0.6/src/os_interface.c:2022:25: warning: Redundant assignment of 'pPlatform->usRevId_PCH' to itself. [selfAssignment]
cmrt-1.0.6/src/os_interface.c:2023:27: warning: Redundant assignment of 'pPlatform->ePlatformType' to itself. [selfAssignment]
cmrt-1.0.6/src/os_interface.c:1639:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
cmrt-1.0.6/src/oscl_impl_linux.c:83:31: style: Function 'SetErrorNum' argument 1 names different: declaration 'dwLastError' definition 'Error'. [funcArgNamesDifferent]
cmrt-1.0.6/src/oscl_impl_linux.c:47:31: note: Function 'SetErrorNum' argument 1 names different: declaration 'dwLastError' definition 'Error'.
cmrt-1.0.6/src/oscl_impl_linux.c:83:31: note: Function 'SetErrorNum' argument 1 names different: declaration 'dwLastError' definition 'Error'.
cmrt-1.0.6/src/oscl_impl_linux.c:88:37: style: Function 'TranslateLinuxErrno' argument 1 names different: declaration 'iError' definition 'iErr'. [funcArgNamesDifferent]
cmrt-1.0.6/src/oscl_impl_linux.c:48:37: note: Function 'TranslateLinuxErrno' argument 1 names different: declaration 'iError' definition 'iErr'.
cmrt-1.0.6/src/oscl_impl_linux.c:88:37: note: Function 'TranslateLinuxErrno' argument 1 names different: declaration 'iError' definition 'iErr'.
cmrt-1.0.6/src/readconf.cpp:44:10: performance: Technically the member function 'ReadConf::RemoveTailingSpace' can be static. [functionStatic]
[14:11]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcmtspeechdata/libcmtspeechdata_2.1.1+git20160721~8efc468.orig.tar.gz
libcmtspeechdata-2.1.1+git20160721~8efc468/cmtspeech_backend_common.h:42:0: error: #error "LIBCMTSPEECHDATA_PROTOCOL_VERSION not defined or does not match implementation." [preprocessorErrorDirective]
libcmtspeechdata-2.1.1+git20160721~8efc468/dummy-backend/cmtspeech_dummy.c:82:0: error: #error "Endianess must be set." [preprocessorErrorDirective]
libcmtspeechdata-2.1.1+git20160721~8efc468/dummy-backend/dummy_common.c:159:7: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
libcmtspeechdata-2.1.1+git20160721~8efc468/dummy-backend/dummy_common.c:157:7: note: Variable 'res' is reassigned a value before the old one has been used.
libcmtspeechdata-2.1.1+git20160721~8efc468/dummy-backend/dummy_common.c:159:7: note: Variable 'res' is reassigned a value before the old one has been used.
libcmtspeechdata-2.1.1+git20160721~8efc468/dummy-backend/dummy_common.c:115:7: style: The scope of the variable 'len' can be reduced. [variableScope]
libcmtspeechdata-2.1.1+git20160721~8efc468/dummy-backend/dummy_common.c:154:9: style: The scope of the variable 'res' can be reduced. [variableScope]
libcmtspeechdata-2.1.1+git20160721~8efc468/dummy-backend/dummy_common.c:161:10: style: The scope of the variable 'read_bytes' can be reduced. [variableScope]
libcmtspeechdata-2.1.1+git20160721~8efc468/dummy-backend/dummy_common.c:169:17: error: Read operation on a file that was opened only for writing. [readWriteOnlyFile]
libcmtspeechdata-2.1.1+git20160721~8efc468/test_cmtspeech.c:169:5: portability: %d in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
libcmtspeechdata-2.1.1+git20160721~8efc468/utils/cmtspeech_ramp_test.c:62:7: style: The scope of the variable 'pollres' can be reduced. [variableScope]
[14:11]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcoap/libcoap_4.1.2.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libc/libcobra-java/libcobra-java_0.98.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcode-tidyall-perl/libcode-tidyall-perl_0.67.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcode-tidyall-plugin-sortlines-naturally-perl/libcode-tidyall-plugin-sortlines-naturally-perl_0.000003.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcode-tidyall-plugin-uniquelines-perl/libcode-tidyall-plugin-uniquelines-perl_0.000003.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcode-tidyall-plugin-yaml-perl/libcode-tidyall-plugin-yaml-perl_0.000001.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcode-tidyall-plugin-yamlfrontmatter-perl/libcode-tidyall-plugin-yamlfrontmatter-perl_1.000001.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcodemodel-java/libcodemodel-java_2.6.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcodesize-java/libcodesize-java_1.1+git20130603.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcolor-calc-perl/libcolor-calc-perl_1.074.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcolor-library-perl/libcolor-library-perl_0.021.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcolor-palette-perl/libcolor-palette-perl_0.100003.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcolor-scheme-perl/libcolor-scheme-perl_1.07.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcolt-free-java/libcolt-free-java_1.2.0+dfsg.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcommon-sense-perl/libcommon-sense-perl_3.74.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcommoncpp2/libcommoncpp2_1.8.1.orig.tar.gz
commoncpp2-1.8.1/demo/SampleSocketPort.cpp:282:18: style: The function 'OnConnectionClosed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
commoncpp2-1.8.1/demo/SampleSocketPort.h:92:15: note: Virtual function in base class
commoncpp2-1.8.1/demo/SampleSocketPort.cpp:282:18: note: Function in derived class
commoncpp2-1.8.1/demo/SampleSocketPort.cpp:289:18: style: The function 'OnDataReceived' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
commoncpp2-1.8.1/demo/SampleSocketPort.h:105:15: note: Virtual function in base class
commoncpp2-1.8.1/demo/SampleSocketPort.cpp:289:18: note: Function in derived class
commoncpp2-1.8.1/demo/SampleSocketPort.cpp:320:25: style: The function 'CreateSocketPort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
commoncpp2-1.8.1/demo/SampleSocketPort.h:166:22: note: Virtual function in base class
commoncpp2-1.8.1/demo/SampleSocketPort.cpp:320:25: note: Function in derived class
commoncpp2-1.8.1/demo/buffer.cpp:113:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
commoncpp2-1.8.1/demo/buffer.cpp:129:14: style: The scope of the variable 'cp' can be reduced. [variableScope]
commoncpp2-1.8.1/demo/buffer.cpp:71:11: warning: Member variable 'MyThread::chars' is not initialized in the constructor. [uninitMemberVar]
commoncpp2-1.8.1/demo/dir.cpp:54:7: style: The scope of the variable 'path' can be reduced. [variableScope]
commoncpp2-1.8.1/demo/keydump.cpp:55:8: style: The scope of the variable 'keyval' can be reduced. [variableScope]
commoncpp2-1.8.1/demo/serialecho.cpp:41:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
commoncpp2-1.8.1/demo/serialecho.cpp:62:10: error: Memory is allocated but not initialized: s [uninitdata]
commoncpp2-1.8.1/demo/serialmain.cpp:59:10: warning: Size of pointer 'b' used instead of size of its data. [pointerSize]
commoncpp2-1.8.1/demo/str.cpp:60:10: style: The scope of the variable 'pstr' can be reduced. [variableScope]
commoncpp2-1.8.1/demo/tcp.cpp:74:6: style: The scope of the variable 'i' can be reduced. [variableScope]
commoncpp2-1.8.1/demo/tcp.cpp:57:2: style: Class 'myTCPSocket' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
commoncpp2-1.8.1/demo/tcpservice.cpp:223:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
commoncpp2-1.8.1/demo/tcpservice.cpp:284:2: style: Class 'CCExec' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
commoncpp2-1.8.1/demo/tcpservice.cpp:284:2: style: Class 'CCExec' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
commoncpp2-1.8.1/demo/tcpservice.cpp:98:2: style: Class 'ts_list_item' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
commoncpp2-1.8.1/demo/tcpservice.cpp:287:15: style: The function 'ListDepleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
commoncpp2-1.8.1/demo/tcpservice.cpp:79:15: note: Virtual function in base class
commoncpp2-1.8.1/demo/tcpservice.cpp:287:15: note: Function in derived class
commoncpp2-1.8.1/demo/tcpthread.cpp:111:16: style: The scope of the variable 'tcp' can be reduced. [variableScope]
commoncpp2-1.8.1/demo/tcpthread.cpp:56:2: style: Class 'myTCPSocket' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
commoncpp2-1.8.1/demo/tcpthread.cpp:67:2: style: Class 'myTCPSession' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
commoncpp2-1.8.1/demo/test_alog.cpp:33:5: style: Class 'ThreadTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
commoncpp2-1.8.1/src/applog.cpp:202:8: style: The scope of the variable 'addr' can be reduced. [variableScope]
commoncpp2-1.8.1/src/applog.cpp:203:7: style: The scope of the variable 'cnt2' can be reduced. [variableScope]
commoncpp2-1.8.1/src/applog.cpp:204:7: style: The scope of the variable 'n' can be reduced. [variableScope]
commoncpp2-1.8.1/src/applog.cpp:205:7: style: The scope of the variable 'i' can be reduced. [variableScope]
commoncpp2-1.8.1/src/applog.cpp:165:5: warning: Member variable 'AppLogPrivate::_logDirectly' is not initialized in the constructor. [uninitMemberVar]
commoncpp2-1.8.1/src/applog.cpp:165:5: warning: Member variable 'AppLogPrivate::_logPipe' is not initialized in the constructor. [uninitMemberVar]
commoncpp2-1.8.1/src/applog.cpp:286:3: performance: Variable '_nomeFile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
commoncpp2-1.8.1/src/private.h:15:2: warning: Member variable 'ThreadImpl::_msgbuf' is not initialized in the constructor. [uninitMemberVarPrivate]
commoncpp2-1.8.1/src/private.h:34:2: warning: Member variable 'ThreadImpl::_attr' is not initialized in the constructor. [uninitMemberVarPrivate]
commoncpp2-1.8.1/src/private.h:34:2: warning: Member variable 'ThreadImpl::_suspendcount' is not initialized in the constructor. [uninitMemberVarPrivate]
commoncpp2-1.8.1/src/private.h:34:2: warning: Member variable 'ThreadImpl::_msgpos' is not initialized in the constructor. [uninitMemberVarPrivate]
commoncpp2-1.8.1/src/private.h:34:2: warning: Member variable 'ThreadImpl::_msgbuf' is not initialized in the constructor. [uninitMemberVarPrivate]
commoncpp2-1.8.1/src/private.h:34:2: warning: Member variable 'ThreadImpl::_throw' is not initialized in the constructor. [uninitMemberVarPrivate]
commoncpp2-1.8.1/src/private.h:34:2: warning: Member variable 'ThreadImpl::_tid' is not initialized in the constructor. [uninitMemberVarPrivate]
commoncpp2-1.8.1/src/private.h:34:2: warning: Member variable 'ThreadImpl::_type' is not initialized in the constructor. [uninitMemberVarPrivate]
commoncpp2-1.8.1/src/private.h:34:2: warning: Member variable 'ThreadImpl::_jtid' is not initialized in the constructor. [uninitMemberVarPrivate]
commoncpp2-1.8.1/src/private.h:37:14: warning: Member variable 'ThreadImpl::_attr' is not assigned a value in 'ThreadImpl::operator='. [operatorEqVarError]
commoncpp2-1.8.1/src/private.h:37:14: warning: Member variable 'ThreadImpl::_suspendcount' is not assigned a value in 'ThreadImpl::operator='. [operatorEqVarError]
commoncpp2-1.8.1/src/private.h:37:14: warning: Member variable 'ThreadImpl::_msgpos' is not assigned a value in 'ThreadImpl::operator='. [operatorEqVarError]
commoncpp2-1.8.1/src/private.h:37:14: warning: Member variable 'ThreadImpl::_msgbuf' is not assigned a value in 'ThreadImpl::operator='. [operatorEqVarError]
commoncpp2-1.8.1/src/private.h:37:14: warning: Member variable 'ThreadImpl::_throw' is not assigned a value in 'ThreadImpl::operator='. [operatorEqVarError]
commoncpp2-1.8.1/src/private.h:37:14: warning: Member variable 'ThreadImpl::_tid' is not assigned a value in 'ThreadImpl::operator='. [operatorEqVarError]
commoncpp2-1.8.1/src/private.h:37:14: warning: Member variable 'ThreadImpl::_type' is not assigned a value in 'ThreadImpl::operator='. [operatorEqVarError]
commoncpp2-1.8.1/src/private.h:37:14: warning: Member variable 'ThreadImpl::_jtid' is not assigned a value in 'ThreadImpl::operator='. [operatorEqVarError]
commoncpp2-1.8.1/src/private.h:15:2: style: Class 'ThreadImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
commoncpp2-1.8.1/src/buffer.cpp:247:10: style: The scope of the variable 'posted' can be reduced. [variableScope]
commoncpp2-1.8.1/src/cidr.cpp:67:11: style: The scope of the variable 'mask' can be reduced. [variableScope]
commoncpp2-1.8.1/src/cidr.cpp:83:11: style: The scope of the variable 'mask' can be reduced. [variableScope]
commoncpp2-1.8.1/src/cmdoptns.cpp:584:13: style: Variable 'to' is reassigned a value before the old one has been used. [redundantAssignment]
commoncpp2-1.8.1/src/cmdoptns.cpp:580:0: note: Variable 'to' is reassigned a value before the old one has been used.
commoncpp2-1.8.1/src/cmdoptns.cpp:584:13: note: Variable 'to' is reassigned a value before the old one has been used.
commoncpp2-1.8.1/src/cmdoptns.cpp:402:13: style: The scope of the variable 'c' can be reduced. [variableScope]
commoncpp2-1.8.1/src/date.cpp:750:12: error: Mismatching allocation and deallocation: str [mismatchAllocDealloc]
commoncpp2-1.8.1/src/dir.cpp:372:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
commoncpp2-1.8.1/src/dir.cpp:373:17: style: The scope of the variable 'name' can be reduced. [variableScope]
commoncpp2-1.8.1/src/file.cpp:1768:0: style: Variable 'symlinks' is assigned a value that is never used. [unreadVariable]
commoncpp2-1.8.1/src/file.cpp:1700:8: error: Uninitialized variable: len [uninitvar]
commoncpp2-1.8.1/src/inaddr.cpp:76:25: warning: Redundant assignment of 'this->validator' to itself. [selfAssignment]
commoncpp2-1.8.1/src/inaddr.cpp:86:25: warning: Redundant assignment of 'this->validator' to itself. [selfAssignment]
commoncpp2-1.8.1/src/inaddr.cpp:252:10: style: The scope of the variable 'namebuf' can be reduced. [variableScope]
commoncpp2-1.8.1/src/keydata.cpp:501:12: style: Condition '!prefix' is always true [knownConditionTrueFalse]
commoncpp2-1.8.1/src/keydata.cpp:482:8: note: Assuming that condition '!prefix' is not redundant
commoncpp2-1.8.1/src/keydata.cpp:501:12: note: Condition '!prefix' is always true
commoncpp2-1.8.1/src/keydata.cpp:351:13: style: The scope of the variable 'key' can be reduced. [variableScope]
commoncpp2-1.8.1/src/lockfile.cpp:125:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
commoncpp2-1.8.1/src/md5.cpp:265:26: style: The scope of the variable 'pad' can be reduced. [variableScope]
commoncpp2-1.8.1/src/numbers.cpp:206:16: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
commoncpp2-1.8.1/src/process.cpp:243:5: style: Variable 'pw' is reassigned a value before the old one has been used. [redundantAssignment]
commoncpp2-1.8.1/src/process.cpp:236:0: note: Variable 'pw' is reassigned a value before the old one has been used.
commoncpp2-1.8.1/src/process.cpp:243:5: note: Variable 'pw' is reassigned a value before the old one has been used.
commoncpp2-1.8.1/src/process.cpp:311:5: style: Variable 'pw' is reassigned a value before the old one has been used. [redundantAssignment]
commoncpp2-1.8.1/src/process.cpp:304:0: note: Variable 'pw' is reassigned a value before the old one has been used.
commoncpp2-1.8.1/src/process.cpp:311:5: note: Variable 'pw' is reassigned a value before the old one has been used.
commoncpp2-1.8.1/src/process.cpp:336:5: style: Variable 'group' is reassigned a value before the old one has been used. [redundantAssignment]
commoncpp2-1.8.1/src/process.cpp:329:0: note: Variable 'group' is reassigned a value before the old one has been used.
commoncpp2-1.8.1/src/process.cpp:336:5: note: Variable 'group' is reassigned a value before the old one has been used.
commoncpp2-1.8.1/src/process.cpp:467:9: style: Unused variable: fd [unusedVariable]
commoncpp2-1.8.1/src/serial.cpp:1175:9: style: The scope of the variable 'rlen' can be reduced. [variableScope]
commoncpp2-1.8.1/src/serial.cpp:1831:13: style: The scope of the variable 'so' can be reduced. [variableScope]
commoncpp2-1.8.1/src/socket.cpp:3360:8: style: Condition 'max' is always false [knownConditionTrueFalse]
commoncpp2-1.8.1/src/socket.cpp:3346:20: note: Assignment 'max=0', assigned value is 0
commoncpp2-1.8.1/src/socket.cpp:3360:8: note: Condition 'max' is always false
commoncpp2-1.8.1/src/socket.cpp:3364:12: style: Condition 'max' is always false [knownConditionTrueFalse]
commoncpp2-1.8.1/src/socket.cpp:3346:20: note: Assignment 'max=0', assigned value is 0
commoncpp2-1.8.1/src/socket.cpp:3364:12: note: Condition 'max' is always false
commoncpp2-1.8.1/src/socket.cpp:3400:8: style: Condition '!mss' is always true [knownConditionTrueFalse]
commoncpp2-1.8.1/src/socket.cpp:3394:20: note: Assignment 'mss=0', assigned value is 0
commoncpp2-1.8.1/src/socket.cpp:3400:8: note: Condition '!mss' is always true
commoncpp2-1.8.1/src/socket.cpp:313:9: style: The scope of the variable 'nstat' can be reduced. [variableScope]
commoncpp2-1.8.1/src/socket.cpp:1315:21: style: The scope of the variable 'svc' can be reduced. [variableScope]
commoncpp2-1.8.1/src/socket.cpp:1741:21: style: The scope of the variable 'svc' can be reduced. [variableScope]
commoncpp2-1.8.1/src/socket.cpp:2606:21: style: The scope of the variable 'svc' can be reduced. [variableScope]
commoncpp2-1.8.1/src/socket.cpp:3050:21: style: The scope of the variable 'svc' can be reduced. [variableScope]
commoncpp2-1.8.1/src/socket.cpp:623:15: style: Variable 'opt' is assigned a value that is never used. [unreadVariable]
commoncpp2-1.8.1/src/socket.cpp:645:15: style: Variable 'opt' is assigned a value that is never used. [unreadVariable]
commoncpp2-1.8.1/src/socket.cpp:737:9: style: Variable 'loop' is assigned a value that is never used. [unreadVariable]
commoncpp2-1.8.1/src/string.cpp:638:17: style: The scope of the variable 'next' can be reduced. [variableScope]
commoncpp2-1.8.1/src/thread.cpp:1048:47: style: Function 'ThreadCleanup' argument 1 names different: declaration 'arg' definition 'th'. [funcArgNamesDifferent]
commoncpp2-1.8.1/src/private.h:78:43: note: Function 'ThreadCleanup' argument 1 names different: declaration 'arg' definition 'th'.
commoncpp2-1.8.1/src/thread.cpp:1048:47: note: Function 'ThreadCleanup' argument 1 names different: declaration 'arg' definition 'th'.
commoncpp2-1.8.1/src/thread.cpp:1101:50: style: Function 'ThreadDestructor' argument 1 names different: declaration 'arg' definition 'th'. [funcArgNamesDifferent]
commoncpp2-1.8.1/src/private.h:79:46: note: Function 'ThreadDestructor' argument 1 names different: declaration 'arg' definition 'th'.
commoncpp2-1.8.1/src/thread.cpp:1101:50: note: Function 'ThreadDestructor' argument 1 names different: declaration 'arg' definition 'th'.
commoncpp2-1.8.1/src/url.cpp:125:13: style: The scope of the variable 'len' can be reduced. [variableScope]
commoncpp2-1.8.1/src/url.cpp:126:11: style: The scope of the variable 'buf' can be reduced. [variableScope]
commoncpp2-1.8.1/src/url.cpp:401:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
commoncpp2-1.8.1/src/urlstring.cpp:129:22: style: The scope of the variable 'c' can be reduced. [variableScope]
commoncpp2-1.8.1/src/urlstring.cpp:221:19: style: The scope of the variable 'ch' can be reduced. [variableScope]
commoncpp2-1.8.1/src/xml.cpp:224:33: style: Array index 'len' is used before limits check. [arrayIndexThenCheck]
commoncpp2-1.8.1/tests/SampleObject.cpp:45:7: warning: Member variable 'Test::uninitializedNullPtr' is not initialized in the constructor. [uninitMemberVar]
commoncpp2-1.8.1/tests/SampleObject.cpp:54:7: warning: Member variable 'Test::strString2' is not initialized in the constructor. [uninitMemberVar]
commoncpp2-1.8.1/tests/SampleObject.cpp:54:7: warning: Member variable 'Test::numbers' is not initialized in the constructor. [uninitMemberVar]
commoncpp2-1.8.1/tests/SampleObject.cpp:54:7: warning: Member variable 'Test::strings' is not initialized in the constructor. [uninitMemberVar]
commoncpp2-1.8.1/tests/SampleObject.cpp:54:7: warning: Member variable 'Test::moreStrings' is not initialized in the constructor. [uninitMemberVar]
commoncpp2-1.8.1/tests/SampleObject.cpp:54:7: warning: Member variable 'Test::nullPtr' is not initialized in the constructor. [uninitMemberVar]
commoncpp2-1.8.1/tests/SampleObject.cpp:54:7: warning: Member variable 'Test::uninitializedNullPtr' is not initialized in the constructor. [uninitMemberVar]
commoncpp2-1.8.1/tests/SampleObject.cpp:54:7: warning: Member variable 'Test::subObjectPtr' is not initialized in the constructor. [uninitMemberVar]
commoncpp2-1.8.1/tests/SampleObject.cpp:54:7: warning: Member variable 'Test::subObjectPtr2' is not initialized in the constructor. [uninitMemberVar]
commoncpp2-1.8.1/tests/SampleObject.cpp:54:7: warning: Member variable 'Test::subObjectRef' is not initialized in the constructor. [uninitMemberVar]
commoncpp2-1.8.1/tests/SampleObject.cpp:54:7: warning: Member variable 'Test::subObjects' is not initialized in the constructor. [uninitMemberVar]
commoncpp2-1.8.1/tests/SampleObject.cpp:56:3: performance: Variable 'iInteger' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
commoncpp2-1.8.1/tests/SampleObject.cpp:57:3: performance: Variable 'strString' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
commoncpp2-1.8.1/tests/SampleObject.h:53:1: warning: The class 'Test' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
commoncpp2-1.8.1/tests/SampleSubObject.cpp:49:10: warning: Member variable 'TestSub::numbers' is not initialized in the constructor. [uninitMemberVar]
commoncpp2-1.8.1/tests/SampleSubObject.cpp:51:3: performance: Variable 'iInteger' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
commoncpp2-1.8.1/tests/SampleSubObject.cpp:52:3: performance: Variable 'strString' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
commoncpp2-1.8.1/tests/SampleSubObject.cpp:53:3: performance: Variable 'strString2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
commoncpp2-1.8.1/tests/SampleSubObject.h:53:1: warning: The class 'TestSub' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
commoncpp2-1.8.1/tests/Test_Engine.cpp:196:30: style: Same expression on both sides of '==' because the value of '*pIntVector' and '*pIntVector2' are the same. [duplicateExpression]
commoncpp2-1.8.1/tests/Test_Engine.cpp:175:36: note: 'pIntVector' is assigned value 'new std' here.
commoncpp2-1.8.1/tests/Test_Engine.cpp:194:37: note: 'pIntVector2' is assigned value 'new std' here.
commoncpp2-1.8.1/tests/Test_Engine.cpp:196:30: note: Same expression on both sides of '==' because the value of '*pIntVector' and '*pIntVector2' are the same.
commoncpp2-1.8.1/tests/Test_Engine.cpp:234:29: style: Same expression on both sides of '==' because the value of '*pIntDeque' and '*pIntDeque2' are the same. [duplicateExpression]
commoncpp2-1.8.1/tests/Test_Engine.cpp:213:34: note: 'pIntDeque' is assigned value 'new std' here.
commoncpp2-1.8.1/tests/Test_Engine.cpp:232:35: note: 'pIntDeque2' is assigned value 'new std' here.
commoncpp2-1.8.1/tests/Test_Engine.cpp:234:29: note: Same expression on both sides of '==' because the value of '*pIntDeque' and '*pIntDeque2' are the same.
commoncpp2-1.8.1/tests/Test_Engine.cpp:130:3: error: Memory is allocated but not initialized: test2_floatp [uninitdata]
commoncpp2-1.8.1/tests/Test_Engine.cpp:131:3: error: Memory is allocated but not initialized: test2_doublep [uninitdata]
commoncpp2-1.8.1/tests/Test_URLString.h:53:1: style: The class 'URLStringTest' does not have a constructor although it has private member variables. [noConstructor]
commoncpp2-1.8.1/tests/ccxx_tests.cpp:46:73: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
commoncpp2-1.8.1/tests/url1.cpp:80:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
[14:11]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcommons-attributes-java/libcommons-attributes-java_2.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcommons-cli-java/libcommons-cli-java_1.4.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcommons-codec-java/libcommons-codec-java_1.9.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcommons-collections-java/libcommons-collections-java_2.1.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcommons-collections3-java/libcommons-collections3-java_3.2.2.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcommons-collections4-java/libcommons-collections4-java_4.1.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcommons-compress-java/libcommons-compress-java_1.9.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcommons-dbcp-java/libcommons-dbcp-java_1.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcommons-digester-java/libcommons-digester-java_1.8.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcommons-discovery-java/libcommons-discovery-java_0.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcommons-el-java/libcommons-el-java_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcommons-fileupload-java/libcommons-fileupload-java_1.3.3.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcommons-jexl-java/libcommons-jexl-java_1.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcommons-jexl2-java/libcommons-jexl2-java_2.1.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcommons-jexl3-java/libcommons-jexl3-java_3.1.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcommons-jxpath-java/libcommons-jxpath-java_1.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcommons-lang-java/libcommons-lang-java_2.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcommons-lang3-java/libcommons-lang3-java_3.7.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcommons-launcher-java/libcommons-launcher-java_1.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcommons-logging-java/libcommons-logging-java_1.2.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcommons-modeler-java/libcommons-modeler-java_2.0.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcommons-net-java/libcommons-net-java_3.6.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcommons-net1-java/libcommons-net1-java_1.4.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcommons-net2-java/libcommons-net2-java_2.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcommons-openpgp-java/libcommons-openpgp-java_0+svn533492.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcommons-validator-java/libcommons-validator-java_1.6.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcompface/libcompface_1.5.2.orig.tar.gz
libcompface-1.5.2.orig/arith.c:99:19: style: The scope of the variable 'd' can be reduced. [variableScope]
libcompface-1.5.2.orig/cmain.c:128:15: style: The scope of the variable 'len' can be reduced. [variableScope]
libcompface-1.5.2.orig/compress.c:28:22: style: The scope of the variable 'row' can be reduced. [variableScope]
libcompface-1.5.2.orig/compress.c:29:15: style: The scope of the variable 'x' can be reduced. [variableScope]
libcompface-1.5.2.orig/file.c:29:15: style: The scope of the variable 'c' can be reduced. [variableScope]
libcompface-1.5.2.orig/uncmain.c:131:15: style: The scope of the variable 'len' can be reduced. [variableScope]
[14:11]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcompress-bzip2-perl/libcompress-bzip2-perl_2.26.orig.tar.gz
Compress-Bzip2-2.26/bzlib-src/blocksort.c:220:25: style: The scope of the variable 'r' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/blocksort.c:221:10: style: The scope of the variable 'nNotDone' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/blocksort.c:356:11: style: The scope of the variable 's1' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/blocksort.c:356:15: style: The scope of the variable 's2' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/blocksort.c:494:10: style: The scope of the variable 'i' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/blocksort.c:494:16: style: The scope of the variable 'h' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/blocksort.c:585:10: style: The scope of the variable 't' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/blocksort.c:1039:12: style: The scope of the variable 'quadrant' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/blocksort.c:1041:12: style: The scope of the variable 'budgetInit' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/bzip2.c:1433:24: style: Condition 'inStr!=NULL' is always false [knownConditionTrueFalse]
Compress-Bzip2-2.26/bzlib-src/bzip2.c:1430:21: note: Assuming that condition 'inStr==NULL' is not redundant
Compress-Bzip2-2.26/bzlib-src/bzip2.c:1433:24: note: Condition 'inStr!=NULL' is always false
Compress-Bzip2-2.26/bzlib-src/bzip2.c:279:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/bzip2.c:297:14: style: The scope of the variable 'q' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/bzip2.c:689:19: style: The scope of the variable 'retVal' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/bzip2.c:1749:10: style: The scope of the variable 'i' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/bzip2.c:1749:13: style: The scope of the variable 'j' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/bzip2.c:1749:16: style: The scope of the variable 'k' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/bzip2recover.c:182:8: warning: Possible null pointer dereference: bs [nullPointer]
Compress-Bzip2-2.26/bzlib-src/bzip2recover.c:433:25: note: Assignment 'bsWr=0', assigned value is 0
Compress-Bzip2-2.26/bzlib-src/bzip2recover.c:448:21: note: Calling function 'bsPutBit', 1st argument 'bs' value is 0
Compress-Bzip2-2.26/bzlib-src/bzip2recover.c:182:8: note: Null pointer dereference
Compress-Bzip2-2.26/bzlib-src/bzip2recover.c:222:9: warning: Possible null pointer dereference: bs [nullPointer]
Compress-Bzip2-2.26/bzlib-src/bzip2recover.c:433:25: note: Assignment 'bsWr=0', assigned value is 0
Compress-Bzip2-2.26/bzlib-src/bzip2recover.c:459:23: note: Calling function 'bsClose', 1st argument 'bs' value is 0
Compress-Bzip2-2.26/bzlib-src/bzip2recover.c:222:9: note: Null pointer dereference
Compress-Bzip2-2.26/bzlib-src/bzip2recover.c:233:22: warning: Possible null pointer dereference: bs [nullPointer]
Compress-Bzip2-2.26/bzlib-src/bzip2recover.c:433:25: note: Assignment 'bsWr=0', assigned value is 0
Compress-Bzip2-2.26/bzlib-src/bzip2recover.c:459:23: note: Calling function 'bsClose', 1st argument 'bs' value is 0
Compress-Bzip2-2.26/bzlib-src/bzip2recover.c:233:22: note: Null pointer dereference
Compress-Bzip2-2.26/bzlib-src/bzip2recover.c:312:23: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
Compress-Bzip2-2.26/bzlib-src/bzlib.c:689:18: style: The scope of the variable 'mid' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/bzlib.c:970:17: style: The scope of the variable 'ret' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/bzlib.c:1030:12: style: The scope of the variable 'n' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/bzlib.c:1030:15: style: The scope of the variable 'n2' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/bzlib.c:1030:19: style: The scope of the variable 'ret' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/bzlib.c:1167:15: style: The scope of the variable 'ret' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/bzlib.c:1390:11: style: The scope of the variable 'unused' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/bzlib.c:1397:11: style: The scope of the variable 'workFactor' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/bzlib.c:1399:11: style: The scope of the variable 'nUnused' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/compress.c:123:15: style: The scope of the variable 'j' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/compress.c:241:30: style: The scope of the variable 'totc' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/compress.c:242:33: style: The scope of the variable 'minLen' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/compress.c:242:41: style: The scope of the variable 'maxLen' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/compress.c:281:26: style: The scope of the variable 'tFreq' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/compress.c:281:33: style: The scope of the variable 'aFreq' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/compress.c:463:31: style: The scope of the variable 'll_i' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/compress.c:463:43: style: The scope of the variable 'tmp' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/decompress.c:304:34: style: The scope of the variable 'tmp' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/decompress.c:425:22: style: The scope of the variable 'ii' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/decompress.c:425:26: style: The scope of the variable 'jj' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/decompress.c:425:30: style: The scope of the variable 'kk' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/decompress.c:425:38: style: The scope of the variable 'lno' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/decompress.c:425:43: style: The scope of the variable 'off' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/huffman.c:72:10: style: The scope of the variable 'nNodes' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/huffman.c:72:18: style: The scope of the variable 'nHeap' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/huffman.c:73:10: style: The scope of the variable 'tooLong' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/tst-spewG.c:40:16: style: The scope of the variable 'p' can be reduced. [variableScope]
Compress-Bzip2-2.26/bzlib-src/tst-unzcrash.c:141:0: error: Resource leak: f [resourceLeak]
Compress-Bzip2-2.26/bzlib-src/win-tst-dlltest.c:117:12: style: The scope of the variable 'mode' can be reduced. [variableScope]
[14:11]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcompress-lz4-perl/libcompress-lz4-perl_0.25+ds.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcompress-raw-bzip2-perl/libcompress-raw-bzip2-perl_2.081.orig.tar.gz
Compress-Raw-Bzip2-2.081/bzip2-src/blocksort.c:220:25: style: The scope of the variable 'r' can be reduced. [variableScope]
Compress-Raw-Bzip2-2.081/bzip2-src/blocksort.c:221:10: style: The scope of the variable 'nNotDone' can be reduced. [variableScope]
Compress-Raw-Bzip2-2.081/bzip2-src/blocksort.c:356:11: style: The scope of the variable 's1' can be reduced. [variableScope]
Compress-Raw-Bzip2-2.081/bzip2-src/blocksort.c:356:15: style: The scope of the variable 's2' can be reduced. [variableScope]
Compress-Raw-Bzip2-2.081/bzip2-src/blocksort.c:494:10: style: The scope of the variable 'i' can be reduced. [variableScope]
Compress-Raw-Bzip2-2.081/bzip2-src/blocksort.c:494:16: style: The scope of the variable 'h' can be reduced. [variableScope]
Compress-Raw-Bzip2-2.081/bzip2-src/blocksort.c:585:10: style: The scope of the variable 't' can be reduced. [variableScope]
Compress-Raw-Bzip2-2.081/bzip2-src/blocksort.c:1039:12: style: The scope of the variable 'quadrant' can be reduced. [variableScope]
Compress-Raw-Bzip2-2.081/bzip2-src/blocksort.c:1041:12: style: The scope of the variable 'budgetInit' can be reduced. [variableScope]
Compress-Raw-Bzip2-2.081/bzip2-src/bzlib.c:702:18: style: The scope of the variable 'mid' can be reduced. [variableScope]
Compress-Raw-Bzip2-2.081/bzip2-src/bzlib.c:983:17: style: The scope of the variable 'ret' can be reduced. [variableScope]
Compress-Raw-Bzip2-2.081/bzip2-src/bzlib.c:1043:12: style: The scope of the variable 'n' can be reduced. [variableScope]
Compress-Raw-Bzip2-2.081/bzip2-src/bzlib.c:1043:15: style: The scope of the variable 'n2' can be reduced. [variableScope]
Compress-Raw-Bzip2-2.081/bzip2-src/bzlib.c:1043:19: style: The scope of the variable 'ret' can be reduced. [variableScope]
Compress-Raw-Bzip2-2.081/bzip2-src/bzlib.c:1180:15: style: The scope of the variable 'ret' can be reduced. [variableScope]
Compress-Raw-Bzip2-2.081/bzip2-src/bzlib.c:1403:11: style: The scope of the variable 'unused' can be reduced. [variableScope]
Compress-Raw-Bzip2-2.081/bzip2-src/bzlib.c:1410:11: style: The scope of the variable 'workFactor' can be reduced. [variableScope]
Compress-Raw-Bzip2-2.081/bzip2-src/bzlib.c:1412:11: style: The scope of the variable 'nUnused' can be reduced. [variableScope]
Compress-Raw-Bzip2-2.081/bzip2-src/compress.c:123:15: style: The scope of the variable 'j' can be reduced. [variableScope]
Compress-Raw-Bzip2-2.081/bzip2-src/compress.c:241:30: style: The scope of the variable 'totc' can be reduced. [variableScope]
Compress-Raw-Bzip2-2.081/bzip2-src/compress.c:242:33: style: The scope of the variable 'minLen' can be reduced. [variableScope]
Compress-Raw-Bzip2-2.081/bzip2-src/compress.c:242:41: style: The scope of the variable 'maxLen' can be reduced. [variableScope]
Compress-Raw-Bzip2-2.081/bzip2-src/compress.c:281:26: style: The scope of the variable 'tFreq' can be reduced. [variableScope]
Compress-Raw-Bzip2-2.081/bzip2-src/compress.c:281:33: style: The scope of the variable 'aFreq' can be reduced. [variableScope]
Compress-Raw-Bzip2-2.081/bzip2-src/compress.c:463:31: style: The scope of the variable 'll_i' can be reduced. [variableScope]
Compress-Raw-Bzip2-2.081/bzip2-src/compress.c:463:43: style: The scope of the variable 'tmp' can be reduced. [variableScope]
Compress-Raw-Bzip2-2.081/bzip2-src/decompress.c:304:34: style: The scope of the variable 'tmp' can be reduced. [variableScope]
Compress-Raw-Bzip2-2.081/bzip2-src/decompress.c:425:22: style: The scope of the variable 'ii' can be reduced. [variableScope]
Compress-Raw-Bzip2-2.081/bzip2-src/decompress.c:425:26: style: The scope of the variable 'jj' can be reduced. [variableScope]
Compress-Raw-Bzip2-2.081/bzip2-src/decompress.c:425:30: style: The scope of the variable 'kk' can be reduced. [variableScope]
Compress-Raw-Bzip2-2.081/bzip2-src/decompress.c:425:38: style: The scope of the variable 'lno' can be reduced. [variableScope]
Compress-Raw-Bzip2-2.081/bzip2-src/decompress.c:425:43: style: The scope of the variable 'off' can be reduced. [variableScope]
Compress-Raw-Bzip2-2.081/bzip2-src/huffman.c:72:10: style: The scope of the variable 'nNodes' can be reduced. [variableScope]
Compress-Raw-Bzip2-2.081/bzip2-src/huffman.c:72:18: style: The scope of the variable 'nHeap' can be reduced. [variableScope]
Compress-Raw-Bzip2-2.081/bzip2-src/huffman.c:73:10: style: The scope of the variable 'tooLong' can be reduced. [variableScope]
[14:11]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcompress-raw-lzma-perl/libcompress-raw-lzma-perl_2.082.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcompress-raw-zlib-perl/libcompress-raw-zlib-perl_2.081.orig.tar.gz
Compress-Raw-Zlib-2.081/zlib-src/adler32.c:69:14: style: The scope of the variable 'n' can be reduced. [variableScope]
Compress-Raw-Zlib-2.081/zlib-src/deflate.c:381:10: style: The scope of the variable 'str' can be reduced. [variableScope]
Compress-Raw-Zlib-2.081/zlib-src/deflate.c:381:15: style: The scope of the variable 'n' can be reduced. [variableScope]
Compress-Raw-Zlib-2.081/zlib-src/deflate.c:547:9: style: The scope of the variable 'put' can be reduced. [variableScope]
Compress-Raw-Zlib-2.081/zlib-src/deflate.c:1241:21: style: The scope of the variable 'match' can be reduced. [variableScope]
Compress-Raw-Zlib-2.081/zlib-src/deflate.c:1485:14: style: The scope of the variable 'n' can be reduced. [variableScope]
Compress-Raw-Zlib-2.081/zlib-src/deflate.c:1486:14: style: The scope of the variable 'more' can be reduced. [variableScope]
Compress-Raw-Zlib-2.081/zlib-src/deflate.c:1828:10: style: The scope of the variable 'hash_head' can be reduced. [variableScope]
Compress-Raw-Zlib-2.081/zlib-src/deflate.c:1930:10: style: The scope of the variable 'hash_head' can be reduced. [variableScope]
Compress-Raw-Zlib-2.081/zlib-src/inflate.c:402:14: style: The scope of the variable 'dist' can be reduced. [variableScope]
Compress-Raw-Zlib-2.081/zlib-src/inflate.c:1338:19: style: The scope of the variable 'dictid' can be reduced. [variableScope]
Compress-Raw-Zlib-2.081/zlib-src/inflate.c:1423:19: style: The scope of the variable 'buf' can be reduced. [variableScope]
Compress-Raw-Zlib-2.081/zlib-src/inflate.c:1486:14: style: The scope of the variable 'wsize' can be reduced. [variableScope]
Compress-Raw-Zlib-2.081/zlib-src/inflate.c:702:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
Compress-Raw-Zlib-2.081/zlib-src/inftrees.c:50:14: style: The scope of the variable 'fill' can be reduced. [variableScope]
Compress-Raw-Zlib-2.081/zlib-src/trees.c:710:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
Compress-Raw-Zlib-2.081/zlib-src/trees.c:755:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
Compress-Raw-Zlib-2.081/zlib-src/trees.c:1071:14: style: The scope of the variable 'dist' can be reduced. [variableScope]
Compress-Raw-Zlib-2.081/zlib-src/trees.c:1072:9: style: The scope of the variable 'lc' can be reduced. [variableScope]
Compress-Raw-Zlib-2.081/zlib-src/trees.c:1073:14: style: The scope of the variable 'lx' can be reduced. [variableScope]
Compress-Raw-Zlib-2.081/zlib-src/trees.c:1074:14: style: The scope of the variable 'code' can be reduced. [variableScope]
Compress-Raw-Zlib-2.081/zlib-src/trees.c:1075:9: style: The scope of the variable 'extra' can be reduced. [variableScope]
[14:11]

ftp://ftp.se.debian.org/debian/pool/main/libc/libconcurrentlinkedhashmap-java/libconcurrentlinkedhashmap-java_1.1~jdk5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig/libconfig_1.5.orig.tar.gz
libconfig-1.5/contrib/copy_setting.c:60:15: style: Variable 'set' is assigned a value that is never used. [unreadVariable]
* yacc.c:358  *:848:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libconfig-1.5/lib/libconfig.c:253:13: style: The scope of the variable 'p' can be reduced. [variableScope]
libconfig-1.5/lib/libconfig.c:493:22: style: The scope of the variable 'p' can be reduced. [variableScope]
libconfig-1.5/lib/libconfig.c:494:16: style: The scope of the variable 'i' can be reduced. [variableScope]
libconfig-1.5/lib/libconfig.c:1297:57: style: Function 'config_setting_get_int_elem' argument 1 names different: declaration 'setting' definition 'vector'. [funcArgNamesDifferent]
libconfig-1.5/lib/libconfig.h:187:27: note: Function 'config_setting_get_int_elem' argument 1 names different: declaration 'setting' definition 'vector'.
libconfig-1.5/lib/libconfig.c:1297:57: note: Function 'config_setting_get_int_elem' argument 1 names different: declaration 'setting' definition 'vector'.
libconfig-1.5/lib/libconfig.c:1306:65: style: Function 'config_setting_set_int_elem' argument 1 names different: declaration 'setting' definition 'vector'. [funcArgNamesDifferent]
libconfig-1.5/lib/libconfig.h:198:21: note: Function 'config_setting_set_int_elem' argument 1 names different: declaration 'setting' definition 'vector'.
libconfig-1.5/lib/libconfig.c:1306:65: note: Function 'config_setting_set_int_elem' argument 1 names different: declaration 'setting' definition 'vector'.
libconfig-1.5/lib/libconfig.c:1337:65: style: Function 'config_setting_get_int64_elem' argument 1 names different: declaration 'setting' definition 'vector'. [funcArgNamesDifferent]
libconfig-1.5/lib/libconfig.h:189:27: note: Function 'config_setting_get_int64_elem' argument 1 names different: declaration 'setting' definition 'vector'.
libconfig-1.5/lib/libconfig.c:1337:65: note: Function 'config_setting_get_int64_elem' argument 1 names different: declaration 'setting' definition 'vector'.
libconfig-1.5/lib/libconfig.c:1347:67: style: Function 'config_setting_set_int64_elem' argument 1 names different: declaration 'setting' definition 'vector'. [funcArgNamesDifferent]
libconfig-1.5/lib/libconfig.h:200:21: note: Function 'config_setting_set_int64_elem' argument 1 names different: declaration 'setting' definition 'vector'.
libconfig-1.5/lib/libconfig.c:1347:67: note: Function 'config_setting_set_int64_elem' argument 1 names different: declaration 'setting' definition 'vector'.
libconfig-1.5/lib/libconfig.c:1378:62: style: Function 'config_setting_get_float_elem' argument 1 names different: declaration 'setting' definition 'vector'. [funcArgNamesDifferent]
libconfig-1.5/lib/libconfig.h:191:27: note: Function 'config_setting_get_float_elem' argument 1 names different: declaration 'setting' definition 'vector'.
libconfig-1.5/lib/libconfig.c:1378:62: note: Function 'config_setting_get_float_elem' argument 1 names different: declaration 'setting' definition 'vector'.
libconfig-1.5/lib/libconfig.c:1387:67: style: Function 'config_setting_set_float_elem' argument 1 names different: declaration 'setting' definition 'vector'. [funcArgNamesDifferent]
libconfig-1.5/lib/libconfig.h:202:21: note: Function 'config_setting_set_float_elem' argument 1 names different: declaration 'setting' definition 'vector'.
libconfig-1.5/lib/libconfig.c:1387:67: note: Function 'config_setting_set_float_elem' argument 1 names different: declaration 'setting' definition 'vector'.
libconfig-1.5/lib/libconfig.c:1416:58: style: Function 'config_setting_get_bool_elem' argument 1 names different: declaration 'setting' definition 'vector'. [funcArgNamesDifferent]
libconfig-1.5/lib/libconfig.h:193:27: note: Function 'config_setting_get_bool_elem' argument 1 names different: declaration 'setting' definition 'vector'.
libconfig-1.5/lib/libconfig.c:1416:58: note: Function 'config_setting_get_bool_elem' argument 1 names different: declaration 'setting' definition 'vector'.
libconfig-1.5/lib/libconfig.c:1431:66: style: Function 'config_setting_set_bool_elem' argument 1 names different: declaration 'setting' definition 'vector'. [funcArgNamesDifferent]
libconfig-1.5/lib/libconfig.h:204:21: note: Function 'config_setting_set_bool_elem' argument 1 names different: declaration 'setting' definition 'vector'.
libconfig-1.5/lib/libconfig.c:1431:66: note: Function 'config_setting_set_bool_elem' argument 1 names different: declaration 'setting' definition 'vector'.
libconfig-1.5/lib/libconfig.c:1460:68: style: Function 'config_setting_get_string_elem' argument 1 names different: declaration 'setting' definition 'vector'. [funcArgNamesDifferent]
libconfig-1.5/lib/libconfig.h:195:27: note: Function 'config_setting_get_string_elem' argument 1 names different: declaration 'setting' definition 'vector'.
libconfig-1.5/lib/libconfig.c:1460:68: note: Function 'config_setting_get_string_elem' argument 1 names different: declaration 'setting' definition 'vector'.
libconfig-1.5/lib/libconfig.c:1476:68: style: Function 'config_setting_set_string_elem' argument 1 names different: declaration 'setting' definition 'vector'. [funcArgNamesDifferent]
libconfig-1.5/lib/libconfig.h:206:21: note: Function 'config_setting_set_string_elem' argument 1 names different: declaration 'setting' definition 'vector'.
libconfig-1.5/lib/libconfig.c:1476:68: note: Function 'config_setting_set_string_elem' argument 1 names different: declaration 'setting' definition 'vector'.
libconfig-1.5/lib/libconfig.c:1505:67: style: Function 'config_setting_get_elem' argument 1 names different: declaration 'setting' definition 'vector'. [funcArgNamesDifferent]
libconfig-1.5/lib/libconfig.h:252:27: note: Function 'config_setting_get_elem' argument 1 names different: declaration 'setting' definition 'vector'.
libconfig-1.5/lib/libconfig.c:1505:67: note: Function 'config_setting_get_elem' argument 1 names different: declaration 'setting' definition 'vector'.
libconfig-1.5/lib/libconfig.c:452:11: warning: Size of pointer 'base' used instead of size of its data. [pointerSize]
libconfig-1.5/lib/libconfigcpp.c++:872:35: style: Function 'operator[]' argument 1 names different: declaration 'index' definition 'i'. [funcArgNamesDifferent]
libconfig-1.5/lib/libconfig.h++:224:28: note: Function 'operator[]' argument 1 names different: declaration 'index' definition 'i'.
libconfig-1.5/lib/libconfigcpp.c++:872:35: note: Function 'operator[]' argument 1 names different: declaration 'index' definition 'i'.
libconfig-1.5/lib/libconfigcpp.c++:1165:50: style: Function 'wrapSetting' argument 1 names different: declaration 'setting' definition 's'. [funcArgNamesDifferent]
libconfig-1.5/lib/libconfig.h++:331:50: note: Function 'wrapSetting' argument 1 names different: declaration 'setting' definition 's'.
libconfig-1.5/lib/libconfigcpp.c++:1165:50: note: Function 'wrapSetting' argument 1 names different: declaration 'setting' definition 's'.
libconfig-1.5/lib/libconfigcpp.c++:1339:72: style: Function 'SettingConstIterator' argument 1 names different: declaration 'rhs' definition 'other'. [funcArgNamesDifferent]
libconfig-1.5/lib/libconfig.h++:398:52: note: Function 'SettingConstIterator' argument 1 names different: declaration 'rhs' definition 'other'.
libconfig-1.5/lib/libconfigcpp.c++:1339:72: note: Function 'SettingConstIterator' argument 1 names different: declaration 'rhs' definition 'other'.
libconfig-1.5/lib/libconfigcpp.c++:1349:31: style: Function 'operator=' argument 1 names different: declaration 'rhs' definition 'other'. [funcArgNamesDifferent]
libconfig-1.5/lib/libconfig.h++:399:63: note: Function 'operator=' argument 1 names different: declaration 'rhs' definition 'other'.
libconfig-1.5/lib/libconfigcpp.c++:1349:31: note: Function 'operator=' argument 1 names different: declaration 'rhs' definition 'other'.
libconfig-1.5/lib/libconfigcpp.c++:193:37: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
libconfig-1.5/lib/libconfig.h++:409:26: style: Technically the member function 'libconfig::SettingConstIterator::operator*' can be const. [functionConst]
libconfig-1.5/lib/libconfig.h++:411:26: style: Technically the member function 'libconfig::SettingConstIterator::operator.' can be const. [functionConst]
libconfig-1.5/lib/libconfig.h++:61:3: style: Class 'SettingException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libconfig-1.5/lib/libconfig.h++:64:3: style: Class 'SettingException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libconfig-1.5/lib/libconfig.h++:84:3: style: Class 'SettingTypeException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libconfig-1.5/lib/libconfig.h++:95:3: style: Class 'SettingNotFoundException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libconfig-1.5/lib/libconfig.h++:328:3: style: Class 'Setting' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libconfig-1.5/lib/libconfig.h++:118:1: warning: The class 'ParseException' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
libconfig-1.5/lib/libconfig.h++:88:23: style: The function 'what' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libconfig-1.5/lib/libconfig.h++:73:23: note: Virtual function in base class
libconfig-1.5/lib/libconfig.h++:88:23: note: Function in derived class
libconfig-1.5/lib/libconfig.h++:99:23: style: The function 'what' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libconfig-1.5/lib/libconfig.h++:73:23: note: Virtual function in base class
libconfig-1.5/lib/libconfig.h++:99:23: note: Function in derived class
libconfig-1.5/lib/libconfig.h++:108:23: style: The function 'what' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libconfig-1.5/lib/libconfig.h++:73:23: note: Virtual function in base class
libconfig-1.5/lib/libconfig.h++:108:23: note: Function in derived class
libconfig-1.5/lib/scanctx.c:94:60: style: Function 'scanctx_push_include' argument 2 names different: declaration 'prev_buffer' definition 'buffer'. [funcArgNamesDifferent]
libconfig-1.5/lib/scanctx.h:51:67: note: Function 'scanctx_push_include' argument 2 names different: declaration 'prev_buffer' definition 'buffer'.
libconfig-1.5/lib/scanctx.c:94:60: note: Function 'scanctx_push_include' argument 2 names different: declaration 'prev_buffer' definition 'buffer'.
scanner.c:2309:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
scanner.c:1416:23: style: Checking if unsigned variable 'num_to_read' is less than zero. [unsignedLessThanZero]
scanner.c:1429:19: style: Checking if unsigned variable 'new_size' is less than zero. [unsignedLessThanZero]
scanner.c:1535:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
scanner.c:357:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
scanner.c:1535:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
scanner.c:1958:58: style: Function 'libconfig_yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
scanner.c:316:57: note: Function 'libconfig_yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
scanner.c:1958:58: note: Function 'libconfig_yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
scanner.c:1971:58: style: Function 'libconfig_yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
scanner.c:317:56: note: Function 'libconfig_yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
scanner.c:1971:58: note: Function 'libconfig_yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
scanner.c:1971:78: style: Function 'libconfig_yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
scanner.c:317:72: note: Function 'libconfig_yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
scanner.c:1971:78: note: Function 'libconfig_yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
scanner.c:2166:34: style: Function 'libconfig_yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
scanner.c:694:33: note: Function 'libconfig_yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
scanner.c:2166:34: note: Function 'libconfig_yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
scanner.c:2193:36: style: Function 'libconfig_yylex_init' argument 1 names different: declaration 'scanner' definition 'ptr_yy_globals'. [funcArgNamesDifferent]
scanner.c:683:37: note: Function 'libconfig_yylex_init' argument 1 names different: declaration 'scanner' definition 'ptr_yy_globals'.
scanner.c:2193:36: note: Function 'libconfig_yylex_init' argument 1 names different: declaration 'scanner' definition 'ptr_yy_globals'.
scanner.c:2222:46: style: Function 'libconfig_yylex_init_extra' argument 1 names different: declaration 'user_defined' definition 'yy_user_defined'. [funcArgNamesDifferent]
scanner.c:685:47: note: Function 'libconfig_yylex_init_extra' argument 1 names different: declaration 'user_defined' definition 'yy_user_defined'.
scanner.c:2222:46: note: Function 'libconfig_yylex_init_extra' argument 1 names different: declaration 'user_defined' definition 'yy_user_defined'.
scanner.c:2222:72: style: Function 'libconfig_yylex_init_extra' argument 2 names different: declaration 'scanner' definition 'ptr_yy_globals'. [funcArgNamesDifferent]
scanner.c:685:70: note: Function 'libconfig_yylex_init_extra' argument 2 names different: declaration 'scanner' definition 'ptr_yy_globals'.
scanner.c:2222:72: note: Function 'libconfig_yylex_init_extra' argument 2 names different: declaration 'scanner' definition 'ptr_yy_globals'.
libconfig-1.5/tinytest/tinytest.c:76:32: style: The scope of the variable 'eof1' can be reduced. [variableScope]
libconfig-1.5/tinytest/tinytest.c:76:38: style: The scope of the variable 'eof2' can be reduced. [variableScope]
libconfig-1.5/tinytest/tinytest.c:153:10: style: The scope of the variable 'r1' can be reduced. [variableScope]
libconfig-1.5/tinytest/tinytest.c:153:14: style: The scope of the variable 'r2' can be reduced. [variableScope]
[14:11]

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-any-perl/libconfig-any-perl_0.32.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-apacheformat-perl/libconfig-apacheformat-perl_1.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-augeas-perl/libconfig-augeas-perl_1.000.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-auto-perl/libconfig-auto-perl_0.44.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-autoconf-perl/libconfig-autoconf-perl_0.317.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-crontab-perl/libconfig-crontab-perl_1.45.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-file-perl/libconfig-file-perl_1.50.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-find-perl/libconfig-find-perl_0.31.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-general-perl/libconfig-general-perl_2.63.orig.tar.gz
[14:11]

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-gitlike-perl/libconfig-gitlike-perl_1.17.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-grammar-perl/libconfig-grammar-perl_1.12.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-identity-perl/libconfig-identity-perl_0.0019.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-ini-perl/libconfig-ini-perl_0.025.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-ini-reader-ordered-perl/libconfig-ini-reader-ordered-perl_0.020.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-inifiles-perl/libconfig-inifiles-perl_2.98.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-inihash-perl/libconfig-inihash-perl_3.01.01.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-jfdi-perl/libconfig-jfdi-perl_0.065.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-json-perl/libconfig-json-perl_1.5202.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-merge-perl/libconfig-merge-perl_1.04.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-methodproxy-perl/libconfig-methodproxy-perl_0.02.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-model-approx-perl/libconfig-model-approx-perl_1.011.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-model-backend-augeas-perl/libconfig-model-backend-augeas-perl_0.124.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-model-cursesui-perl/libconfig-model-cursesui-perl_1.106.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-model-itself-perl/libconfig-model-itself-perl_2.014.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-model-lcdproc-perl/libconfig-model-lcdproc-perl_2.052.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-model-openssh-perl/libconfig-model-openssh-perl_1.239.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-model-perl/libconfig-model-perl_2.125.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-model-systemd-perl/libconfig-model-systemd-perl_0.239.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-model-tester-perl/libconfig-model-tester-perl_3.006.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-model-tkui-perl/libconfig-model-tkui-perl_1.366.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-mvp-perl/libconfig-mvp-perl_2.200011.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-mvp-reader-ini-perl/libconfig-mvp-reader-ini-perl_2.101463.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-mvp-slicer-perl/libconfig-mvp-slicer-perl_0.302.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-onion-perl/libconfig-onion-perl_1.007.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-pit-perl/libconfig-pit-perl_0.04.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-properties-perl/libconfig-properties-perl_1.80.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-record-perl/libconfig-record-perl_1.1.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-scoped-perl/libconfig-scoped-perl_0.22.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-simple-perl/libconfig-simple-perl_4.59.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-std-perl/libconfig-std-perl_0.903.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-tiny-perl/libconfig-tiny-perl_2.23.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-yaml-perl/libconfig-yaml-perl_1.42.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfig-zomg-perl/libconfig-zomg-perl_1.000000.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfigreader-perl/libconfigreader-perl_0.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconfigreader-simple-perl/libconfigreader-simple-perl_1.293.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconst-fast-perl/libconst-fast-perl_0.014.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconstant-defer-perl/libconstant-defer-perl_6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconstant-generate-perl/libconstant-generate-perl_0.17.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconstantine-java/libconstantine-java_0.7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcontactsdb/libcontactsdb_0.5.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libc/libcontext-preserve-perl/libcontext-preserve-perl_0.03.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcontextual-return-perl/libcontextual-return-perl_0.004014.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconvert-ascii-armour-perl/libconvert-ascii-armour-perl_1.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconvert-ascii85-perl/libconvert-ascii85-perl_0.01.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconvert-asn1-perl/libconvert-asn1-perl_0.27.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconvert-base32-perl/libconvert-base32-perl_0.06.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconvert-basen-perl/libconvert-basen-perl_0.01.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconvert-ber-perl/libconvert-ber-perl_1.3200.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconvert-binary-c-perl/libconvert-binary-c-perl_0.78.orig.tar.gz
Convert-Binary-C-0.78/cbc/basic.c:283:15: style: The scope of the variable 'c' can be reduced. [variableScope]
Convert-Binary-C-0.78/cbc/basic.c:288:5: style: Label 'success' is not used. [unusedLabel]
Convert-Binary-C-0.78/cbc/basic.c:309:5: style: Label 'unknown' is not used. [unusedLabel]
Convert-Binary-C-0.78/cbc/member.c:291:11: style: The scope of the variable 'index' can be reduced. [variableScope]
Convert-Binary-C-0.78/cbc/member.c:292:14: style: The scope of the variable 'pValue' can be reduced. [variableScope]
Convert-Binary-C-0.78/cbc/member.c:684:12: style: The scope of the variable 'index' can be reduced. [variableScope]
Convert-Binary-C-0.78/cbc/member.c:795:9: style: The scope of the variable 'i' can be reduced. [variableScope]
Convert-Binary-C-0.78/cbc/member.c:918:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
Convert-Binary-C-0.78/cbc/option.c:510:29: warning: Possible null pointer dereference: opt [nullPointer]
Convert-Binary-C-0.78/cbc/option.c:490:33: note: Assignment 'opt=NULL', assigned value is 0
Convert-Binary-C-0.78/cbc/option.c:510:29: note: Null pointer dereference
Convert-Binary-C-0.78/cbc/option.c:512:19: warning: Possible null pointer dereference: opt [nullPointer]
Convert-Binary-C-0.78/cbc/option.c:490:33: note: Assignment 'opt=NULL', assigned value is 0
Convert-Binary-C-0.78/cbc/option.c:512:19: note: Null pointer dereference
Convert-Binary-C-0.78/cbc/option.c:252:14: style: The scope of the variable 'pSV' can be reduced. [variableScope]
Convert-Binary-C-0.78/cbc/option.c:679:15: style: The scope of the variable 'str' can be reduced. [variableScope]
Convert-Binary-C-0.78/cbc/option.c:692:14: style: The scope of the variable 'pSV' can be reduced. [variableScope]
Convert-Binary-C-0.78/cbc/option.c:267:13: style: Label 'success' is not used. [unusedLabel]
Convert-Binary-C-0.78/cbc/option.c:304:1: style: Label 'unknown' is not used. [unusedLabel]
Convert-Binary-C-0.78/cbc/pack.c:817:29: warning: Either the condition 'e?*e:NULL' is redundant or there is possible null pointer dereference: e. [nullPointerRedundantCheck]
Convert-Binary-C-0.78/cbc/pack.c:836:75: note: Assuming that condition 'e?*e:NULL' is not redundant
Convert-Binary-C-0.78/cbc/pack.c:817:29: note: Null pointer dereference
Convert-Binary-C-0.78/cbc/pack.c:1216:23: warning: Either the condition 'e?*e:NULL' is redundant or there is possible null pointer dereference: e. [nullPointerRedundantCheck]
Convert-Binary-C-0.78/cbc/pack.c:1222:65: note: Assuming that condition 'e?*e:NULL' is not redundant
Convert-Binary-C-0.78/cbc/pack.c:1216:23: note: Null pointer dereference
Convert-Binary-C-0.78/cbc/pack.c:1557:10: warning: Either the condition 'if(pEnum)' is redundant or there is possible null pointer dereference: pEnum. [nullPointerRedundantCheck]
Convert-Binary-C-0.78/cbc/pack.c:1573:12: note: Assuming that condition 'if(pEnum)' is not redundant
Convert-Binary-C-0.78/cbc/pack.c:1557:10: note: Null pointer dereference
Convert-Binary-C-0.78/cbc/pack.c:811:29: style: The scope of the variable 'pBI' can be reduced. [variableScope]
Convert-Binary-C-0.78/cbc/pack.c:1786:16: style: The scope of the variable 'avail' can be reduced. [variableScope]
Convert-Binary-C-0.78/cbc/pack.c:1787:19: style: The scope of the variable 'pos' can be reduced. [variableScope]
Convert-Binary-C-0.78/cbc/pack.c:1047:17: style: Array index 'tmp' is used before limits check. [arrayIndexThenCheck]
Convert-Binary-C-0.78/cbc/pack.c:773:67: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
Convert-Binary-C-0.78/cbc/pack.c:1053:25: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
Convert-Binary-C-0.78/cbc/pack.c:1389:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
Convert-Binary-C-0.78/cbc/pack.c:1467:67: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
Convert-Binary-C-0.78/cbc/pack.c:1964:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
Convert-Binary-C-0.78/cbc/sourcify.c:441:16: style: The scope of the variable 'pValue' can be reduced. [variableScope]
Convert-Binary-C-0.78/cbc/sourcify.c:516:12: style: The scope of the variable 'pValue' can be reduced. [variableScope]
Convert-Binary-C-0.78/cbc/sourcify.c:836:35: style: The scope of the variable 'fTypedef' can be reduced. [variableScope]
Convert-Binary-C-0.78/cbc/sourcify.c:836:49: style: The scope of the variable 'fEnum' can be reduced. [variableScope]
Convert-Binary-C-0.78/cbc/sourcify.c:837:18: style: The scope of the variable 'fStruct' can be reduced. [variableScope]
Convert-Binary-C-0.78/cbc/sourcify.c:224:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
Convert-Binary-C-0.78/cbc/sourcify.c:876:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
Convert-Binary-C-0.78/cbc/type.c:380:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
Convert-Binary-C-0.78/cbc/type.c:382:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
Convert-Binary-C-0.78/cbc/typeinfo.c:184:12: style: The scope of the variable 'pValue' can be reduced. [variableScope]
Convert-Binary-C-0.78/cbc/typeinfo.c:282:10: style: The scope of the variable 'pValue' can be reduced. [variableScope]
Convert-Binary-C-0.78/cbc/typeinfo.c:103:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
Convert-Binary-C-0.78/cbc/typeinfo.c:332:69: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
Convert-Binary-C-0.78/ctlib/bitfields.c:323:12: error: Uninitialized variable: used_bytes [uninitvar]
Convert-Binary-C-0.78/ctlib/bitfields.c:326:29: error: Uninitialized variable: used_bytes [uninitvar]
Convert-Binary-C-0.78/ctlib/bitfields.c:328:29: error: Uninitialized variable: used_bytes [uninitvar]
Convert-Binary-C-0.78/ctlib/cttags.c:274:35: style: Function 'CTlib_clone_taglist' argument 1 names different: declaration 'tag' definition 'list'. [funcArgNamesDifferent]
Convert-Binary-C-0.78/ctlib/cttags.h:76:35: note: Function 'CTlib_clone_taglist' argument 1 names different: declaration 'tag' definition 'list'.
Convert-Binary-C-0.78/ctlib/cttags.c:274:35: note: Function 'CTlib_clone_taglist' argument 1 names different: declaration 'tag' definition 'list'.
Convert-Binary-C-0.78/ctlib/cttype.c:357:3: portability: Undefined behaviour, pointer arithmetic 'pSrc->identifier+255' is out of bounds. [pointerOutOfBounds]
Convert-Binary-C-0.78/ctlib/cttype.c:534:3: portability: Undefined behaviour, pointer arithmetic 'pSrc->identifier+255' is out of bounds. [pointerOutOfBounds]
Convert-Binary-C-0.78/ctlib/cttype.c:634:3: portability: Undefined behaviour, pointer arithmetic 'pSrc->identifier+255' is out of bounds. [pointerOutOfBounds]
Convert-Binary-C-0.78/ctlib/cttype.c:824:3: portability: Undefined behaviour, pointer arithmetic 'pSrc->identifier+255' is out of bounds. [pointerOutOfBounds]
Convert-Binary-C-0.78/ctlib/layout.c:218:16: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
Convert-Binary-C-0.78/ctlib/layout.c:216:23: note: outer condition: pDecl->array_flag
Convert-Binary-C-0.78/ctlib/layout.c:218:16: note: identical inner condition: pDecl->array_flag
Convert-Binary-C-0.78/ctlib/layout.c:690:9: style: Condition 'i==-1' is always true [knownConditionTrueFalse]
Convert-Binary-C-0.78/ctlib/layout.c:687:13: note: Assignment 'c=-1', assigned value is -1
Convert-Binary-C-0.78/ctlib/layout.c:688:12: note: Assignment 'i=(int)c', assigned value is -1
Convert-Binary-C-0.78/ctlib/layout.c:690:9: note: Condition 'i==-1' is always true
Convert-Binary-C-0.78/ctlib/layout.c:565:3: style: struct member '_align::b' is never used. [unusedStructMember]
Convert-Binary-C-0.78/ctlib/layout.c:566:3: style: struct member '_align::b' is never used. [unusedStructMember]
Convert-Binary-C-0.78/ctlib/layout.c:567:3: style: struct member '_align::b' is never used. [unusedStructMember]
Convert-Binary-C-0.78/ctlib/layout.c:568:3: style: struct member '_align::b' is never used. [unusedStructMember]
Convert-Binary-C-0.78/ctlib/layout.c:569:3: style: struct member '_align::b' is never used. [unusedStructMember]
Convert-Binary-C-0.78/ctlib/layout.c:607:12: style: struct member 'Anonymous0::x' is never used. [unusedStructMember]
Convert-Binary-C-0.78/ctlib/layout.c:352:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
Convert-Binary-C-0.78/ctlib/layout.c:374:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
Convert-Binary-C-0.78/ctlib/layout.c:383:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ctlib/parser.y:1589:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
ctlib/y_pragma.c:1795:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
Convert-Binary-C-0.78/tests/include/util.c:2835:16: style: Condition 'result<0' is always false [knownConditionTrueFalse]
Convert-Binary-C-0.78/tests/include/util.c:2764:18: note: Assignment 'result=0', assigned value is 0
Convert-Binary-C-0.78/tests/include/util.c:2835:16: note: Condition 'result<0' is always false
Convert-Binary-C-0.78/tests/include/util.c:2835:16: style: Same expression on both sides of '<' because the value of 'result' and '0' are the same. [duplicateExpression]
Convert-Binary-C-0.78/tests/include/util.c:2764:18: note: 'result' is assigned value '0' here.
Convert-Binary-C-0.78/tests/include/util.c:2835:16: note: Same expression on both sides of '<' because the value of 'result' and '0' are the same.
Convert-Binary-C-0.78/tests/include/util.c:2123:19: style: The scope of the variable 'tc' can be reduced. [variableScope]
Convert-Binary-C-0.78/tests/include/util.c:2956:9: style: The scope of the variable 'retval' can be reduced. [variableScope]
Convert-Binary-C-0.78/tests/include/util.c:3911:43: style: The scope of the variable 'odev' can be reduced. [variableScope]
Convert-Binary-C-0.78/tests/include/util.c:3911:49: style: The scope of the variable 'oino' can be reduced. [variableScope]
Convert-Binary-C-0.78/tests/include/util.c:3913:17: style: The scope of the variable 'dp' can be reduced. [variableScope]
Convert-Binary-C-0.78/tests/parser/context.c:11:7: style: struct member 'foo::bar' is never used. [unusedStructMember]
Convert-Binary-C-0.78/tests/parser/context.c:12:7: style: struct member 'foo::def' is never used. [unusedStructMember]
Convert-Binary-C-0.78/tests/parser/context.c:19:0: style: Variable 'bar' is assigned a value that is never used. [unreadVariable]
Convert-Binary-C-0.78/tests/parser/context.c:33:13: style: Variable 'foo' is assigned a value that is never used. [unreadVariable]
Convert-Binary-C-0.78/tests/parser/context.c:34:13: style: Variable 'abc' is assigned a value that is never used. [unreadVariable]
Convert-Binary-C-0.78/token/t_tag.c:76:16: style: struct member 'tag_tbl_ent::vtbl' is never used. [unusedStructMember]
Convert-Binary-C-0.78/ucpp/atest.c:23:0: error: #error ====== Either TEST_NATIVE or TEST_SIMUL must be defined. [preprocessorErrorDirective]
Convert-Binary-C-0.78/ucpp/cpp.c:1800:2: style: Variable 'save_flags' is reassigned a value before the old one has been used. [redundantAssignment]
Convert-Binary-C-0.78/ucpp/cpp.c:1797:0: note: Variable 'save_flags' is reassigned a value before the old one has been used.
Convert-Binary-C-0.78/ucpp/cpp.c:1800:2: note: Variable 'save_flags' is reassigned a value before the old one has been used.
Convert-Binary-C-0.78/ucpp/cpp.c:1662:2: warning: Suspicious usage of 'sizeof' with a numeric constant as parameter. [sizeofwithnumericparameter]
Convert-Binary-C-0.78/ucpp/cpp.c:1160:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
Convert-Binary-C-0.78/ucpp/cpp.c:1412:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
Convert-Binary-C-0.78/ucpp/cpp.c:1563:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
Convert-Binary-C-0.78/ucpp/cpp.c:1154:3: error: Memory leak: tf1.t [memleak]
Convert-Binary-C-0.78/ucpp/cpp.c:1247:3: error: Memory leak: tf2.t [memleak]
Convert-Binary-C-0.78/ucpp/cpp.c:1275:3: error: Memory leak: tf3.t [memleak]
Convert-Binary-C-0.78/ucpp/cpp.c:1751:3: error: Memory leak: tf.t [memleak]
Convert-Binary-C-0.78/ucpp/cpp.c:1104:3: error: Uninitialized struct member: t.name [uninitStructMember]
Convert-Binary-C-0.78/ucpp/cpp.c:1266:4: error: Uninitialized struct member: rt.line [uninitStructMember]
Convert-Binary-C-0.78/ucpp/cpp.c:1382:4: error: Uninitialized struct member: t.name [uninitStructMember]
Convert-Binary-C-0.78/ucpp/cpp.c:1406:4: error: Uninitialized struct member: t.name [uninitStructMember]
Convert-Binary-C-0.78/ucpp/cpp.c:1558:4: error: Uninitialized struct member: t.name [uninitStructMember]
Convert-Binary-C-0.78/ucpp/cpp.c:1746:4: error: Uninitialized struct member: t.line [uninitStructMember]
Convert-Binary-C-0.78/ucpp/cpp.c:1746:4: error: Uninitialized struct member: t.name [uninitStructMember]
Convert-Binary-C-0.78/ucpp/lexer.c:652:6: style: The scope of the variable 'c' can be reduced. [variableScope]
Convert-Binary-C-0.78/ucpp/lexer.c:846:6: style: The scope of the variable 'c' can be reduced. [variableScope]
Convert-Binary-C-0.78/ucpp/macro.c:1571:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
Convert-Binary-C-0.78/ucpp/macro.c:958:3: error: Uninitialized struct member: t.name [uninitStructMember]
Convert-Binary-C-0.78/ucpp/nhash.c:360:28: style: The scope of the variable 'fnode' can be reduced. [variableScope]
Convert-Binary-C-0.78/ucpp/nhash.c:212:23: warning: Division by result of sizeof(). malloc() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
Convert-Binary-C-0.78/ucpp/nhash.c:212:0: warning: Size of pointer 'ident' used instead of size of its data. [pointerSize]
Convert-Binary-C-0.78/util/hash.c:145:21: style: The scope of the variable 'pOld' can be reduced. [variableScope]
Convert-Binary-C-0.78/util/hash.c:470:13: style: The scope of the variable 'pSrcNode' can be reduced. [variableScope]
Convert-Binary-C-0.78/util/hash.c:470:41: style: The scope of the variable 'pNode' can be reduced. [variableScope]
Convert-Binary-C-0.78/util/hash.c:471:13: style: The scope of the variable 'buckets' can be reduced. [variableScope]
Convert-Binary-C-0.78/util/hash.c:760:7: style: The scope of the variable 'cmp' can be reduced. [variableScope]
Convert-Binary-C-0.78/util/hash.c:964:7: style: The scope of the variable 'cmp' can be reduced. [variableScope]
Convert-Binary-C-0.78/util/hash.c:1058:9: style: The scope of the variable 'cmp' can be reduced. [variableScope]
Convert-Binary-C-0.78/util/hash.c:1152:7: style: The scope of the variable 'cmp' can be reduced. [variableScope]
Convert-Binary-C-0.78/util/hash.c:1231:7: style: The scope of the variable 'cmp' can be reduced. [variableScope]
[14:12]

ftp://ftp.se.debian.org/debian/pool/main/libc/libconvert-binhex-perl/libconvert-binhex-perl_1.125.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconvert-color-perl/libconvert-color-perl_0.11.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconvert-color-xterm-perl/libconvert-color-xterm-perl_0.05.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconvert-nls-date-format-perl/libconvert-nls-date-format-perl_0.06.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconvert-pem-perl/libconvert-pem-perl_0.08.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconvert-scalar-perl/libconvert-scalar-perl_1.12.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconvert-tnef-perl/libconvert-tnef-perl_0.18.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconvert-units-perl/libconvert-units-perl_0.43.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libconvert-uulib-perl/libconvert-uulib-perl_1.5~dfsg.orig.tar.gz
Convert-UUlib-1.5/uulib/fptools.c:423:7: style: The scope of the variable 'c' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/fptools.c:421:14: style: Variable 'cp' is assigned a value that is never used. [unreadVariable]
Convert-UUlib-1.5/uulib/uucheck.c:1266:7: style: The scope of the variable 'miscount' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uucheck.c:1269:8: style: The scope of the variable 'thesize' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uuencode.c:758:7: warning: %lx in format string (no. 1) requires 'unsigned long' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
Convert-UUlib-1.5/uulib/uuencode.c:763:7: warning: %lx in format string (no. 2) requires 'unsigned long' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
Convert-UUlib-1.5/uulib/uuencode.c:1001:7: warning: %lx in format string (no. 3) requires 'unsigned long' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
Convert-UUlib-1.5/uulib/uuencode.c:1013:7: warning: %lx in format string (no. 1) requires 'unsigned long' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
Convert-UUlib-1.5/uulib/uuencode.c:1155:7: warning: %lx in format string (no. 1) requires 'unsigned long' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
Convert-UUlib-1.5/uulib/uuencode.c:1160:7: warning: %lx in format string (no. 2) requires 'unsigned long' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
Convert-UUlib-1.5/uulib/uuencode.c:1456:2: warning: %lx in format string (no. 3) requires 'unsigned long' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
Convert-UUlib-1.5/uulib/uuencode.c:1467:2: warning: %lx in format string (no. 1) requires 'unsigned long' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
Convert-UUlib-1.5/uulib/uuencode.c:250:33: style: The scope of the variable 'tptr' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uuencode.c:629:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uuencode.c:796:7: style: The scope of the variable 'themode' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uuencode.c:798:8: style: The scope of the variable 'thesize' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uuencode.c:799:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uuencode.c:1187:38: style: The scope of the variable 'res' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uuencode.c:1188:29: style: The scope of the variable 'ptr' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uuencode.c:1189:20: style: The scope of the variable 'outfile' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uuencode.c:1626:8: style: The scope of the variable 'thesize' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uulib.c:342:10: style: The scope of the variable 'now' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uulib.c:343:8: style: The scope of the variable 'msecs' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uulib.c:716:13: style: The scope of the variable 'loaded' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uulib.c:1160:18: style: The scope of the variable 'res' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uulib.c:1160:33: style: The scope of the variable 'dd' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uulib.c:1291:23: style: The scope of the variable 'ptr' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uunconc.c:1276:8: warning: Possible null pointer dereference: state [nullPointer]
Convert-UUlib-1.5/uulib/uunconc.c:1405:36: note: Calling function 'UUDecodePart', 3rd argument 'state' value is 0
Convert-UUlib-1.5/uulib/uunconc.c:1276:8: note: Null pointer dereference
Convert-UUlib-1.5/uulib/uunconc.c:793:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
Convert-UUlib-1.5/uulib/uunconc.c:594:7: style: The scope of the variable 'i' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uunconc.c:594:10: style: The scope of the variable 'j' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uunconc.c:594:13: style: The scope of the variable 'c' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uunconc.c:594:16: style: The scope of the variable 'cc' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uunconc.c:839:31: style: The scope of the variable 'ptr' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uunconc.c:901:7: style: The scope of the variable 'z1' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uunconc.c:901:11: style: The scope of the variable 'z2' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uunconc.c:901:15: style: The scope of the variable 'z3' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uunconc.c:901:19: style: The scope of the variable 'z4' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uunconc.c:960:9: style: The scope of the variable 'line' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uunconc.c:1308:36: style: The scope of the variable 'hb' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uunconc.c:1309:17: style: The scope of the variable 'rsize' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uunconc.c:1309:24: style: The scope of the variable 'dsize' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uunconc.c:1309:31: style: The scope of the variable 'numbytes' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uunconc.c:1312:17: style: The scope of the variable 'r' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uunconc.c:1315:10: style: The scope of the variable 'bytes' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uuscan.c:185:16: style: The scope of the variable 'p1' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uuscan.c:187:8: style: The scope of the variable 'curpos' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uuscan.c:406:16: style: The scope of the variable 'length' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uuscan.c:570:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uuutil.c:297:7: style: The scope of the variable 'count' can be reduced. [variableScope]
Convert-UUlib-1.5/uulib/uuutil.c:435:49: style: The scope of the variable 'res' can be reduced. [variableScope]
[14:12]

ftp://ftp.se.debian.org/debian/pool/main/libc/libconvert-ytext-perl/libconvert-ytext-perl_0.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcookie-baker-perl/libcookie-baker-perl_0.09.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcookie-baker-xs-perl/libcookie-baker-xs-perl_0.09.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcork/libcork_0.15.0+ds.orig.tar.xz
libcork-0.15.0/src/cork-test/cork-test.c:432:15: style: Expression is always false because 'else if' condition matches previous condition at line 429. [multiCondition]
libcork-0.15.0/src/libcork/core/mempool.c:162:51: portability: 'vblock' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libcork-0.15.0/src/libcork/ds/file-stream.c:31:14: style: The scope of the variable 'bytes_read' can be reduced. [variableScope]
libcork-0.15.0/src/libcork/ds/file-stream.c:54:13: style: The scope of the variable 'bytes_read' can be reduced. [variableScope]
libcork-0.15.0/src/libcork/ds/file-stream.c:83:1: style: Label 'error' is not used. [unusedLabel]
libcork-0.15.0/src/libcork/ds/file-stream.c:163:17: portability: 'buf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libcork-0.15.0/src/libcork/ds/managed-buffer.c:114:24: portability: '(void*)(self)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libcork-0.15.0/src/libcork/ds/slice.c:166:38: warning: Either the condition 'slice!=NULL' is redundant or there is possible null pointer dereference: slice. [nullPointerRedundantCheck]
libcork-0.15.0/src/libcork/ds/slice.c:142:16: note: Assuming that condition 'slice!=NULL' is not redundant
libcork-0.15.0/src/libcork/ds/slice.c:166:38: note: Null pointer dereference
libcork-0.15.0/src/libcork/posix/exec.c:70:16: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
libcork-0.15.0/src/libcork/posix/files.c:844:24: style: The scope of the variable 'path' can be reduced. [variableScope]
libcork-0.15.0/src/libcork/posix/files.c:122:1: style: Label 'error' is not used. [unusedLabel]
libcork-0.15.0/src/libcork/posix/files.c:149:1: style: Label 'error' is not used. [unusedLabel]
libcork-0.15.0/src/libcork/posix/files.c:161:1: style: Label 'error' is not used. [unusedLabel]
libcork-0.15.0/src/libcork/posix/files.c:486:1: style: Label 'error' is not used. [unusedLabel]
libcork-0.15.0/src/libcork/posix/files.c:738:1: style: Label 'error' is not used. [unusedLabel]
libcork-0.15.0/src/libcork/posix/files.c:796:1: style: Label 'error' is not used. [unusedLabel]
libcork-0.15.0/src/libcork/posix/files.c:835:1: style: Label 'error' is not used. [unusedLabel]
libcork-0.15.0/src/libcork/posix/subprocess.c:504:0: error: #error "Unknown thread yield implementation" [preprocessorErrorDirective]
libcork-0.15.0/tests/test-core.c:737:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
libcork-0.15.0/tests/test-core.c:744:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
libcork-0.15.0/tests/test-core.c:751:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
libcork-0.15.0/tests/test-hash-table.c:256:15: style: Variable 'old_key' is assigned a value that is never used. [unreadVariable]
libcork-0.15.0/tests/test-hash-table.c:257:17: style: Variable 'old_value' is assigned a value that is never used. [unreadVariable]
libcork-0.15.0/tests/test-hash-table.c:286:5: warning: The buffer 'key' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
libcork-0.15.0/tests/test-hash-table.c:293:5: warning: The buffer 'key' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
[14:12]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcorkipset/libcorkipset_1.1.1+20150311.orig.tar.xz
libcorkipset-1.1.1+20150311/src/libipset/bdd/read.c:289:3: style: Label 'error' is not used. [unusedLabel]
libcorkipset-1.1.1+20150311/src/libipset/bdd/write.c:220:3: style: Label 'error' is not used. [unusedLabel]
[14:12]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcoro-perl/libcoro-perl_6.520.orig.tar.gz
Coro-6.52/Coro/clone.c:83:9: style: The scope of the variable 'av' can be reduced. [variableScope]
Coro-6.52/Coro/libcoro/conftest.c:139:14: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
Coro-6.52/Coro/libcoro/conftest.c:139:14: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
Coro-6.52/Coro/libcoro/conftest.c:147:13: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
Coro-6.52/Coro/libcoro/conftest.c:39:12: style: union member 'alltypes::l' is never used. [unusedStructMember]
Coro-6.52/Coro/libcoro/conftest.c:40:12: style: union member 'alltypes::d' is never used. [unusedStructMember]
Coro-6.52/Coro/libcoro/conftest.c:41:12: style: union member 'alltypes::vp' is never used. [unusedStructMember]
Coro-6.52/Coro/libcoro/conftest.c:42:12: style: union member 'alltypes::fp' is never used. [unusedStructMember]
Coro-6.52/Coro/libcoro/conftest.c:43:12: style: union member 'alltypes::cp' is never used. [unusedStructMember]
Coro-6.52/Coro/libcoro/conftest.c:77:11: style: Unused variable: f [unusedVariable]
Coro-6.52/Coro/libcoro/coro.c:653:0: error: #error unsupported backend [preprocessorErrorDirective]
[14:12]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcoro-twiggy-perl/libcoro-twiggy-perl_0.03.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcorona-perl/libcorona-perl_0.1004.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcourriel-perl/libcourriel-perl_0.47.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcoverart/libcoverart_1.0.0+git20150706.orig.tar.xz
libcoverart/src/NeonWrappers.h:65:3: style: Technically the member function 'CNESessionWrapper::operatorbool' can be const. [functionConst]
libcoverart/src/NeonWrappers.h:92:3: style: Technically the member function 'CNERequestWrapper::operatorbool' can be const. [functionConst]
libcoverart/src/NeonWrappers.h:134:16: style: Technically the member function 'CNEURIWrapper::Port' can be const. [functionConst]
libcoverart/src/NeonWrappers.h:104:3: style: Class 'CNEURIWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcoverart/src/HTTPFetch.cc:156:3: style: Exception should be caught by reference. [catchExceptionByValue]
libcoverart/src/make-c-interface.cc:641:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
libcoverart/src/xmlParser.h:53:9: style: Class 'XMLNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcoverart/src/xmlParser.h:106:9: style: Class 'XMLAttribute' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcoverart/src/xmlParser.h:80:9: style: Class 'XMLRootNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcoverart/tests/ctest.c:79:2: style: Variable 'ImageData' is reassigned a value before the old one has been used. [redundantAssignment]
libcoverart/tests/ctest.c:78:2: note: Variable 'ImageData' is reassigned a value before the old one has been used.
libcoverart/tests/ctest.c:79:2: note: Variable 'ImageData' is reassigned a value before the old one has been used.
libcoverart/tests/ctest.c:80:2: style: Variable 'ImageData' is reassigned a value before the old one has been used. [redundantAssignment]
libcoverart/tests/ctest.c:79:2: note: Variable 'ImageData' is reassigned a value before the old one has been used.
libcoverart/tests/ctest.c:80:2: note: Variable 'ImageData' is reassigned a value before the old one has been used.
libcoverart/tests/ctest.c:81:2: style: Variable 'DummyResult' is reassigned a value before the old one has been used. [redundantAssignment]
libcoverart/tests/ctest.c:71:0: note: Variable 'DummyResult' is reassigned a value before the old one has been used.
libcoverart/tests/ctest.c:81:2: note: Variable 'DummyResult' is reassigned a value before the old one has been used.
libcoverart/tests/ctest.c:89:2: style: Variable 'DummyBool' is reassigned a value before the old one has been used. [redundantAssignment]
libcoverart/tests/ctest.c:88:2: note: Variable 'DummyBool' is reassigned a value before the old one has been used.
libcoverart/tests/ctest.c:89:2: note: Variable 'DummyBool' is reassigned a value before the old one has been used.
libcoverart/tests/ctest.c:91:2: style: Variable 'DummyInt' is reassigned a value before the old one has been used. [redundantAssignment]
libcoverart/tests/ctest.c:82:2: note: Variable 'DummyInt' is reassigned a value before the old one has been used.
libcoverart/tests/ctest.c:91:2: note: Variable 'DummyInt' is reassigned a value before the old one has been used.
libcoverart/tests/ctest.c:92:2: style: Variable 'DummyBool' is reassigned a value before the old one has been used. [redundantAssignment]
libcoverart/tests/ctest.c:89:2: note: Variable 'DummyBool' is reassigned a value before the old one has been used.
libcoverart/tests/ctest.c:92:2: note: Variable 'DummyBool' is reassigned a value before the old one has been used.
libcoverart/tests/ctest.c:97:2: style: Variable 'DummyBool' is reassigned a value before the old one has been used. [redundantAssignment]
libcoverart/tests/ctest.c:92:2: note: Variable 'DummyBool' is reassigned a value before the old one has been used.
libcoverart/tests/ctest.c:97:2: note: Variable 'DummyBool' is reassigned a value before the old one has been used.
libcoverart/tests/ctest.c:98:2: style: Variable 'DummyBool' is reassigned a value before the old one has been used. [redundantAssignment]
libcoverart/tests/ctest.c:97:2: note: Variable 'DummyBool' is reassigned a value before the old one has been used.
libcoverart/tests/ctest.c:98:2: note: Variable 'DummyBool' is reassigned a value before the old one has been used.
libcoverart/tests/ctest.c:102:2: style: Variable 'DummyInt' is reassigned a value before the old one has been used. [redundantAssignment]
libcoverart/tests/ctest.c:91:2: note: Variable 'DummyInt' is reassigned a value before the old one has been used.
libcoverart/tests/ctest.c:102:2: note: Variable 'DummyInt' is reassigned a value before the old one has been used.
libcoverart/tests/ctest.c:121:2: style: Variable 'DummyInt' is reassigned a value before the old one has been used. [redundantAssignment]
libcoverart/tests/ctest.c:102:2: note: Variable 'DummyInt' is reassigned a value before the old one has been used.
libcoverart/tests/ctest.c:121:2: note: Variable 'DummyInt' is reassigned a value before the old one has been used.
libcoverart/tests/ctest.c:126:2: style: Variable 'DummyInt' is reassigned a value before the old one has been used. [redundantAssignment]
libcoverart/tests/ctest.c:121:2: note: Variable 'DummyInt' is reassigned a value before the old one has been used.
libcoverart/tests/ctest.c:126:2: note: Variable 'DummyInt' is reassigned a value before the old one has been used.
libcoverart/tests/ctest.c:38:5: warning: Redundant assignment of 'Tmp' to itself. [selfAssignment]
libcoverart/tests/ctest.c:39:6: warning: Redundant assignment of 'Tmp2' to itself. [selfAssignment]
libcoverart/tests/ctest.c:131:10: warning: Redundant assignment of 'DummyInt' to itself. [selfAssignment]
libcoverart/tests/ctest.c:132:13: warning: Redundant assignment of 'DummyDouble' to itself. [selfAssignment]
libcoverart/tests/ctest.c:133:11: warning: Redundant assignment of 'DummyBool' to itself. [selfAssignment]
libcoverart/tests/ctest.c:134:11: warning: Redundant assignment of 'DummyData' to itself. [selfAssignment]
libcoverart/tests/ctest.c:135:13: warning: Redundant assignment of 'DummyResult' to itself. [selfAssignment]
libcoverart/tests/ctest.c:38:6: style: Variable 'Tmp' is assigned a value that is never used. [unreadVariable]
libcoverart/tests/ctest.c:122:8: style: Variable 'Image' is assigned a value that is never used. [unreadVariable]
libcoverart/tests/ctest.c:127:7: style: Variable 'Type' is assigned a value that is never used. [unreadVariable]
libcoverart/tests/ctest.c:131:11: style: Variable 'DummyInt' is assigned a value that is never used. [unreadVariable]
libcoverart/tests/ctest.c:132:14: style: Variable 'DummyDouble' is assigned a value that is never used. [unreadVariable]
libcoverart/tests/ctest.c:134:12: style: Variable 'DummyData' is assigned a value that is never used. [unreadVariable]
libcoverart/tests/ctest.c:133:12: style: Variable 'DummyBool' is assigned a value that is never used. [unreadVariable]
libcoverart/tests/ctest.c:135:14: style: Variable 'DummyResult' is assigned a value that is never used. [unreadVariable]
libcoverart/tests/test.cc:30:2: style: Exception should be caught by reference. [catchExceptionByValue]
[14:12]

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

ftp://ftp.se.debian.org/debian/pool/main/libc/libcoyotl/libcoyotl_3.1.0.orig.tar.gz
libcoyotl-3.1.0/libcoyotl/cmwc4096.cpp:86:14: style: Unused variable: result [unusedVariable]
libcoyotl-3.1.0/libcoyotl/prng.h:89:18: style: Technically the member function 'libcoyotl::prng::get_seed' can be const. [functionConst]
libcoyotl-3.1.0/libcoyotl/prng.h:154:27: note: Technically the member function 'libcoyotl::prng::get_seed' can be const.
libcoyotl-3.1.0/libcoyotl/prng.h:89:18: note: Technically the member function 'libcoyotl::prng::get_seed' can be const.
libcoyotl-3.1.0/libcoyotl/cmwc4096.h:75:9: style: Class 'cmwc4096' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcoyotl-3.1.0/libcoyotl/cmwc4096.h:82:22: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcoyotl-3.1.0/libcoyotl/prng.h:82:22: note: Virtual function in base class
libcoyotl-3.1.0/libcoyotl/cmwc4096.h:82:22: note: Function in derived class
libcoyotl-3.1.0/libcoyotl/cmwc4096.h:98:26: style: The function 'get_rand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcoyotl-3.1.0/libcoyotl/prng.h:96:26: note: Virtual function in base class
libcoyotl-3.1.0/libcoyotl/cmwc4096.h:98:26: note: Function in derived class
libcoyotl-3.1.0/libcoyotl/command_line.h:57:13: style: Struct 'option' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcoyotl-3.1.0/libcoyotl/crccalc.cpp:75:51: style: Function 'update' argument 1 names different: declaration 'a_data' definition 'data'. [funcArgNamesDifferent]
libcoyotl-3.1.0/libcoyotl/crccalc.h:88:47: note: Function 'update' argument 1 names different: declaration 'a_data' definition 'data'.
libcoyotl-3.1.0/libcoyotl/crccalc.cpp:75:51: note: Function 'update' argument 1 names different: declaration 'a_data' definition 'data'.
libcoyotl-3.1.0/libcoyotl/crccalc.cpp:75:64: style: Function 'update' argument 2 names different: declaration 'a_length' definition 'len'. [funcArgNamesDifferent]
libcoyotl-3.1.0/libcoyotl/crccalc.h:88:62: note: Function 'update' argument 2 names different: declaration 'a_length' definition 'len'.
libcoyotl-3.1.0/libcoyotl/crccalc.cpp:75:64: note: Function 'update' argument 2 names different: declaration 'a_length' definition 'len'.
libcoyotl-3.1.0/libcoyotl/crccalc.h:96:21: style: Technically the member function 'libcoyotl::crc_calculator::get_crc32' can be const. [functionConst]
libcoyotl-3.1.0/libcoyotl/kissrng.h:71:9: style: Class 'kissrng' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcoyotl-3.1.0/libcoyotl/kissrng.h:78:22: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcoyotl-3.1.0/libcoyotl/prng.h:82:22: note: Virtual function in base class
libcoyotl-3.1.0/libcoyotl/kissrng.h:78:22: note: Function in derived class
libcoyotl-3.1.0/libcoyotl/kissrng.h:94:26: style: The function 'get_rand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcoyotl-3.1.0/libcoyotl/prng.h:96:26: note: Virtual function in base class
libcoyotl-3.1.0/libcoyotl/kissrng.h:94:26: note: Function in derived class
libcoyotl-3.1.0/libcoyotl/maze.cpp:47:28: style: Function 'generate' argument 1 names different: declaration 'a_width' definition 'width'. [funcArgNamesDifferent]
libcoyotl-3.1.0/libcoyotl/maze.h:178:37: note: Function 'generate' argument 1 names different: declaration 'a_width' definition 'width'.
libcoyotl-3.1.0/libcoyotl/maze.cpp:47:28: note: Function 'generate' argument 1 names different: declaration 'a_width' definition 'width'.
libcoyotl-3.1.0/libcoyotl/maze.cpp:47:42: style: Function 'generate' argument 2 names different: declaration 'a_height' definition 'height'. [funcArgNamesDifferent]
libcoyotl-3.1.0/libcoyotl/maze.h:178:53: note: Function 'generate' argument 2 names different: declaration 'a_height' definition 'height'.
libcoyotl-3.1.0/libcoyotl/maze.cpp:47:42: note: Function 'generate' argument 2 names different: declaration 'a_height' definition 'height'.
libcoyotl-3.1.0/libcoyotl/maze.cpp:47:62: style: Function 'generate' argument 3 names different: declaration 'a_architect' definition 'architect'. [funcArgNamesDifferent]
libcoyotl-3.1.0/libcoyotl/maze.h:178:75: note: Function 'generate' argument 3 names different: declaration 'a_architect' definition 'architect'.
libcoyotl-3.1.0/libcoyotl/maze.cpp:47:62: note: Function 'generate' argument 3 names different: declaration 'a_architect' definition 'architect'.
libcoyotl-3.1.0/libcoyotl/maze.cpp:63:27: style: Function 'load' argument 1 names different: declaration 'a_source' definition 'source'. [funcArgNamesDifferent]
libcoyotl-3.1.0/libcoyotl/maze.h:186:41: note: Function 'load' argument 1 names different: declaration 'a_source' definition 'source'.
libcoyotl-3.1.0/libcoyotl/maze.cpp:63:27: note: Function 'load' argument 1 names different: declaration 'a_source' definition 'source'.
libcoyotl-3.1.0/libcoyotl/maze.cpp:86:19: style: Function 'maze' argument 1 names different: declaration 'a_width' definition 'width'. [funcArgNamesDifferent]
libcoyotl-3.1.0/libcoyotl/maze.h:275:21: note: Function 'maze' argument 1 names different: declaration 'a_width' definition 'width'.
libcoyotl-3.1.0/libcoyotl/maze.cpp:86:19: note: Function 'maze' argument 1 names different: declaration 'a_width' definition 'width'.
libcoyotl-3.1.0/libcoyotl/maze.cpp:86:33: style: Function 'maze' argument 2 names different: declaration 'a_height' definition 'height'. [funcArgNamesDifferent]
libcoyotl-3.1.0/libcoyotl/maze.h:275:37: note: Function 'maze' argument 2 names different: declaration 'a_height' definition 'height'.
libcoyotl-3.1.0/libcoyotl/maze.cpp:86:33: note: Function 'maze' argument 2 names different: declaration 'a_height' definition 'height'.
libcoyotl-3.1.0/libcoyotl/maze.cpp:204:35: style: Function 'deep_copy' argument 1 names different: declaration 'a_source' definition 'source'. [funcArgNamesDifferent]
libcoyotl-3.1.0/libcoyotl/maze.h:295:37: note: Function 'deep_copy' argument 1 names different: declaration 'a_source' definition 'source'.
libcoyotl-3.1.0/libcoyotl/maze.cpp:204:35: note: Function 'deep_copy' argument 1 names different: declaration 'a_source' definition 'source'.
libcoyotl-3.1.0/libcoyotl/maze.cpp:232:27: style: Function 'read' argument 1 names different: declaration 'a_source' definition 'source'. [funcArgNamesDifferent]
libcoyotl-3.1.0/libcoyotl/maze.h:302:34: note: Function 'read' argument 1 names different: declaration 'a_source' definition 'source'.
libcoyotl-3.1.0/libcoyotl/maze.cpp:232:27: note: Function 'read' argument 1 names different: declaration 'a_source' definition 'source'.
libcoyotl-3.1.0/libcoyotl/maze.cpp:276:25: style: Function 'maze' argument 1 names different: declaration 'a_source' definition 'source'. [funcArgNamesDifferent]
libcoyotl-3.1.0/libcoyotl/maze.h:193:27: note: Function 'maze' argument 1 names different: declaration 'a_source' definition 'source'.
libcoyotl-3.1.0/libcoyotl/maze.cpp:276:25: note: Function 'maze' argument 1 names different: declaration 'a_source' definition 'source'.
libcoyotl-3.1.0/libcoyotl/maze.cpp:288:39: style: Function 'operator=' argument 1 names different: declaration 'a_source' definition 'source'. [funcArgNamesDifferent]
libcoyotl-3.1.0/libcoyotl/maze.h:200:41: note: Function 'operator=' argument 1 names different: declaration 'a_source' definition 'source'.
libcoyotl-3.1.0/libcoyotl/maze.cpp:288:39: note: Function 'operator=' argument 1 names different: declaration 'a_source' definition 'source'.
libcoyotl-3.1.0/libcoyotl/maze.cpp:307:34: style: Function 'get_cell' argument 1 names different: declaration 'a_col' definition 'col'. [funcArgNamesDifferent]
libcoyotl-3.1.0/libcoyotl/maze.h:264:30: note: Function 'get_cell' argument 1 names different: declaration 'a_col' definition 'col'.
libcoyotl-3.1.0/libcoyotl/maze.cpp:307:34: note: Function 'get_cell' argument 1 names different: declaration 'a_col' definition 'col'.
libcoyotl-3.1.0/libcoyotl/maze.cpp:307:46: style: Function 'get_cell' argument 2 names different: declaration 'a_row' definition 'row'. [funcArgNamesDifferent]
libcoyotl-3.1.0/libcoyotl/maze.h:264:44: note: Function 'get_cell' argument 2 names different: declaration 'a_row' definition 'row'.
libcoyotl-3.1.0/libcoyotl/maze.cpp:307:46: note: Function 'get_cell' argument 2 names different: declaration 'a_row' definition 'row'.
libcoyotl-3.1.0/libcoyotl/maze.cpp:316:27: style: Function 'save' argument 1 names different: declaration 'a_receiver' definition 'receiver'. [funcArgNamesDifferent]
libcoyotl-3.1.0/libcoyotl/maze.h:215:34: note: Function 'save' argument 1 names different: declaration 'a_receiver' definition 'receiver'.
libcoyotl-3.1.0/libcoyotl/maze.cpp:316:27: note: Function 'save' argument 1 names different: declaration 'a_receiver' definition 'receiver'.
libcoyotl-3.1.0/libcoyotl/maze.cpp:375:31: style: Function 'cell' argument 1 names different: declaration 'a_source' definition 'source'. [funcArgNamesDifferent]
libcoyotl-3.1.0/libcoyotl/maze.h:111:31: note: Function 'cell' argument 1 names different: declaration 'a_source' definition 'source'.
libcoyotl-3.1.0/libcoyotl/maze.cpp:375:31: note: Function 'cell' argument 1 names different: declaration 'a_source' definition 'source'.
libcoyotl-3.1.0/libcoyotl/maze.cpp:382:51: style: Function 'operator=' argument 1 names different: declaration 'a_source' definition 'source'. [funcArgNamesDifferent]
libcoyotl-3.1.0/libcoyotl/maze.h:119:45: note: Function 'operator=' argument 1 names different: declaration 'a_source' definition 'source'.
libcoyotl-3.1.0/libcoyotl/maze.cpp:382:51: note: Function 'operator=' argument 1 names different: declaration 'a_source' definition 'source'.
libcoyotl-3.1.0/libcoyotl/maze_recursive.h:58:9: style: Class 'recursive_maze_architect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcoyotl-3.1.0/libcoyotl/maze_renderer.cpp:69:19: style: The scope of the variable 'y' can be reduced. [variableScope]
libcoyotl-3.1.0/libcoyotl/maze_renderer.cpp:59:5: style: Class 'image' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
libcoyotl-3.1.0/libcoyotl/maze_renderer.cpp:59:5: style: Class 'image' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
libcoyotl-3.1.0/libcoyotl/mtwister.cpp:90:14: style: The scope of the variable 'kk' can be reduced. [variableScope]
libcoyotl-3.1.0/libcoyotl/mtwister.cpp:48:11: warning: Member variable 'mtwister::m_multiplier' is not initialized in the constructor. [uninitMemberVar]
libcoyotl-3.1.0/libcoyotl/mtwister.cpp:56:11: warning: Member variable 'mtwister::m_multiplier' is not initialized in the constructor. [uninitMemberVar]
libcoyotl-3.1.0/libcoyotl/mtwister.h:97:9: style: Class 'mtwister' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcoyotl-3.1.0/libcoyotl/mtwister.h:104:22: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcoyotl-3.1.0/libcoyotl/prng.h:82:22: note: Virtual function in base class
libcoyotl-3.1.0/libcoyotl/mtwister.h:104:22: note: Function in derived class
libcoyotl-3.1.0/libcoyotl/mtwister.h:120:18: style: The function 'get_rand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcoyotl-3.1.0/libcoyotl/prng.h:96:26: note: Virtual function in base class
libcoyotl-3.1.0/libcoyotl/mtwister.h:120:18: note: Function in derived class
libcoyotl-3.1.0/libcoyotl/mwc1038.h:101:9: style: Class 'mwc1038' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcoyotl-3.1.0/libcoyotl/mwc1038.h:108:22: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcoyotl-3.1.0/libcoyotl/prng.h:82:22: note: Virtual function in base class
libcoyotl-3.1.0/libcoyotl/mwc1038.h:108:22: note: Function in derived class
libcoyotl-3.1.0/libcoyotl/mwc1038.h:124:26: style: The function 'get_rand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcoyotl-3.1.0/libcoyotl/prng.h:96:26: note: Virtual function in base class
libcoyotl-3.1.0/libcoyotl/mwc1038.h:124:26: note: Function in derived class
libcoyotl-3.1.0/libcoyotl/mwc256.cpp:86:14: style: Unused variable: result [unusedVariable]
libcoyotl-3.1.0/libcoyotl/mwc256.h:73:9: style: Class 'mwc256' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcoyotl-3.1.0/libcoyotl/mwc256.h:80:22: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcoyotl-3.1.0/libcoyotl/prng.h:82:22: note: Virtual function in base class
libcoyotl-3.1.0/libcoyotl/mwc256.h:80:22: note: Function in derived class
libcoyotl-3.1.0/libcoyotl/mwc256.h:96:26: style: The function 'get_rand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
libcoyotl-3.1.0/libcoyotl/prng.h:96:26: note: Virtual function in base class
libcoyotl-3.1.0/libcoyotl/mwc256.h:96:26: note: Function in derived class
libcoyotl-3.1.0/libcoyotl/realutil.cpp:69:19: style: The scope of the variable 'temp' can be reduced. [variableScope]
libcoyotl-3.1.0/test/test_maze.cpp:93:9: style: The scope of the variable 'width' can be reduced. [variableScope]
libcoyotl-3.1.0/test/test_maze.cpp:94:9: style: The scope of the variable 'height' can be reduced. [variableScope]
libcoyotl-3.1.0/test/test_maze.cpp:95:9: style: The scope of the variable 'grid_size' can be reduced. [variableScope]
libcoyotl-3.1.0/test/test_prng.cpp:17:18: style: Unused variable: count [unusedVariable]
libcoyotl-3.1.0/test/test_prng.cpp:17:25: style: Unused variable: total [unusedVariable]
libcoyotl-3.1.0/test/test_prng.cpp:18:12: style: Unused variable: n [unusedVariable]
libcoyotl-3.1.0/test/test_prng.cpp:18:15: style: Unused variable: l [unusedVariable]
libcoyotl-3.1.0/test/test_prng.cpp:18:18: style: Unused variable: s [unusedVariable]
libcoyotl-3.1.0/test/test_prng.cpp:19:9: style: Unused variable: counts [unusedVariable]
libcoyotl-3.1.0/test/test_prng.cpp:115:26: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
[14:12]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcpan-changes-perl/libcpan-changes-perl_0.400002.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcpan-checksums-perl/libcpan-checksums-perl_2.12.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcpan-distnameinfo-perl/libcpan-distnameinfo-perl_0.12.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcpan-inject-perl/libcpan-inject-perl_1.14.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcpan-meta-check-perl/libcpan-meta-check-perl_0.014.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcpan-meta-perl/libcpan-meta-perl_2.150010.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcpan-meta-requirements-perl/libcpan-meta-requirements-perl_2.140.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcpan-meta-yaml-perl/libcpan-meta-yaml-perl_0.018.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcpan-mini-inject-perl/libcpan-mini-inject-perl_0.35.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcpan-mini-perl/libcpan-mini-perl_1.111016.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcpan-perl-releases-perl/libcpan-perl-releases-perl_3.74.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcpan-reporter-perl/libcpan-reporter-perl_1.2018.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcpan-reporter-smoker-perl/libcpan-reporter-smoker-perl_0.29.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcpan-sqlite-perl/libcpan-sqlite-perl_0.212.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcpan-uploader-perl/libcpan-uploader-perl_0.103013.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcpandb-perl/libcpandb-perl_0.18.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcpanel-json-xs-perl/libcpanel-json-xs-perl_4.05.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcpanplus-dist-build-perl/libcpanplus-dist-build-perl_0.90.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcpanplus-perl/libcpanplus-perl_0.9176.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcps-perl/libcps-perl_0.18.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcpuset/libcpuset_1.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/libc/libcql-parser-perl/libcql-parser-perl_1.12.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrcutil/libcrcutil_1.0.orig.tar.gz
crcutil-1.0/code/gf_util.h:39:3: warning: Member variable 'GfUtil::crc_bytes_' is not initialized in the constructor. [uninitMemberVar]
crcutil-1.0/code/gf_util.h:39:3: warning: Member variable 'GfUtil::degree_' is not initialized in the constructor. [uninitMemberVar]
crcutil-1.0/tests/unittest.h:614:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
crcutil-1.0/tests/unittest.h:620:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
crcutil-1.0/tests/unittest.h:219:12: warning: Member variable 'PerfTestState::test_' is not initialized in the constructor. [uninitMemberVar]
crcutil-1.0/tests/unittest.h:337:5: style: The class 'CrcTest' does not have a constructor although it has private member variables. [noConstructor]
crcutil-1.0/tests/unittest.h:910:3: warning: Member variable 'CrcVerifier::aligned_memory_' is not initialized in the constructor. [uninitMemberVar]
crcutil-1.0/tests/unittest.h:910:3: warning: Member variable 'CrcVerifier::factory_' is not initialized in the constructor. [uninitMemberVar]
crcutil-1.0/tests/unittest.h:1037:3: warning: Member variable 'CrcVerifierFactory::class_title_' is not initialized in the constructor. [uninitMemberVarPrivate]
crcutil-1.0/tests/unittest.h:1037:3: warning: Member variable 'CrcVerifierFactory::degree_' is not initialized in the constructor. [uninitMemberVarPrivate]
crcutil-1.0/tests/unittest.h:1037:3: warning: Member variable 'CrcVerifierFactory::constant_' is not initialized in the constructor. [uninitMemberVarPrivate]
crcutil-1.0/tests/unittest.h:1037:3: warning: Member variable 'CrcVerifierFactory::test_performance_' is not initialized in the constructor. [uninitMemberVarPrivate]
crcutil-1.0/tests/unittest.h:1037:3: warning: Member variable 'CrcVerifierFactory::multiword_only_' is not initialized in the constructor. [uninitMemberVarPrivate]
crcutil-1.0/tests/unittest.h:190:8: performance: Technically the member function 'crcutil::AlgSorter::PrintBestCrc' can be static. [functionStatic]
crcutil-1.0/tests/unittest.h:613:16: style: The function 'TestFunctionality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
crcutil-1.0/tests/unittest.h:135:16: note: Virtual function in base class
crcutil-1.0/tests/unittest.h:613:16: note: Function in derived class
crcutil-1.0/tests/unittest.h:859:8: style: The function 'TestPerformance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
crcutil-1.0/tests/unittest.h:136:16: note: Virtual function in base class
crcutil-1.0/tests/unittest.h:859:8: note: Function in derived class
crcutil-1.0/tests/unittest.h:1018:33: style: The function 'Create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
crcutil-1.0/tests/unittest.h:894:33: note: Virtual function in base class
crcutil-1.0/tests/unittest.h:1018:33: note: Function in derived class
crcutil-1.0/tests/unittest.h:1028:18: style: The function 'TellMemoryBytesNeeded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
crcutil-1.0/tests/unittest.h:895:18: note: Virtual function in base class
crcutil-1.0/tests/unittest.h:1028:18: note: Function in derived class
crcutil-1.0/tests/unittest.h:1032:15: style: The function 'class_title' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
crcutil-1.0/tests/unittest.h:896:23: note: Virtual function in base class
crcutil-1.0/tests/unittest.h:1032:15: note: Function in derived class
crcutil-1.0/tests/unittest.h:1033:8: style: The function 'test_performance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
crcutil-1.0/tests/unittest.h:897:16: note: Virtual function in base class
crcutil-1.0/tests/unittest.h:1033:8: note: Function in derived class
crcutil-1.0/tests/unittest.h:1034:8: style: The function 'multiword_only' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
crcutil-1.0/tests/unittest.h:898:16: note: Virtual function in base class
crcutil-1.0/tests/unittest.h:1034:8: note: Function in derived class
[14:12]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcriticism-perl/libcriticism-perl_1.02.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcroco/libcroco_0.6.8.orig.tar.xz
libcroco-0.6.8/csslint/csslint.c:435:13: style: Condition 'context' is always false [knownConditionTrueFalse]
libcroco-0.6.8/csslint/csslint.c:430:38: note: Assignment 'context=NULL', assigned value is 0
libcroco-0.6.8/csslint/csslint.c:435:13: note: Condition 'context' is always false
libcroco-0.6.8/csslint/csslint.c:799:13: style: Condition 'context' is always false [knownConditionTrueFalse]
libcroco-0.6.8/csslint/csslint.c:792:38: note: Assignment 'context=NULL', assigned value is 0
libcroco-0.6.8/csslint/csslint.c:799:13: note: Condition 'context' is always false
libcroco-0.6.8/csslint/csslint.c:830:13: style: Condition 'context' is always false [knownConditionTrueFalse]
libcroco-0.6.8/csslint/csslint.c:825:38: note: Assignment 'context=NULL', assigned value is 0
libcroco-0.6.8/csslint/csslint.c:830:13: note: Condition 'context' is always false
libcroco-0.6.8/csslint/csslint.c:251:9: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/csslint/csslint.c:246:0: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/csslint/csslint.c:251:9: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/csslint/csslint.c:252:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/csslint/csslint.c:245:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/csslint/csslint.c:252:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/csslint/csslint.c:276:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/csslint/csslint.c:271:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/csslint/csslint.c:276:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/csslint/csslint.c:327:9: style: Variable 'xml_doc' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/csslint/csslint.c:314:0: note: Variable 'xml_doc' is reassigned a value before the old one has been used.
libcroco-0.6.8/csslint/csslint.c:327:9: note: Variable 'xml_doc' is reassigned a value before the old one has been used.
libcroco-0.6.8/csslint/csslint.c:419:9: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/csslint/csslint.c:415:0: note: Variable 'context' is reassigned a value before the old one has been used.
libcroco-0.6.8/csslint/csslint.c:419:9: note: Variable 'context' is reassigned a value before the old one has been used.
libcroco-0.6.8/csslint/csslint.c:450:9: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/csslint/csslint.c:446:0: note: Variable 'str' is reassigned a value before the old one has been used.
libcroco-0.6.8/csslint/csslint.c:450:9: note: Variable 'str' is reassigned a value before the old one has been used.
libcroco-0.6.8/csslint/csslint.c:495:9: style: Variable 'gstr' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/csslint/csslint.c:490:0: note: Variable 'gstr' is reassigned a value before the old one has been used.
libcroco-0.6.8/csslint/csslint.c:495:9: note: Variable 'gstr' is reassigned a value before the old one has been used.
libcroco-0.6.8/csslint/csslint.c:739:9: style: Variable 'str0' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/csslint/csslint.c:734:0: note: Variable 'str0' is reassigned a value before the old one has been used.
libcroco-0.6.8/csslint/csslint.c:739:9: note: Variable 'str0' is reassigned a value before the old one has been used.
libcroco-0.6.8/csslint/csslint.c:845:9: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/csslint/csslint.c:842:0: note: Variable 'str' is reassigned a value before the old one has been used.
libcroco-0.6.8/csslint/csslint.c:845:9: note: Variable 'str' is reassigned a value before the old one has been used.
libcroco-0.6.8/csslint/csslint.c:910:9: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/csslint/csslint.c:906:0: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/csslint/csslint.c:910:9: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/csslint/csslint.c:384:34: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
libcroco-0.6.8/csslint/csslint.c:977:34: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
libcroco-0.6.8/src/cr-additional-sel.c:50:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-additional-sel.c:48:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-additional-sel.c:50:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-additional-sel.c:75:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-additional-sel.c:73:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-additional-sel.c:75:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-additional-sel.c:241:9: style: Variable 'str_buf' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-additional-sel.c:236:0: note: Variable 'str_buf' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-additional-sel.c:241:9: note: Variable 'str_buf' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-additional-sel.c:291:41: style: Variable 'tmp_str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-additional-sel.c:289:0: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-additional-sel.c:291:41: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-additional-sel.c:309:33: style: Variable 'tmp_str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-additional-sel.c:306:0: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-additional-sel.c:309:33: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-additional-sel.c:342:9: style: Variable 'str_buf' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-additional-sel.c:338:0: note: Variable 'str_buf' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-additional-sel.c:342:9: note: Variable 'str_buf' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-additional-sel.c:391:25: style: Variable 'tmp_str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-additional-sel.c:389:0: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-additional-sel.c:391:25: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-additional-sel.c:409:25: style: Variable 'tmp_str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-additional-sel.c:406:0: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-additional-sel.c:409:25: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-attr-sel.c:232:17: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libcroco-0.6.8/src/cr-attr-sel.c:46:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-attr-sel.c:44:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-attr-sel.c:46:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-attr-sel.c:116:9: style: Variable 'str_buf' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-attr-sel.c:112:0: note: Variable 'str_buf' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-attr-sel.c:116:9: note: Variable 'str_buf' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-attr-sel.c:126:25: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-attr-sel.c:124:0: note: Variable 'name' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-attr-sel.c:126:25: note: Variable 'name' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-attr-sel.c:138:25: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-attr-sel.c:136:0: note: Variable 'value' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-attr-sel.c:138:25: note: Variable 'value' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-attr-sel.c:193:9: style: Variable 'tmp_str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-attr-sel.c:189:0: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-attr-sel.c:193:9: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-cascade.c:69:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-cascade.c:67:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-cascade.c:69:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-declaration.c:51:9: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-declaration.c:47:0: note: Variable 'str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-declaration.c:51:9: note: Variable 'str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-declaration.c:197:9: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-declaration.c:191:0: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-declaration.c:197:9: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-declaration.c:199:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-declaration.c:186:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-declaration.c:199:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-declaration.c:509:2: style: Variable 'stringue' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-declaration.c:502:0: note: Variable 'stringue' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-declaration.c:509:2: note: Variable 'stringue' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-declaration.c:528:25: style: Variable 'value_str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-declaration.c:526:0: note: Variable 'value_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-declaration.c:528:25: note: Variable 'value_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-declaration.c:578:9: style: Variable 'stringue' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-declaration.c:572:0: note: Variable 'stringue' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-declaration.c:578:9: note: Variable 'stringue' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-declaration.c:617:9: style: Variable 'stringue' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-declaration.c:611:0: note: Variable 'stringue' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-declaration.c:617:9: note: Variable 'stringue' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-declaration.c:702:49: style: Function 'cr_declaration_get_by_prop_name' argument 2 names different: declaration 'a_str' definition 'a_prop'. [funcArgNamesDifferent]
libcroco-0.6.8/src/cr-declaration.h:116:22: note: Function 'cr_declaration_get_by_prop_name' argument 2 names different: declaration 'a_str' definition 'a_prop'.
libcroco-0.6.8/src/cr-declaration.c:702:49: note: Function 'cr_declaration_get_by_prop_name' argument 2 names different: declaration 'a_str' definition 'a_prop'.
libcroco-0.6.8/src/cr-doc-handler.c:74:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-doc-handler.c:72:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-doc-handler.c:74:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-enc-handler.c:121:9: style: Variable 'alias_name_up' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-enc-handler.c:116:0: note: Variable 'alias_name_up' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-enc-handler.c:121:9: note: Variable 'alias_name_up' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-fonts.c:158:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-fonts.c:156:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-fonts.c:158:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-fonts.c:339:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-fonts.c:337:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-fonts.c:339:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-fonts.c:925:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-fonts.c:923:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-fonts.c:925:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-fonts.c:777:20: style: Same expression on both sides of '||'. [duplicateExpression]
libcroco-0.6.8/src/cr-input.c:93:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-input.c:91:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-input.c:93:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-input.c:141:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-input.c:134:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-input.c:141:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-input.c:210:9: style: Variable 'file_ptr' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-input.c:200:0: note: Variable 'file_ptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-input.c:210:9: note: Variable 'file_ptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-num.c:48:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-num.c:46:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-num.c:48:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-num.c:75:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-num.c:73:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-num.c:75:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-num.c:105:9: style: Variable 'test_val' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-num.c:97:0: note: Variable 'test_val' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-num.c:105:9: note: Variable 'test_val' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-num.c:244:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-num.c:239:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-num.c:244:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-num.c:247:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-num.c:240:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-num.c:247:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:410:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libcroco-0.6.8/src/cr-om-parser.c:411:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libcroco-0.6.8/src/cr-om-parser.c:473:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libcroco-0.6.8/src/cr-om-parser.c:533:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libcroco-0.6.8/src/cr-om-parser.c:607:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libcroco-0.6.8/src/cr-om-parser.c:1114:17: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libcroco-0.6.8/src/cr-om-parser.c:836:14: warning: Either the condition 'if(parser)' is redundant or there is possible null pointer dereference: a_this. [nullPointerRedundantCheck]
libcroco-0.6.8/src/cr-om-parser.c:893:12: note: Assuming that condition 'if(parser)' is not redundant
libcroco-0.6.8/src/cr-om-parser.c:890:42: note: Calling function 'cr_om_parser_parse_buf', 1st argument 'a_this' value is 0
libcroco-0.6.8/src/cr-om-parser.c:836:14: note: Null pointer dereference
libcroco-0.6.8/src/cr-om-parser.c:840:39: warning: Either the condition 'if(parser)' is redundant or there is possible null pointer dereference: a_this. [nullPointerRedundantCheck]
libcroco-0.6.8/src/cr-om-parser.c:893:12: note: Assuming that condition 'if(parser)' is not redundant
libcroco-0.6.8/src/cr-om-parser.c:890:42: note: Calling function 'cr_om_parser_parse_buf', 1st argument 'a_this' value is 0
libcroco-0.6.8/src/cr-om-parser.c:840:39: note: Null pointer dereference
libcroco-0.6.8/src/cr-om-parser.c:925:14: warning: Either the condition 'if(parser)' is redundant or there is possible null pointer dereference: a_this. [nullPointerRedundantCheck]
libcroco-0.6.8/src/cr-om-parser.c:982:12: note: Assuming that condition 'if(parser)' is not redundant
libcroco-0.6.8/src/cr-om-parser.c:980:43: note: Calling function 'cr_om_parser_parse_file', 1st argument 'a_this' value is 0
libcroco-0.6.8/src/cr-om-parser.c:925:14: note: Null pointer dereference
libcroco-0.6.8/src/cr-om-parser.c:930:40: warning: Either the condition 'if(parser)' is redundant or there is possible null pointer dereference: a_this. [nullPointerRedundantCheck]
libcroco-0.6.8/src/cr-om-parser.c:982:12: note: Assuming that condition 'if(parser)' is not redundant
libcroco-0.6.8/src/cr-om-parser.c:980:43: note: Calling function 'cr_om_parser_parse_file', 1st argument 'a_this' value is 0
libcroco-0.6.8/src/cr-om-parser.c:930:40: note: Null pointer dereference
libcroco-0.6.8/src/cr-om-parser.c:116:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:114:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:116:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:152:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:146:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:152:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:198:9: style: Variable 'ctxt' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:193:0: note: Variable 'ctxt' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:198:9: note: Variable 'ctxt' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:201:9: style: Variable 'stylesheet' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:194:0: note: Variable 'stylesheet' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:201:9: note: Variable 'stylesheet' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:217:2: style: Variable 'ctxtptr' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:212:0: note: Variable 'ctxtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:217:2: note: Variable 'ctxtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:218:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:210:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:218:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:239:2: style: Variable 'ctxtptr' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:233:0: note: Variable 'ctxtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:239:2: note: Variable 'ctxtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:240:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:231:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:240:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:247:9: style: Variable 'stmts' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:234:0: note: Variable 'stmts' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:247:9: note: Variable 'stmts' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:279:2: style: Variable 'ctxtptr' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:276:0: note: Variable 'ctxtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:279:2: note: Variable 'ctxtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:280:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:274:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:280:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:314:2: style: Variable 'ctxtptr' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:311:0: note: Variable 'ctxtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:314:2: note: Variable 'ctxtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:315:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:305:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:315:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:319:9: style: Variable 'charset' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:308:0: note: Variable 'charset' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:319:9: note: Variable 'charset' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:320:9: style: Variable 'stmt' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:306:0: note: Variable 'stmt' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:320:9: note: Variable 'stmt' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:322:9: style: Variable 'stmt2' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:307:0: note: Variable 'stmt2' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:322:9: note: Variable 'stmt2' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:348:2: style: Variable 'ctxtptr' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:345:0: note: Variable 'ctxtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:348:2: note: Variable 'ctxtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:349:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:343:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:349:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:390:2: style: Variable 'ctxtptr' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:386:0: note: Variable 'ctxtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:390:2: note: Variable 'ctxtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:391:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:384:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:391:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:397:9: style: Variable 'stmt' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:387:0: note: Variable 'stmt' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:397:9: note: Variable 'stmt' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:425:2: style: Variable 'ctxtptr' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:421:0: note: Variable 'ctxtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:425:2: note: Variable 'ctxtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:426:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:419:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:426:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:453:2: style: Variable 'ctxtptr' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:449:0: note: Variable 'ctxtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:453:2: note: Variable 'ctxtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:454:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:447:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:454:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:461:9: style: Variable 'stmts' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:450:0: note: Variable 'stmts' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:461:9: note: Variable 'stmts' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:492:2: style: Variable 'ctxtptr' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:488:0: note: Variable 'ctxtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:492:2: note: Variable 'ctxtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:493:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:483:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:493:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:497:9: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:484:0: note: Variable 'uri' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:497:9: note: Variable 'uri' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:544:2: style: Variable 'ctxtptr' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:541:0: note: Variable 'ctxtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:544:2: note: Variable 'ctxtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:545:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:539:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:545:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:565:2: style: Variable 'ctxtptr' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:562:0: note: Variable 'ctxtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:565:2: note: Variable 'ctxtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:566:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:560:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:566:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:576:25: style: Variable 'media_rule' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:574:0: note: Variable 'media_rule' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:576:25: note: Variable 'media_rule' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:624:2: style: Variable 'ctxtptr' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:618:0: note: Variable 'ctxtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:624:2: note: Variable 'ctxtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:625:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:616:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:625:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:723:2: style: Variable 'ctxtptr' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:720:0: note: Variable 'ctxtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:723:2: note: Variable 'ctxtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:724:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:718:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:724:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:740:2: style: Variable 'ctxtptr' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:738:0: note: Variable 'ctxtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:740:2: note: Variable 'ctxtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:741:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:736:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:741:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:772:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:769:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:772:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:851:3: style: Variable 'resultptr' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:845:0: note: Variable 'resultptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:851:3: note: Variable 'resultptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:883:9: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:880:0: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:883:9: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:941:3: style: Variable 'resultptr' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:935:0: note: Variable 'resultptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:941:3: note: Variable 'resultptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:973:9: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:970:0: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:973:9: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:1073:9: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-om-parser.c:1071:0: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:1073:9: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-om-parser.c:340:24: style: Function 'start_page' argument 3 names different: declaration 'a_pseudo_page' definition 'a_pseudo'. [funcArgNamesDifferent]
libcroco-0.6.8/src/cr-om-parser.c:82:36: note: Function 'start_page' argument 3 names different: declaration 'a_pseudo_page' definition 'a_pseudo'.
libcroco-0.6.8/src/cr-om-parser.c:340:24: note: Function 'start_page' argument 3 names different: declaration 'a_pseudo_page' definition 'a_pseudo'.
libcroco-0.6.8/src/cr-parser.c:4524:17: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libcroco-0.6.8/src/cr-parser.c:1805:29: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
libcroco-0.6.8/src/cr-parser.c:1799:28: note: outer condition: token
libcroco-0.6.8/src/cr-parser.c:1805:29: note: identical inner condition: token
libcroco-0.6.8/src/cr-parser.c:418:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-parser.c:416:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:418:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:528:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-parser.c:522:0: note: Variable 'error' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:528:9: note: Variable 'error' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:1521:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-parser.c:1511:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:1521:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:1565:17: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-parser.c:1562:17: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:1565:17: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:1727:25: style: Variable 'add_sel' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-parser.c:1725:0: note: Variable 'add_sel' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:1727:25: note: Variable 'add_sel' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:1753:33: style: Variable 'add_sel' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-parser.c:1751:0: note: Variable 'add_sel' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:1753:33: note: Variable 'add_sel' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:1846:33: style: Variable 'add_sel' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-parser.c:1844:0: note: Variable 'add_sel' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:1846:33: note: Variable 'add_sel' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:2221:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-parser.c:2216:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:2221:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:2252:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-parser.c:2246:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:2252:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:2280:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-parser.c:2274:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:2280:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:2756:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-parser.c:2753:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:2756:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:2794:9: style: Variable 'input' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-parser.c:2790:0: note: Variable 'input' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:2794:9: note: Variable 'input' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:2797:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-parser.c:2789:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:2797:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:2842:9: style: Variable 'tokenizer' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-parser.c:2840:0: note: Variable 'tokenizer' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:2842:9: note: Variable 'tokenizer' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:2915:9: style: Variable 'default_sac_handler' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-parser.c:2910:0: note: Variable 'default_sac_handler' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:2915:9: note: Variable 'default_sac_handler' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:2919:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-parser.c:2911:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:2919:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:2986:9: style: Variable 'tknzr' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-parser.c:2981:0: note: Variable 'tknzr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:2986:9: note: Variable 'tknzr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:2990:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-parser.c:2980:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:2990:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:4477:9: style: Variable 'tknzr' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-parser.c:4472:0: note: Variable 'tknzr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:4477:9: note: Variable 'tknzr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:4481:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-parser.c:4471:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parser.c:4481:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parsing-location.c:46:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-parsing-location.c:44:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parsing-location.c:46:2: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parsing-location.c:151:2: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-parsing-location.c:148:0: note: Variable 'str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-parsing-location.c:151:2: note: Variable 'str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-prop-list.c:51:17: warning: Either the condition '!result' is redundant or there is possible null pointer dereference: result. [nullPointerRedundantCheck]
libcroco-0.6.8/src/cr-prop-list.c:53:13: note: Assuming that condition '!result' is not redundant
libcroco-0.6.8/src/cr-prop-list.c:51:17: note: Null pointer dereference
libcroco-0.6.8/src/cr-prop-list.c:52:9: warning: Either the condition '!result' is redundant or there is possible null pointer dereference: result. [nullPointerRedundantCheck]
libcroco-0.6.8/src/cr-prop-list.c:53:13: note: Assuming that condition '!result' is not redundant
libcroco-0.6.8/src/cr-prop-list.c:52:9: note: Null pointer dereference
libcroco-0.6.8/src/cr-prop-list.c:46:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-prop-list.c:44:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-prop-list.c:46:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-prop-list.c:117:9: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-prop-list.c:112:0: note: Variable 'list' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-prop-list.c:117:9: note: Variable 'list' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-prop-list.c:123:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-prop-list.c:113:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-prop-list.c:123:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-prop-list.c:173:9: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-prop-list.c:167:0: note: Variable 'list' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-prop-list.c:173:9: note: Variable 'list' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-prop-list.c:177:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-prop-list.c:168:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-prop-list.c:177:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-prop-list.c:136:57: style: Function 'cr_prop_list_prepend' argument 2 names different: declaration 'a_to_append' definition 'a_to_prepend'. [funcArgNamesDifferent]
libcroco-0.6.8/src/cr-prop-list.h:47:20: note: Function 'cr_prop_list_prepend' argument 2 names different: declaration 'a_to_append' definition 'a_to_prepend'.
libcroco-0.6.8/src/cr-prop-list.c:136:57: note: Function 'cr_prop_list_prepend' argument 2 names different: declaration 'a_to_append' definition 'a_to_prepend'.
libcroco-0.6.8/src/cr-prop-list.c:165:35: style: Function 'cr_prop_list_prepend2' argument 2 names different: declaration 'a_prop' definition 'a_prop_name'. [funcArgNamesDifferent]
libcroco-0.6.8/src/cr-prop-list.h:50:20: note: Function 'cr_prop_list_prepend2' argument 2 names different: declaration 'a_prop' definition 'a_prop_name'.
libcroco-0.6.8/src/cr-prop-list.c:165:35: note: Function 'cr_prop_list_prepend2' argument 2 names different: declaration 'a_prop' definition 'a_prop_name'.
libcroco-0.6.8/src/cr-pseudo.c:42:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-pseudo.c:40:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-pseudo.c:42:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-pseudo.c:62:9: style: Variable 'str_buf' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-pseudo.c:58:0: note: Variable 'str_buf' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-pseudo.c:62:9: note: Variable 'str_buf' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-rgb.c:196:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-rgb.c:194:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-rgb.c:196:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-rgb.c:226:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-rgb.c:224:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-rgb.c:226:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-rgb.c:253:9: style: Variable 'str_buf' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-rgb.c:251:0: note: Variable 'str_buf' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-rgb.c:253:9: note: Variable 'str_buf' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-rgb.c:300:9: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-rgb.c:296:0: note: Variable 'str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-rgb.c:300:9: note: Variable 'str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-rgb.c:658:2: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-rgb.c:653:0: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-rgb.c:658:2: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-rgb.c:663:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-rgb.c:651:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-rgb.c:663:2: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-rgb.c:501:57: style: Function 'cr_rgb_set_from_hex_str' argument 2 names different: declaration 'a_hex_value' definition 'a_hex'. [funcArgNamesDifferent]
libcroco-0.6.8/src/cr-rgb.h:80:70: note: Function 'cr_rgb_set_from_hex_str' argument 2 names different: declaration 'a_hex_value' definition 'a_hex'.
libcroco-0.6.8/src/cr-rgb.c:501:57: note: Function 'cr_rgb_set_from_hex_str' argument 2 names different: declaration 'a_hex_value' definition 'a_hex'.
libcroco-0.6.8/src/cr-sel-eng.c:235:39: warning: Either the condition 'cur' is redundant or there is possible null pointer dereference: cur. [nullPointerRedundantCheck]
libcroco-0.6.8/src/cr-sel-eng.c:230:32: note: Assuming that condition 'cur' is not redundant
libcroco-0.6.8/src/cr-sel-eng.c:235:39: note: Null pointer dereference
libcroco-0.6.8/src/cr-sel-eng.c:198:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-sel-eng.c:187:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-sel-eng.c:198:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-sel-eng.c:556:9: style: Variable 'cur_node' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-sel-eng.c:552:0: note: Variable 'cur_node' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-sel-eng.c:556:9: note: Variable 'cur_node' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-sel-eng.c:570:9: style: Variable 'cur_node' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-sel-eng.c:566:0: note: Variable 'cur_node' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-sel-eng.c:570:9: note: Variable 'cur_node' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-sel-eng.c:585:9: style: Variable 'cur_node' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-sel-eng.c:581:0: note: Variable 'cur_node' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-sel-eng.c:585:9: note: Variable 'cur_node' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-sel-eng.c:599:9: style: Variable 'cur_node' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-sel-eng.c:595:0: note: Variable 'cur_node' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-sel-eng.c:599:9: note: Variable 'cur_node' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-sel-eng.c:977:9: style: Variable 'props' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-sel-eng.c:968:0: note: Variable 'props' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-sel-eng.c:977:9: note: Variable 'props' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-sel-eng.c:1125:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-sel-eng.c:1123:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-sel-eng.c:1125:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-sel-eng.c:1176:9: style: Variable 'handler_entry' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-sel-eng.c:1170:0: note: Variable 'handler_entry' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-sel-eng.c:1176:9: note: Variable 'handler_entry' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-sel-eng.c:1366:9: style: Variable 'stmts_tab' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-sel-eng.c:1353:0: note: Variable 'stmts_tab' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-sel-eng.c:1366:9: note: Variable 'stmts_tab' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-sel-eng.c:1529:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-sel-eng.c:1522:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-sel-eng.c:1529:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-sel-eng.c:122:31: style: Same expression on both sides of '&&'. [duplicateExpression]
libcroco-0.6.8/src/cr-sel-eng.c:163:31: style: Same expression on both sides of '&&'. [duplicateExpression]
libcroco-0.6.8/src/cr-sel-eng.c:966:72: style: Function 'put_css_properties_in_props_list' argument 2 names different: declaration 'a_ruleset' definition 'a_stmt'. [funcArgNamesDifferent]
libcroco-0.6.8/src/cr-sel-eng.c:85:56: note: Function 'put_css_properties_in_props_list' argument 2 names different: declaration 'a_ruleset' definition 'a_stmt'.
libcroco-0.6.8/src/cr-sel-eng.c:966:72: note: Function 'put_css_properties_in_props_list' argument 2 names different: declaration 'a_ruleset' definition 'a_stmt'.
libcroco-0.6.8/src/cr-sel-eng.c:1165:56: style: Function 'cr_sel_eng_register_pseudo_class_sel_handler' argument 2 names different: declaration 'a_pseudo_class_sel_name' definition 'a_name'. [funcArgNamesDifferent]
libcroco-0.6.8/src/cr-sel-eng.h:66:69: note: Function 'cr_sel_eng_register_pseudo_class_sel_handler' argument 2 names different: declaration 'a_pseudo_class_sel_name' definition 'a_name'.
libcroco-0.6.8/src/cr-sel-eng.c:1165:56: note: Function 'cr_sel_eng_register_pseudo_class_sel_handler' argument 2 names different: declaration 'a_pseudo_class_sel_name' definition 'a_name'.
libcroco-0.6.8/src/cr-sel-eng.c:1166:65: style: Function 'cr_sel_eng_register_pseudo_class_sel_handler' argument 3 names different: declaration 'a_pseudo_class_type' definition 'a_type'. [funcArgNamesDifferent]
libcroco-0.6.8/src/cr-sel-eng.h:67:79: note: Function 'cr_sel_eng_register_pseudo_class_sel_handler' argument 3 names different: declaration 'a_pseudo_class_type' definition 'a_type'.
libcroco-0.6.8/src/cr-sel-eng.c:1166:65: note: Function 'cr_sel_eng_register_pseudo_class_sel_handler' argument 3 names different: declaration 'a_pseudo_class_type' definition 'a_type'.
libcroco-0.6.8/src/cr-sel-eng.c:1196:58: style: Function 'cr_sel_eng_unregister_pseudo_class_sel_handler' argument 2 names different: declaration 'a_pseudo_class_sel_name' definition 'a_name'. [funcArgNamesDifferent]
libcroco-0.6.8/src/cr-sel-eng.h:71:71: note: Function 'cr_sel_eng_unregister_pseudo_class_sel_handler' argument 2 names different: declaration 'a_pseudo_class_sel_name' definition 'a_name'.
libcroco-0.6.8/src/cr-sel-eng.c:1196:58: note: Function 'cr_sel_eng_unregister_pseudo_class_sel_handler' argument 2 names different: declaration 'a_pseudo_class_sel_name' definition 'a_name'.
libcroco-0.6.8/src/cr-sel-eng.c:1197:67: style: Function 'cr_sel_eng_unregister_pseudo_class_sel_handler' argument 3 names different: declaration 'a_pseudo_class_type' definition 'a_type'. [funcArgNamesDifferent]
libcroco-0.6.8/src/cr-sel-eng.h:72:81: note: Function 'cr_sel_eng_unregister_pseudo_class_sel_handler' argument 3 names different: declaration 'a_pseudo_class_type' definition 'a_type'.
libcroco-0.6.8/src/cr-sel-eng.c:1197:67: note: Function 'cr_sel_eng_unregister_pseudo_class_sel_handler' argument 3 names different: declaration 'a_pseudo_class_type' definition 'a_type'.
libcroco-0.6.8/src/cr-sel-eng.c:1267:56: style: Function 'cr_sel_eng_get_pseudo_class_selector_handler' argument 2 names different: declaration 'a_pseudo_class_sel_name' definition 'a_name'. [funcArgNamesDifferent]
libcroco-0.6.8/src/cr-sel-eng.h:77:69: note: Function 'cr_sel_eng_get_pseudo_class_selector_handler' argument 2 names different: declaration 'a_pseudo_class_sel_name' definition 'a_name'.
libcroco-0.6.8/src/cr-sel-eng.c:1267:56: note: Function 'cr_sel_eng_get_pseudo_class_selector_handler' argument 2 names different: declaration 'a_pseudo_class_sel_name' definition 'a_name'.
libcroco-0.6.8/src/cr-sel-eng.c:1268:65: style: Function 'cr_sel_eng_get_pseudo_class_selector_handler' argument 3 names different: declaration 'a_pseudo_class_type' definition 'a_type'. [funcArgNamesDifferent]
libcroco-0.6.8/src/cr-sel-eng.h:78:79: note: Function 'cr_sel_eng_get_pseudo_class_selector_handler' argument 3 names different: declaration 'a_pseudo_class_type' definition 'a_type'.
libcroco-0.6.8/src/cr-sel-eng.c:1268:65: note: Function 'cr_sel_eng_get_pseudo_class_selector_handler' argument 3 names different: declaration 'a_pseudo_class_type' definition 'a_type'.
libcroco-0.6.8/src/cr-selector.c:43:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-selector.c:41:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-selector.c:43:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-selector.c:60:9: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-selector.c:56:0: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-selector.c:60:9: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-selector.c:134:9: style: Variable 'selector' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-selector.c:132:0: note: Variable 'selector' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-selector.c:134:9: note: Variable 'selector' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-selector.c:146:9: style: Variable 'str_buf' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-selector.c:144:0: note: Variable 'str_buf' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-selector.c:146:9: note: Variable 'str_buf' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-selector.c:156:33: style: Variable 'tmp_str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-selector.c:154:0: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-selector.c:156:33: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-selector.c:39:32: style: Function 'cr_selector_new' argument 1 names different: declaration 'a_sel_expr' definition 'a_simple_sel'. [funcArgNamesDifferent]
libcroco-0.6.8/src/cr-selector.h:71:43: note: Function 'cr_selector_new' argument 1 names different: declaration 'a_sel_expr' definition 'a_simple_sel'.
libcroco-0.6.8/src/cr-selector.c:39:32: note: Function 'cr_selector_new' argument 1 names different: declaration 'a_sel_expr' definition 'a_simple_sel'.
libcroco-0.6.8/src/cr-simple-sel.c:40:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-simple-sel.c:38:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-simple-sel.c:40:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-simple-sel.c:112:9: style: Variable 'str_buf' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-simple-sel.c:105:0: note: Variable 'str_buf' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-simple-sel.c:112:9: note: Variable 'str_buf' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-simple-sel.c:145:25: style: Variable 'tmp_str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-simple-sel.c:143:0: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-simple-sel.c:145:25: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-simple-sel.c:172:9: style: Variable 'str_buf' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-simple-sel.c:167:0: note: Variable 'str_buf' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-simple-sel.c:172:9: note: Variable 'str_buf' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-simple-sel.c:187:17: style: Variable 'tmp_str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-simple-sel.c:185:0: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-simple-sel.c:187:17: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-simple-sel.c:257:40: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
libcroco-0.6.8/src/cr-statement.c:626:18: warning: Either the condition 'if(stringue)' is redundant or there is possible null pointer dereference: stringue. [nullPointerRedundantCheck]
libcroco-0.6.8/src/cr-statement.c:628:12: note: Assuming that condition 'if(stringue)' is not redundant
libcroco-0.6.8/src/cr-statement.c:626:18: note: Null pointer dereference
libcroco-0.6.8/src/cr-statement.c:1143:17: warning: Either the condition 'if(result)' is redundant or there is possible null pointer dereference: result. [nullPointerRedundantCheck]
libcroco-0.6.8/src/cr-statement.c:1149:20: note: Assuming that condition 'if(result)' is not redundant
libcroco-0.6.8/src/cr-statement.c:1143:17: note: Null pointer dereference
libcroco-0.6.8/src/cr-statement.c:1144:9: warning: Either the condition 'if(result)' is redundant or there is possible null pointer dereference: result. [nullPointerRedundantCheck]
libcroco-0.6.8/src/cr-statement.c:1149:20: note: Assuming that condition 'if(result)' is not redundant
libcroco-0.6.8/src/cr-statement.c:1144:9: note: Null pointer dereference
libcroco-0.6.8/src/cr-statement.c:1145:9: warning: Either the condition 'if(result)' is redundant or there is possible null pointer dereference: result. [nullPointerRedundantCheck]
libcroco-0.6.8/src/cr-statement.c:1149:20: note: Assuming that condition 'if(result)' is not redundant
libcroco-0.6.8/src/cr-statement.c:1145:9: note: Null pointer dereference
libcroco-0.6.8/src/cr-statement.c:1147:14: warning: Either the condition 'if(result)' is redundant or there is possible null pointer dereference: result. [nullPointerRedundantCheck]
libcroco-0.6.8/src/cr-statement.c:1149:20: note: Assuming that condition 'if(result)' is not redundant
libcroco-0.6.8/src/cr-statement.c:1147:14: note: Null pointer dereference
libcroco-0.6.8/src/cr-statement.c:44:9: style: Variable 'stmt' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:41:0: note: Variable 'stmt' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:44:9: note: Variable 'stmt' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:47:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:42:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:47:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:60:2: style: Variable 'stmtptr' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:55:0: note: Variable 'stmtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:60:2: note: Variable 'stmtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:61:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:56:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:61:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:87:2: style: Variable 'stmtptr' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:83:0: note: Variable 'stmtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:87:2: note: Variable 'stmtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:88:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:79:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:88:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:92:9: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:80:0: note: Variable 'name' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:92:9: note: Variable 'name' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:94:9: style: Variable 'decl' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:81:0: note: Variable 'decl' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:94:9: note: Variable 'decl' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:128:2: style: Variable 'resultptr' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:123:0: note: Variable 'resultptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:128:2: note: Variable 'resultptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:129:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:124:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:129:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:171:2: style: Variable 'stmtptr' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:166:0: note: Variable 'stmtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:171:2: note: Variable 'stmtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:172:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:167:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:172:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:196:2: style: Variable 'stmtptr' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:192:0: note: Variable 'stmtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:196:2: note: Variable 'stmtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:197:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:194:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:197:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:200:9: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:190:0: note: Variable 'name' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:200:9: note: Variable 'name' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:203:9: style: Variable 'decl' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:193:0: note: Variable 'decl' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:203:9: note: Variable 'decl' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:220:2: style: Variable 'stmtptr' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:218:0: note: Variable 'stmtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:220:2: note: Variable 'stmtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:221:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:216:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:221:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:266:2: style: Variable 'stmtptr' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:262:0: note: Variable 'stmtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:266:2: note: Variable 'stmtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:267:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:260:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:267:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:292:2: style: Variable 'at_media_ptr' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:287:0: note: Variable 'at_media_ptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:292:2: note: Variable 'at_media_ptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:293:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:285:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:293:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:296:9: style: Variable 'ruleset' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:288:0: note: Variable 'ruleset' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:296:9: note: Variable 'ruleset' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:320:9: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:316:0: note: Variable 'name' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:320:9: note: Variable 'name' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:323:2: style: Variable 'stmtptr' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:314:0: note: Variable 'stmtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:323:2: note: Variable 'stmtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:324:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:307:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:324:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:329:9: style: Variable 'decl' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:315:0: note: Variable 'decl' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:329:9: note: Variable 'decl' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:351:2: style: Variable 'stmtptr' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:347:0: note: Variable 'stmtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:351:2: note: Variable 'stmtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:352:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:340:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:352:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:372:2: style: Variable 'at_media_ptr' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:368:0: note: Variable 'at_media_ptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:372:2: note: Variable 'at_media_ptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:373:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:366:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:373:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:387:9: style: Variable 'ruleset' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:383:0: note: Variable 'ruleset' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:387:9: note: Variable 'ruleset' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:400:2: style: Variable 'stmtptr' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:397:0: note: Variable 'stmtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:400:2: note: Variable 'stmtptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:401:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:398:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:401:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:427:9: style: Variable 'stringue' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:423:0: note: Variable 'stringue' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:427:9: note: Variable 'stringue' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:430:2: style: Variable 'rulesetptr' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:421:0: note: Variable 'rulesetptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:430:2: note: Variable 'rulesetptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:431:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:419:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:431:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:436:9: style: Variable 'decl' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:422:0: note: Variable 'decl' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:436:9: note: Variable 'decl' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:453:2: style: Variable 'resultptr' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:448:0: note: Variable 'resultptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:453:2: note: Variable 'resultptr' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:454:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:449:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:454:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:597:9: style: Variable 'stringue' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:591:0: note: Variable 'stringue' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:597:9: note: Variable 'stringue' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:752:9: style: Variable 'stringue' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:749:0: note: Variable 'stringue' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:752:9: note: Variable 'stringue' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:773:17: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:771:0: note: Variable 'str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:773:17: note: Variable 'str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:938:9: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:934:0: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:938:9: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:942:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:935:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:942:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:986:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:976:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:986:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:1058:9: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:1053:0: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:1058:9: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:1063:9: style: Variable 'sac_handler' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:1054:0: note: Variable 'sac_handler' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:1063:9: note: Variable 'sac_handler' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:1074:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:1050:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:1074:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:1195:9: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:1189:0: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:1195:9: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:1330:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:1328:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:1330:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:1381:9: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:1375:0: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:1381:9: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:1455:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:1453:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:1455:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:1510:9: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:1503:0: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:1510:9: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:1580:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:1576:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:1580:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:1626:9: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:1620:0: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:1626:9: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:1674:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:1672:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:1674:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:1723:9: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:1719:0: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:1723:9: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:2104:9: style: Variable 'new_decls' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:2099:0: note: Variable 'new_decls' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:2104:9: note: Variable 'new_decls' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:2133:9: style: Variable 'new_decls' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:2128:0: note: Variable 'new_decls' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:2133:9: note: Variable 'new_decls' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:2467:9: style: Variable 'decls' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:2460:0: note: Variable 'decls' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:2467:9: note: Variable 'decls' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:2548:9: style: Variable 'stringue' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:2543:0: note: Variable 'stringue' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:2548:9: note: Variable 'stringue' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:2612:9: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:2609:0: note: Variable 'str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:2612:9: note: Variable 'str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:2637:9: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:2633:0: note: Variable 'str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:2637:9: note: Variable 'str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:2662:9: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:2658:0: note: Variable 'str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:2662:9: note: Variable 'str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:2690:9: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:2684:0: note: Variable 'str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:2690:9: note: Variable 'str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:2716:9: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:2713:0: note: Variable 'str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:2716:9: note: Variable 'str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:2742:9: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-statement.c:2736:0: note: Variable 'str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:2742:9: note: Variable 'str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-statement.c:1635:20: style: Same expression on both sides of '!=' because the value of 'status' and 'CR_OK' are the same. [duplicateExpression]
libcroco-0.6.8/src/cr-statement.c:1619:32: note: 'status' is assigned value 'CR_OK' here.
libcroco-0.6.8/src/cr-statement.c:1635:20: note: Same expression on both sides of '!=' because the value of 'status' and 'CR_OK' are the same.
libcroco-0.6.8/src/cr-statement.c:1122:41: style: Function 'cr_statement_new_ruleset' argument 4 names different: declaration 'a_media_rule' definition 'a_parent_media_rule'. [funcArgNamesDifferent]
libcroco-0.6.8/src/cr-statement.h:246:19: note: Function 'cr_statement_new_ruleset' argument 4 names different: declaration 'a_media_rule' definition 'a_parent_media_rule'.
libcroco-0.6.8/src/cr-statement.c:1122:41: note: Function 'cr_statement_new_ruleset' argument 4 names different: declaration 'a_media_rule' definition 'a_parent_media_rule'.
libcroco-0.6.8/src/cr-statement.c:1263:47: style: Function 'cr_statement_new_at_media_rule' argument 2 names different: declaration 'a_ruleset' definition 'a_rulesets'. [funcArgNamesDifferent]
libcroco-0.6.8/src/cr-statement.h:263:46: note: Function 'cr_statement_new_at_media_rule' argument 2 names different: declaration 'a_ruleset' definition 'a_rulesets'.
libcroco-0.6.8/src/cr-statement.c:1263:47: note: Function 'cr_statement_new_at_media_rule' argument 2 names different: declaration 'a_ruleset' definition 'a_rulesets'.
libcroco-0.6.8/src/cr-statement.c:376:18: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
libcroco-0.6.8/src/cr-string.c:37:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-string.c:35:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-string.c:37:2: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-string.c:58:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-string.c:56:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-string.c:58:2: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-string.c:79:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-string.c:77:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-string.c:79:2: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-string.c:99:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-string.c:96:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-string.c:99:2: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:577:9: style: Variable 'cur_term' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-style.c:572:0: note: Variable 'cur_term' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:577:9: note: Variable 'cur_term' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:707:9: style: Variable 'cur_term' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-style.c:701:0: note: Variable 'cur_term' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:707:9: note: Variable 'cur_term' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:1019:2: style: Variable 'width' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-style.c:1014:0: note: Variable 'width' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:1019:2: note: Variable 'width' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:1054:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-style.c:1048:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:1054:2: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:1067:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-style.c:1062:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:1067:2: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:1191:9: style: Variable 'cur_term' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-style.c:1185:0: note: Variable 'cur_term' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:1191:9: note: Variable 'cur_term' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:1242:9: style: Variable 'cur_term' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-style.c:1236:0: note: Variable 'cur_term' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:1242:9: note: Variable 'cur_term' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:1716:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-style.c:1714:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:1716:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:2026:9: style: Variable 'prop_id' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-style.c:2017:0: note: Variable 'prop_id' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:2026:9: note: Variable 'prop_id' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:2029:9: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-style.c:2014:0: note: Variable 'value' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:2029:9: note: Variable 'value' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:2293:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-style.c:2289:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:2293:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:2337:9: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-style.c:2333:0: note: Variable 'str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:2337:9: note: Variable 'str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:2340:9: style: Variable 'tmp_str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-style.c:2332:0: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:2340:9: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:2349:9: style: Variable 'tmp_str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-style.c:2347:9: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:2349:9: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:2358:9: style: Variable 'tmp_str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-style.c:2356:9: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:2358:9: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:2391:9: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-style.c:2387:0: note: Variable 'str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:2391:9: note: Variable 'str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:2395:9: style: Variable 'tmp_str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-style.c:2386:0: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:2395:9: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:2403:9: style: Variable 'tmp_str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-style.c:2402:9: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:2403:9: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:2411:9: style: Variable 'tmp_str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-style.c:2410:9: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:2411:9: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:2784:9: style: Variable 'tmp_str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-style.c:2780:9: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:2784:9: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:2794:9: style: Variable 'tmp_str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-style.c:2790:9: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:2794:9: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:2804:9: style: Variable 'tmp_str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-style.c:2800:9: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:2804:9: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:2814:9: style: Variable 'tmp_str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-style.c:2810:9: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:2814:9: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:2824:9: style: Variable 'tmp_str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-style.c:2820:9: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:2824:9: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-style.c:2020:31: style: Same expression on both sides of '&&'. [duplicateExpression]
libcroco-0.6.8/src/cr-stylesheet.c:104:2: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-stylesheet.c:100:0: note: Variable 'str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-stylesheet.c:104:2: note: Variable 'str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-term.c:89:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-term.c:87:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-term.c:89:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-term.c:115:9: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-term.c:109:0: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-term.c:115:9: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-term.c:119:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-term.c:111:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-term.c:119:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-term.c:288:9: style: Variable 'str_buf' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-term.c:281:0: note: Variable 'str_buf' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-term.c:288:9: note: Variable 'str_buf' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-term.c:358:41: style: Variable 'tmp_str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-term.c:356:0: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-term.c:358:41: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-term.c:426:33: style: Variable 'tmp_str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-term.c:423:0: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-term.c:426:33: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-term.c:484:9: style: Variable 'str_buf' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-term.c:478:0: note: Variable 'str_buf' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-term.c:484:9: note: Variable 'str_buf' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-term.c:553:33: style: Variable 'tmp_str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-term.c:551:0: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-term.c:553:33: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-term.c:622:25: style: Variable 'tmp_str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-term.c:619:0: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-term.c:622:25: note: Variable 'tmp_str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-term.c:686:9: style: Variable 'content' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-term.c:682:0: note: Variable 'content' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-term.c:686:9: note: Variable 'content' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-term.c:776:27: style: Function 'cr_term_destroy' argument 1 names different: declaration 'a_term' definition 'a_this'. [funcArgNamesDifferent]
libcroco-0.6.8/src/cr-term.h:186:32: note: Function 'cr_term_destroy' argument 1 names different: declaration 'a_term' definition 'a_this'.
libcroco-0.6.8/src/cr-term.c:776:27: note: Function 'cr_term_destroy' argument 1 names different: declaration 'a_term' definition 'a_this'.
libcroco-0.6.8/src/cr-tknzr.c:1597:17: warning: Either the condition 'if(result)' is redundant or there is possible null pointer dereference: result. [nullPointerRedundantCheck]
libcroco-0.6.8/src/cr-tknzr.c:1604:20: note: Assuming that condition 'if(result)' is not redundant
libcroco-0.6.8/src/cr-tknzr.c:1597:17: note: Null pointer dereference
libcroco-0.6.8/src/cr-tknzr.c:1599:9: warning: Either the condition 'if(result)' is redundant or there is possible null pointer dereference: result. [nullPointerRedundantCheck]
libcroco-0.6.8/src/cr-tknzr.c:1604:20: note: Assuming that condition 'if(result)' is not redundant
libcroco-0.6.8/src/cr-tknzr.c:1599:9: note: Null pointer dereference
libcroco-0.6.8/src/cr-tknzr.c:1601:13: warning: Either the condition 'if(result)' is redundant or there is possible null pointer dereference: result. [nullPointerRedundantCheck]
libcroco-0.6.8/src/cr-tknzr.c:1604:20: note: Assuming that condition 'if(result)' is not redundant
libcroco-0.6.8/src/cr-tknzr.c:1601:13: note: Null pointer dereference
libcroco-0.6.8/src/cr-tknzr.c:402:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-tknzr.c:396:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-tknzr.c:402:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-tknzr.c:1590:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-tknzr.c:1588:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-tknzr.c:1590:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-tknzr.c:1625:9: style: Variable 'input' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-tknzr.c:1623:0: note: Variable 'input' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-tknzr.c:1625:9: note: Variable 'input' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-tknzr.c:1630:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-tknzr.c:1622:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-tknzr.c:1630:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-tknzr.c:1642:9: style: Variable 'input' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-tknzr.c:1640:0: note: Variable 'input' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-tknzr.c:1642:9: note: Variable 'input' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-tknzr.c:1645:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-tknzr.c:1639:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-tknzr.c:1645:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-tknzr.c:2627:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-tknzr.c:2620:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-tknzr.c:2627:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-token.c:138:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-token.c:136:0: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-token.c:138:9: note: Variable 'result' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-utils.c:722:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-utils.c:717:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-utils.c:722:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-utils.c:857:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-utils.c:852:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-utils.c:857:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-utils.c:1312:17: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-utils.c:1310:0: note: Variable 'str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-utils.c:1312:17: note: Variable 'str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-utils.c:1338:17: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/src/cr-utils.c:1336:0: note: Variable 'str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-utils.c:1338:17: note: Variable 'str' is reassigned a value before the old one has been used.
libcroco-0.6.8/src/cr-utils.c:443:45: style: Same expression on both sides of '&&'. [duplicateExpression]
libcroco-0.6.8/src/cr-utils.c:950:43: style: Function 'cr_utils_ucs1_str_to_utf8' argument 1 names different: declaration 'a_in_start' definition 'a_in'. [funcArgNamesDifferent]
libcroco-0.6.8/src/cr-utils.h:180:42: note: Function 'cr_utils_ucs1_str_to_utf8' argument 1 names different: declaration 'a_in_start' definition 'a_in'.
libcroco-0.6.8/src/cr-utils.c:950:43: note: Function 'cr_utils_ucs1_str_to_utf8' argument 1 names different: declaration 'a_in_start' definition 'a_in'.
libcroco-0.6.8/src/cr-utils.c:952:54: style: Function 'cr_utils_ucs1_str_to_utf8' argument 4 names different: declaration 'a_len' definition 'a_out_len'. [funcArgNamesDifferent]
libcroco-0.6.8/src/cr-utils.h:183:36: note: Function 'cr_utils_ucs1_str_to_utf8' argument 4 names different: declaration 'a_len' definition 'a_out_len'.
libcroco-0.6.8/src/cr-utils.c:952:54: note: Function 'cr_utils_ucs1_str_to_utf8' argument 4 names different: declaration 'a_len' definition 'a_out_len'.
libcroco-0.6.8/src/cr-utils.c:1155:43: style: Function 'cr_utils_utf8_str_to_ucs1' argument 1 names different: declaration 'a_in_start' definition 'a_in'. [funcArgNamesDifferent]
libcroco-0.6.8/src/cr-utils.h:186:43: note: Function 'cr_utils_utf8_str_to_ucs1' argument 1 names different: declaration 'a_in_start' definition 'a_in'.
libcroco-0.6.8/src/cr-utils.c:1155:43: note: Function 'cr_utils_utf8_str_to_ucs1' argument 1 names different: declaration 'a_in_start' definition 'a_in'.
libcroco-0.6.8/src/cr-utils.c:1302:45: style: Function 'cr_utils_dup_glist_of_string' argument 1 names different: declaration 'a_list' definition 'a_list_of_strings'. [funcArgNamesDifferent]
libcroco-0.6.8/src/cr-utils.h:239:44: note: Function 'cr_utils_dup_glist_of_string' argument 1 names different: declaration 'a_list' definition 'a_list_of_strings'.
libcroco-0.6.8/src/cr-utils.c:1302:45: note: Function 'cr_utils_dup_glist_of_string' argument 1 names different: declaration 'a_list' definition 'a_list_of_strings'.
libcroco-0.6.8/src/cr-utils.c:972:9: style: Variable 'in_len' is assigned a value that is never used. [unreadVariable]
libcroco-0.6.8/tests/test0-main.c:148:9: style: Variable 'input' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/tests/test0-main.c:142:0: note: Variable 'input' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test0-main.c:148:9: note: Variable 'input' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test1-main.c:143:9: style: Variable 'input' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/tests/test1-main.c:138:0: note: Variable 'input' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test1-main.c:143:9: note: Variable 'input' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test2-main.c:154:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libcroco-0.6.8/tests/test2-main.c:329:58: warning: Either the condition 'if(medium)' is redundant or there is possible null pointer dereference: medium. [nullPointerRedundantCheck]
libcroco-0.6.8/tests/test2-main.c:330:28: note: Assuming that condition 'if(medium)' is not redundant
libcroco-0.6.8/tests/test2-main.c:329:58: note: Null pointer dereference
libcroco-0.6.8/tests/test2-main.c:360:58: warning: Either the condition 'if(medium)' is redundant or there is possible null pointer dereference: medium. [nullPointerRedundantCheck]
libcroco-0.6.8/tests/test2-main.c:361:28: note: Assuming that condition 'if(medium)' is not redundant
libcroco-0.6.8/tests/test2-main.c:360:58: note: Null pointer dereference
libcroco-0.6.8/tests/test2-main.c:171:17: style: Variable 'prefix' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/tests/test2-main.c:169:0: note: Variable 'prefix' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test2-main.c:171:17: note: Variable 'prefix' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test2-main.c:181:17: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/tests/test2-main.c:179:0: note: Variable 'uri' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test2-main.c:181:17: note: Variable 'uri' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test2-main.c:205:17: style: Variable 'comment' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/tests/test2-main.c:203:0: note: Variable 'comment' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test2-main.c:205:17: note: Variable 'comment' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test2-main.c:510:9: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/tests/test2-main.c:503:0: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test2-main.c:510:9: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test2-main.c:512:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/tests/test2-main.c:502:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test2-main.c:512:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test3-main.c:145:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libcroco-0.6.8/tests/test3-main.c:313:58: warning: Either the condition 'if(medium)' is redundant or there is possible null pointer dereference: medium. [nullPointerRedundantCheck]
libcroco-0.6.8/tests/test3-main.c:314:28: note: Assuming that condition 'if(medium)' is not redundant
libcroco-0.6.8/tests/test3-main.c:313:58: note: Null pointer dereference
libcroco-0.6.8/tests/test3-main.c:342:58: warning: Either the condition 'if(medium)' is redundant or there is possible null pointer dereference: medium. [nullPointerRedundantCheck]
libcroco-0.6.8/tests/test3-main.c:343:28: note: Assuming that condition 'if(medium)' is not redundant
libcroco-0.6.8/tests/test3-main.c:342:58: note: Null pointer dereference
libcroco-0.6.8/tests/test3-main.c:162:17: style: Variable 'prefix' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/tests/test3-main.c:160:0: note: Variable 'prefix' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test3-main.c:162:17: note: Variable 'prefix' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test3-main.c:172:17: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/tests/test3-main.c:171:0: note: Variable 'uri' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test3-main.c:172:17: note: Variable 'uri' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test3-main.c:197:17: style: Variable 'comment' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/tests/test3-main.c:195:0: note: Variable 'comment' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test3-main.c:197:17: note: Variable 'comment' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test3-main.c:490:9: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/tests/test3-main.c:483:0: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test3-main.c:490:9: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test3-main.c:492:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/tests/test3-main.c:482:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test3-main.c:492:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test3-main.c:500:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/tests/test3-main.c:499:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test3-main.c:500:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test4-main.c:118:9: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/tests/test4-main.c:113:0: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test4-main.c:118:9: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test4-main.c:119:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/tests/test4-main.c:112:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test4-main.c:119:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test4-main.c:135:9: style: Variable 'stmt' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/tests/test4-main.c:133:0: note: Variable 'stmt' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test4-main.c:135:9: note: Variable 'stmt' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test4-main.c:150:9: style: Variable 'term' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/tests/test4-main.c:148:0: note: Variable 'term' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test4-main.c:150:9: note: Variable 'term' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test4-main.c:172:9: style: Variable 'decl' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/tests/test4-main.c:170:0: note: Variable 'decl' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test4-main.c:172:9: note: Variable 'decl' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test4-main.c:197:9: style: Variable 'decl' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/tests/test4-main.c:194:0: note: Variable 'decl' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test4-main.c:197:9: note: Variable 'decl' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test4-main.c:228:9: style: Variable 'stmt' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/tests/test4-main.c:226:0: note: Variable 'stmt' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test4-main.c:228:9: note: Variable 'stmt' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test4-main.c:243:9: style: Variable 'stmt' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/tests/test4-main.c:241:0: note: Variable 'stmt' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test4-main.c:243:9: note: Variable 'stmt' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test4-main.c:261:9: style: Variable 'stmt' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/tests/test4-main.c:259:0: note: Variable 'stmt' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test4-main.c:261:9: note: Variable 'stmt' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test4-main.c:277:9: style: Variable 'stmt' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/tests/test4-main.c:275:0: note: Variable 'stmt' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test4-main.c:277:9: note: Variable 'stmt' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test4-main.c:293:9: style: Variable 'stmt' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/tests/test4-main.c:291:0: note: Variable 'stmt' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test4-main.c:293:9: note: Variable 'stmt' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test4-main.c:309:9: style: Variable 'stmt' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/tests/test4-main.c:307:0: note: Variable 'stmt' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test4-main.c:309:9: note: Variable 'stmt' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test4-main.c:364:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/tests/test4-main.c:362:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test4-main.c:364:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test5-main.c:172:20: warning: Either the condition 'if(xml_doc)' is redundant or there is possible null pointer dereference: xml_doc. [nullPointerRedundantCheck]
libcroco-0.6.8/tests/test5-main.c:182:12: note: Assuming that condition 'if(xml_doc)' is not redundant
libcroco-0.6.8/tests/test5-main.c:172:20: note: Null pointer dereference
libcroco-0.6.8/tests/test5-main.c:155:9: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/tests/test5-main.c:147:0: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test5-main.c:155:9: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test5-main.c:156:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/tests/test5-main.c:146:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test5-main.c:156:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test6-main.c:55:9: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/tests/test6-main.c:52:0: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test6-main.c:55:9: note: Variable 'parser' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test6-main.c:56:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/tests/test6-main.c:51:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test6-main.c:56:9: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test6-main.c:77:9: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
libcroco-0.6.8/tests/test6-main.c:75:0: note: Variable 'status' is reassigned a value before the old one has been used.
libcroco-0.6.8/tests/test6-main.c:77:9: note: Variable 'status' is reassigned a value before the old one has been used.
[14:12]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-blowfish-perl/libcrypt-blowfish-perl_2.14.orig.tar.gz
[14:12]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-cast5-perl/libcrypt-cast5-perl_0.05.orig.tar.gz
Crypt-CAST5-0.05/_cast5.c:46:7: style: The scope of the variable 'i' can be reduced. [variableScope]
Crypt-CAST5-0.05/_cast5.c:49:17: style: The scope of the variable 'padded' can be reduced. [variableScope]
Crypt-CAST5-0.05/_cast5.c:66:30: style: Variable 'padded' is assigned a value that is never used. [unreadVariable]
[14:12]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-cbc-perl/libcrypt-cbc-perl_2.33.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-cracklib-perl/libcrypt-cracklib-perl_1.7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-des-ede3-perl/libcrypt-des-ede3-perl_0.01.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-des-perl/libcrypt-des-perl_2.07.orig.tar.gz
Crypt-DES-2.07/_des.c:525:22: style: The scope of the variable 's' can be reduced. [variableScope]
Crypt-DES-2.07/_des.c:454:18: style: Unused variable: ptr [unusedVariable]
[14:12]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-dh-gmp-perl/libcrypt-dh-gmp-perl_0.00012.orig.tar.gz
Crypt-DH-GMP-0.00012/xs/dh_gmp.c:52:13: style: Checking if unsigned variable 'pad' is less than zero. [unsignedLessThanZero]
Crypt-DH-GMP-0.00012/xs/dh_gmp.c:94:38: style: Function 'PerlCryptDHGMP_clone' argument 1 names different: declaration 'p' definition 'o'. [funcArgNamesDifferent]
Crypt-DH-GMP-0.00012/xs/dh_gmp.h:29:54: note: Function 'PerlCryptDHGMP_clone' argument 1 names different: declaration 'p' definition 'o'.
Crypt-DH-GMP-0.00012/xs/dh_gmp.c:94:38: note: Function 'PerlCryptDHGMP_clone' argument 1 names different: declaration 'p' definition 'o'.
[14:12]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-dh-perl/libcrypt-dh-perl_0.07.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-dsa-perl/libcrypt-dsa-perl_1.17.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-ecb-perl/libcrypt-ecb-perl_2.21.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-eksblowfish-perl/libcrypt-eksblowfish-perl_0.009.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-format-perl/libcrypt-format-perl_0.07.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-gcrypt-perl/libcrypt-gcrypt-perl_1.26.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-generatepassword-perl/libcrypt-generatepassword-perl_0.05.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-gpg-perl/libcrypt-gpg-perl_1.52.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-hcesha-perl/libcrypt-hcesha-perl_0.75.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-mysql-perl/libcrypt-mysql-perl_0.04.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-openssl-bignum-perl/libcrypt-openssl-bignum-perl_0.09.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-openssl-dsa-perl/libcrypt-openssl-dsa-perl_0.19.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-openssl-ec-perl/libcrypt-openssl-ec-perl_1.31.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-openssl-pkcs10-perl/libcrypt-openssl-pkcs10-perl_0.16.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-openssl-pkcs12-perl/libcrypt-openssl-pkcs12-perl_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-openssl-random-perl/libcrypt-openssl-random-perl_0.15.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-openssl-rsa-perl/libcrypt-openssl-rsa-perl_0.30.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-openssl-x509-perl/libcrypt-openssl-x509-perl_1.8.9.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-passwdmd5-perl/libcrypt-passwdmd5-perl_1.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-pbkdf2-perl/libcrypt-pbkdf2-perl_0.161520.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-random-seed-perl/libcrypt-random-seed-perl_0.03.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-random-source-perl/libcrypt-random-source-perl_0.12.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-rc4-perl/libcrypt-rc4-perl_2.02.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-rijndael-perl/libcrypt-rijndael-perl_1.13.orig.tar.gz
Crypt-Rijndael-1.13/_rijndael.c:312:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
Crypt-Rijndael-1.13/_rijndael.c:359:10: style: The scope of the variable 'val' can be reduced. [variableScope]
Crypt-Rijndael-1.13/_rijndael.c:384:10: style: The scope of the variable 'val' can be reduced. [variableScope]
Crypt-Rijndael-1.13/_rijndael.c:407:10: style: The scope of the variable 'e' can be reduced. [variableScope]
Crypt-Rijndael-1.13/_rijndael.c:446:10: style: The scope of the variable 'e' can be reduced. [variableScope]
Crypt-Rijndael-1.13/_rijndael.c:476:22: style: The scope of the variable 'carry_flg' can be reduced. [variableScope]
Crypt-Rijndael-1.13/_rijndael.c:545:22: style: The scope of the variable 'carry_flg' can be reduced. [variableScope]
Crypt-Rijndael-1.13/_rijndael.c:401:36: style: Function 'rijndael_encrypt' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
Crypt-Rijndael-1.13/rijndael.h:155:36: note: Function 'rijndael_encrypt' argument 1 names different: declaration 'context' definition 'ctx'.
Crypt-Rijndael-1.13/_rijndael.c:401:36: note: Function 'rijndael_encrypt' argument 1 names different: declaration 'context' definition 'ctx'.
Crypt-Rijndael-1.13/_rijndael.c:440:36: style: Function 'rijndael_decrypt' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
Crypt-Rijndael-1.13/rijndael.h:173:36: note: Function 'rijndael_decrypt' argument 1 names different: declaration 'context' definition 'ctx'.
Crypt-Rijndael-1.13/_rijndael.c:440:36: note: Function 'rijndael_decrypt' argument 1 names different: declaration 'context' definition 'ctx'.
[14:12]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-rsa-parse-perl/libcrypt-rsa-parse-perl_0.043.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-saltedhash-perl/libcrypt-saltedhash-perl_0.09.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-simple-perl/libcrypt-simple-perl_0.06.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-smbhash-perl/libcrypt-smbhash-perl_0.12.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-smime-perl/libcrypt-smime-perl_0.25.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-ssleay-perl/libcrypt-ssleay-perl_0.73.06.orig.tar.gz
[14:12]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-twofish-perl/libcrypt-twofish-perl_2.17.orig.tar.gz
Crypt-Twofish-2.17/_twofish.c:55:14: style: The scope of the variable 'a' can be reduced. [variableScope]
Crypt-Twofish-2.17/_twofish.c:55:17: style: The scope of the variable 'b' can be reduced. [variableScope]
Crypt-Twofish-2.17/_twofish.c:333:14: style: The scope of the variable 't' can be reduced. [variableScope]
Crypt-Twofish-2.17/_twofish.c:333:17: style: The scope of the variable 'u' can be reduced. [variableScope]
Crypt-Twofish-2.17/_twofish.c:280:38: style: Function 'h' argument 2 names different: declaration 'x' definition 'X'. [funcArgNamesDifferent]
Crypt-Twofish-2.17/_twofish.c:46:38: note: Function 'h' argument 2 names different: declaration 'x' definition 'X'.
Crypt-Twofish-2.17/_twofish.c:280:38: note: Function 'h' argument 2 names different: declaration 'x' definition 'X'.
Crypt-Twofish-2.17/_twofish.c:280:56: style: Function 'h' argument 3 names different: declaration 'key' definition 'L'. [funcArgNamesDifferent]
Crypt-Twofish-2.17/_twofish.c:46:56: note: Function 'h' argument 3 names different: declaration 'key' definition 'L'.
Crypt-Twofish-2.17/_twofish.c:280:56: note: Function 'h' argument 3 names different: declaration 'key' definition 'L'.
[14:12]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-u2f-server-perl/libcrypt-u2f-server-perl_0.43.orig.tar.gz
Crypt-U2F-Server-0.43/u2f.c:208:19: style: Condition 'rc!=U2FS_OK' is always true [knownConditionTrueFalse]
Crypt-U2F-Server-0.43/u2f.c:177:9: style: Unused variable: i [unusedVariable]
Crypt-U2F-Server-0.43/u2f.c:186:5: warning: The buffer 'kh' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
[14:12]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-unixcrypt-perl/libcrypt-unixcrypt-perl_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-unixcrypt-xs-perl/libcrypt-unixcrypt-xs-perl_0.11.orig.tar.gz
Crypt-UnixCrypt_XS-0.11/fcrypt/fcrypt.c:343:31: style: The scope of the variable 's' can be reduced. [variableScope]
Crypt-UnixCrypt_XS-0.11/fcrypt/fcrypt.c:17:14: style: union member 'Anonymous0::_' is never used. [unusedStructMember]
Crypt-UnixCrypt_XS-0.11/fcrypt/fcrypt.c:20:17: style: union member 'Anonymous0::pad' is never used. [unusedStructMember]
[14:12]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-urandom-perl/libcrypt-urandom-perl_0.36.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-util-perl/libcrypt-util-perl_0.11.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypt-x509-perl/libcrypt-x509-perl_0.51.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcrypto++/libcrypto++_7.0.0.orig.tar.gz
cryptopp-CRYPTOPP_7_0_0/smartptr.h:174:57: style: Function 'attach' argument 1 names different: declaration 'p' definition 'r'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/smartptr.h:146:23: note: Function 'attach' argument 1 names different: declaration 'p' definition 'r'.
cryptopp-CRYPTOPP_7_0_0/smartptr.h:174:57: note: Function 'attach' argument 1 names different: declaration 'p' definition 'r'.
cryptopp-CRYPTOPP_7_0_0/3way.cpp:68:50: style: Function 'UncheckedSetKey' argument 1 names different: declaration 'key' definition 'uk'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/3way.h:30:36: note: Function 'UncheckedSetKey' argument 1 names different: declaration 'key' definition 'uk'.
cryptopp-CRYPTOPP_7_0_0/3way.cpp:68:50: note: Function 'UncheckedSetKey' argument 1 names different: declaration 'key' definition 'uk'.
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1551:2: warning: Member variable 'BufferedTransformation::m_buf' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/secblock.h:325:2: warning: Member variable 'FixedSizeAllocatorWithCleanup::m_allocated' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:0: warning: Member variable 'CryptoPP :: SecBlock < word32 , FixedSizeAllocatorWithCleanup < T , S > >::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:799:14: performance: Technically the member function 'CryptoPP::SimpleKeyingInterface::AssertValidKeyLength' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/smartptr.h:84:7: style: Technically the member function 'CryptoPP::value_ptr::operator==' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:0: style: Technically the member function 'CryptoPP :: SecBlock < word32 , FixedSizeAllocatorWithCleanup < T , S > >::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:0: style: Technically the member function 'CryptoPP :: SecBlock < word32 , FixedSizeAllocatorWithCleanup < T , S > >::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:0: style: Technically the member function 'CryptoPP :: SecBlock < word32 , FixedSizeAllocatorWithCleanup < T , S > >::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:215:0: performance: Technically the member function 'CryptoPP :: AllocatorWithCleanup < unsigned char , false >::deallocate' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/secblock.h:215:0: performance: Technically the member function 'CryptoPP :: AllocatorWithCleanup < word16 , false >::deallocate' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/secblock.h:215:0: performance: Technically the member function 'CryptoPP :: AllocatorWithCleanup < word32 , false >::deallocate' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/secblock.h:215:0: performance: Technically the member function 'CryptoPP :: AllocatorWithCleanup < word64 , false >::deallocate' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/secblock.h:40:0: performance: Technically the member function 'CryptoPP :: AllocatorBase < unsigned char >::address' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/secblock.h:41:0: performance: Technically the member function 'CryptoPP :: AllocatorBase < unsigned char >::construct' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/secblock.h:42:0: performance: Technically the member function 'CryptoPP :: AllocatorBase < unsigned char >::destroy' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/secblock.h:70:0: performance: Technically the member function 'CryptoPP :: AllocatorBase < unsigned char >::max_size' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/secblock.h:40:0: performance: Technically the member function 'CryptoPP :: AllocatorBase < word16 >::address' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/secblock.h:41:0: performance: Technically the member function 'CryptoPP :: AllocatorBase < word16 >::construct' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/secblock.h:42:0: performance: Technically the member function 'CryptoPP :: AllocatorBase < word16 >::destroy' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/secblock.h:70:0: performance: Technically the member function 'CryptoPP :: AllocatorBase < word16 >::max_size' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/secblock.h:40:0: performance: Technically the member function 'CryptoPP :: AllocatorBase < word32 >::address' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/secblock.h:41:0: performance: Technically the member function 'CryptoPP :: AllocatorBase < word32 >::construct' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/secblock.h:42:0: performance: Technically the member function 'CryptoPP :: AllocatorBase < word32 >::destroy' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/secblock.h:70:0: performance: Technically the member function 'CryptoPP :: AllocatorBase < word32 >::max_size' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/secblock.h:40:0: performance: Technically the member function 'CryptoPP :: AllocatorBase < word64 >::address' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/secblock.h:41:0: performance: Technically the member function 'CryptoPP :: AllocatorBase < word64 >::construct' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/secblock.h:42:0: performance: Technically the member function 'CryptoPP :: AllocatorBase < word64 >::destroy' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/secblock.h:70:0: performance: Technically the member function 'CryptoPP :: AllocatorBase < word64 >::max_size' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/seckey.h:111:0: performance: Technically the member function 'CryptoPP :: VariableRounds < 11 , 1 , INT_MAX >::ThrowIfInvalidRounds' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:586:2: style: Class 'Algorithm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1670:5: style: Struct 'BlockingInputOnly' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2042:5: style: Struct 'NoChannelSupport' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2622:3: style: Class 'InvalidKeyLength' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:3105:2: style: Class 'BERDecodeErr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/smartptr.h:21:2: style: Class 'simple_ptr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/smartptr.h:78:2: style: Class 'value_ptr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/smartptr.h:79:2: style: Class 'value_ptr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/smartptr.h:106:2: style: Class 'clonable_ptr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/smartptr.h:107:2: style: Class 'clonable_ptr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/smartptr.h:132:2: style: Class 'counted_ptr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/smartptr.h:225:2: style: Class 'vector_member_ptrs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/misc.h:294:2: style: Class 'Singleton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/misc.h:2329:2: style: Class 'GetBlock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/seckey.h:350:2: style: Class 'BlockCipherFinal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/seckey.h:402:2: style: Class 'MessageAuthenticationCodeFinal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/simple.h:294:0: style: Class 'CryptoPP :: AutoSignaling < InputRejecting < BufferedTransformation > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:465:7: style: The function 'GetVoidValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:449:28: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:465:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1232:20: style: The function 'GetAlgorithm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:755:28: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1232:20: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1240:20: style: The function 'GetAlgorithm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:755:28: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1240:20: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1248:20: style: The function 'GetAlgorithm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:755:28: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1248:20: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1316:22: style: The function 'AlgorithmName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:594:22: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1316:22: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1319:20: style: The function 'GetAlgorithm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:755:28: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1319:20: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1423:22: style: The function 'AlgorithmName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:594:22: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1423:22: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1676:16: style: The function 'GetMaxWaitObjectCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1503:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1676:16: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1686:8: style: The function 'GetWaitObjects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1513:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1686:8: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2428:19: style: The function 'AccessMaterial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2395:27: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2428:19: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2432:25: style: The function 'GetMaterial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2399:33: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2432:25: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2452:19: style: The function 'AccessMaterial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2395:27: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2452:19: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2455:25: style: The function 'GetMaterial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2399:33: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2455:25: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2473:19: style: The function 'AccessMaterial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2395:27: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2473:19: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2476:25: style: The function 'GetMaterial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2399:33: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2476:25: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2693:15: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1105:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2693:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2697:7: style: The function 'TruncatedFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1175:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2697:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/simple.h:228:7: style: The function 'Flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/simple.h:191:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/simple.h:228:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/simple.h:340:9: style: The function 'TransferTo2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1991:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/simple.h:340:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/simple.h:342:9: style: The function 'CopyRangeTo2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2010:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/simple.h:342:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/adler32.h:19:7: style: The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1078:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/adler32.h:19:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/adler32.h:20:7: style: The function 'TruncatedFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1175:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/adler32.h:20:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/adler32.h:21:15: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1105:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/adler32.h:21:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/adler32.h:23:17: style: The function 'AlgorithmName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:594:22: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/adler32.h:23:17: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.cpp:316:0: style: Function 'Exponentiate' argument 1 names different: declaration 'a' definition 'base'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/algebra.h:170:0: note: Function 'Exponentiate' argument 1 names different: declaration 'a' definition 'base'.
cryptopp-CRYPTOPP_7_0_0/algebra.cpp:316:0: note: Function 'Exponentiate' argument 1 names different: declaration 'a' definition 'base'.
cryptopp-CRYPTOPP_7_0_0/algebra.cpp:316:0: style: Function 'Exponentiate' argument 2 names different: declaration 'e' definition 'exponent'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/algebra.h:170:0: note: Function 'Exponentiate' argument 2 names different: declaration 'e' definition 'exponent'.
cryptopp-CRYPTOPP_7_0_0/algebra.cpp:316:0: note: Function 'Exponentiate' argument 2 names different: declaration 'e' definition 'exponent'.
cryptopp-CRYPTOPP_7_0_0/algebra.cpp:334:0: style: Function 'SimultaneousExponentiate' argument 4 names different: declaration 'exponentsCount' definition 'expCount'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/algebra.h:190:0: note: Function 'SimultaneousExponentiate' argument 4 names different: declaration 'exponentsCount' definition 'expCount'.
cryptopp-CRYPTOPP_7_0_0/algebra.cpp:334:0: note: Function 'SimultaneousExponentiate' argument 4 names different: declaration 'exponentsCount' definition 'expCount'.
cryptopp-CRYPTOPP_7_0_0/algebra.cpp:90:0: style: Function 'ScalarMultiply' argument 1 names different: declaration 'a' definition 'base'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/algebra.h:86:0: note: Function 'ScalarMultiply' argument 1 names different: declaration 'a' definition 'base'.
cryptopp-CRYPTOPP_7_0_0/algebra.cpp:90:0: note: Function 'ScalarMultiply' argument 1 names different: declaration 'a' definition 'base'.
cryptopp-CRYPTOPP_7_0_0/algebra.cpp:90:0: style: Function 'ScalarMultiply' argument 2 names different: declaration 'e' definition 'exponent'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/algebra.h:86:0: note: Function 'ScalarMultiply' argument 2 names different: declaration 'e' definition 'exponent'.
cryptopp-CRYPTOPP_7_0_0/algebra.cpp:90:0: note: Function 'ScalarMultiply' argument 2 names different: declaration 'e' definition 'exponent'.
cryptopp-CRYPTOPP_7_0_0/algebra.cpp:256:0: style: Function 'SimultaneousMultiply' argument 3 names different: declaration 'exponents' definition 'expBegin'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/algebra.h:106:0: note: Function 'SimultaneousMultiply' argument 3 names different: declaration 'exponents' definition 'expBegin'.
cryptopp-CRYPTOPP_7_0_0/algebra.cpp:256:0: note: Function 'SimultaneousMultiply' argument 3 names different: declaration 'exponents' definition 'expBegin'.
cryptopp-CRYPTOPP_7_0_0/algebra.cpp:256:0: style: Function 'SimultaneousMultiply' argument 4 names different: declaration 'exponentsCount' definition 'expCount'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/algebra.h:106:0: note: Function 'SimultaneousMultiply' argument 4 names different: declaration 'exponentsCount' definition 'expCount'.
cryptopp-CRYPTOPP_7_0_0/algebra.cpp:256:0: note: Function 'SimultaneousMultiply' argument 4 names different: declaration 'exponentsCount' definition 'expCount'.
cryptopp-CRYPTOPP_7_0_0/algebra.h:133:0: warning: Member variable 'CryptoPP :: AbstractRing < Element >::m_mg' is not assigned a value in 'CryptoPP :: AbstractRing < Element >::operator='. [operatorEqVarError]
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:0: warning: Member variable 'CryptoPP :: SecBlock < word , AllocatorWithCleanup < word , true > >::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/integer.h:524:12: style: Technically the member function 'CryptoPP::Integer::operator++' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/integer.h:526:12: style: Technically the member function 'CryptoPP::Integer::operator--' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:0: style: Technically the member function 'CryptoPP :: SecBlock < word , AllocatorWithCleanup < word , true > >::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:0: style: Technically the member function 'CryptoPP :: SecBlock < word , AllocatorWithCleanup < word , true > >::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:0: style: Technically the member function 'CryptoPP :: SecBlock < word , AllocatorWithCleanup < word , true > >::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/algebra.h:374:18: warning: The class 'EuclideanDomainOf' defines member variable with name 'result' also defined in its parent class 'AbstractEuclideanDomain'. [duplInheritedMember]
cryptopp-CRYPTOPP_7_0_0/algebra.h:301:18: note: Parent variable 'AbstractEuclideanDomain::result'
cryptopp-CRYPTOPP_7_0_0/algebra.h:374:18: note: Derived variable 'EuclideanDomainOf::result'
cryptopp-CRYPTOPP_7_0_0/integer.h:107:3: style: Class 'Integer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/integer.h:232:8: style: The function 'DEREncode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:3125:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/integer.h:232:8: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/integer.h:274:8: style: The function 'BERDecode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:3120:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/integer.h:274:8: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:364:17: style: The function 'Mod' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:292:25: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:364:17: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:367:7: style: The function 'DivisionAlgorithm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:286:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:367:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algparam.cpp:20:31: warning: Member variable 'AlgorithmParametersBase::m_name' is not assigned a value in 'AlgorithmParametersBase::operator='. [operatorEqVarError]
cryptopp-CRYPTOPP_7_0_0/algparam.cpp:20:31: warning: Member variable 'AlgorithmParametersBase::m_throwIfNotUsed' is not assigned a value in 'AlgorithmParametersBase::operator='. [operatorEqVarError]
cryptopp-CRYPTOPP_7_0_0/algparam.cpp:20:31: warning: Member variable 'AlgorithmParametersBase::m_used' is not assigned a value in 'AlgorithmParametersBase::operator='. [operatorEqVarError]
cryptopp-CRYPTOPP_7_0_0/algparam.cpp:59:44: warning: Member variable 'AlgorithmParameters::m_defaultThrowIfNotUsed' is not assigned a value in 'AlgorithmParameters::operator='. [operatorEqVarError]
cryptopp-CRYPTOPP_7_0_0/algparam.h:105:2: style: Class 'ByteArrayParameter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/algparam.h:306:3: style: Class 'ParameterNotUsed' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/algparam.h:133:7: style: The function 'GetVoidValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:449:28: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algparam.h:133:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algparam.h:479:7: style: The function 'GetVoidValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:449:28: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algparam.h:479:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algparam.h:321:5: warning: Class AlgorithmParametersBase is not safe, destructor throws exception [exceptThrowInDestructor]
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:0: warning: Member variable 'CryptoPP :: SecBlock < unsigned char , FixedSizeAllocatorWithCleanup < T , S > >::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/seckey.h:111:14: performance: Technically the member function 'CryptoPP::VariableRounds::ThrowIfInvalidRounds' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:0: style: Technically the member function 'CryptoPP :: SecBlock < unsigned char , FixedSizeAllocatorWithCleanup < T , S > >::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:0: style: Technically the member function 'CryptoPP :: SecBlock < unsigned char , FixedSizeAllocatorWithCleanup < T , S > >::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:0: style: Technically the member function 'CryptoPP :: SecBlock < unsigned char , FixedSizeAllocatorWithCleanup < T , S > >::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/strciphr.h:582:2: style: Class 'SymmetricCipherFinal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/arc4.h:67:15: style: The function 'GetDefaultDiscardBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/arc4.h:43:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/arc4.h:67:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/strciphr.h:554:0: style: The function 'CombineMessageAndShiftRegister' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/strciphr.h:532:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/strciphr.h:554:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/strciphr.h:545:0: style: The function 'CombineMessageAndShiftRegister' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/strciphr.h:532:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/strciphr.h:545:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/aria.cpp:102:0: style: Same expression on both sides of '%' because the value of 'Q' and '4' are the same. [duplicateExpression]
cryptopp-CRYPTOPP_7_0_0/aria.cpp:100:0: note: 'Q' is assigned value '4' here.
cryptopp-CRYPTOPP_7_0_0/aria.cpp:102:0: note: Same expression on both sides of '%' because the value of 'Q' and '4' are the same.
cryptopp-CRYPTOPP_7_0_0/aria.cpp:103:0: style: Same expression on both sides of '%' because the value of 'Q' and '4' are the same. [duplicateExpression]
cryptopp-CRYPTOPP_7_0_0/aria.cpp:100:0: note: 'Q' is assigned value '4' here.
cryptopp-CRYPTOPP_7_0_0/aria.cpp:103:0: note: Same expression on both sides of '%' because the value of 'Q' and '4' are the same.
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:0: warning: Member variable 'CryptoPP :: SecBlock < unsigned char , AllocatorWithCleanup <unsigned char , true > >::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:0: warning: Member variable 'CryptoPP :: SecBlock < word32 , AllocatorWithCleanup < word32 , true > >::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:0: style: Technically the member function 'CryptoPP :: SecBlock < unsigned char , AllocatorWithCleanup <unsigned char , true > >::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:0: style: Technically the member function 'CryptoPP :: SecBlock < unsigned char , AllocatorWithCleanup <unsigned char , true > >::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:0: style: Technically the member function 'CryptoPP :: SecBlock < unsigned char , AllocatorWithCleanup <unsigned char , true > >::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:0: style: Technically the member function 'CryptoPP :: SecBlock < word32 , AllocatorWithCleanup < word32 , true > >::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:0: style: Technically the member function 'CryptoPP :: SecBlock < word32 , AllocatorWithCleanup < word32 , true > >::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:0: style: Technically the member function 'CryptoPP :: SecBlock < word32 , AllocatorWithCleanup < word32 , true > >::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/misc.h:2329:0: style: Class 'CryptoPP :: GetBlock < word32 , EnumToType < ByteOrder , BIG_ENDIAN_ORDER > , false >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/aria.cpp:142:15: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/aria.cpp:152:16: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/aria.cpp:266:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/aria.cpp:269:3: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/aria.cpp:270:3: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/aria.cpp:274:3: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/aria.cpp:275:3: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/aria.cpp:278:2: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/aria.cpp:279:2: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/aria.cpp:280:2: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/aria.cpp:281:2: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/aria.cpp:282:2: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/aria.cpp:283:2: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/asn.cpp:87:44: style: Function 'DEREncodeNull' argument 1 names different: declaration 'bt' definition 'out'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/asn.h:100:70: note: Function 'DEREncodeNull' argument 1 names different: declaration 'bt' definition 'out'.
cryptopp-CRYPTOPP_7_0_0/asn.cpp:87:44: note: Function 'DEREncodeNull' argument 1 names different: declaration 'bt' definition 'out'.
cryptopp-CRYPTOPP_7_0_0/asn.cpp:93:44: style: Function 'BERDecodeNull' argument 1 names different: declaration 'bt' definition 'in'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/asn.h:104:70: note: Function 'BERDecodeNull' argument 1 names different: declaration 'bt' definition 'in'.
cryptopp-CRYPTOPP_7_0_0/asn.cpp:93:44: note: Function 'BERDecodeNull' argument 1 names different: declaration 'bt' definition 'in'.
cryptopp-CRYPTOPP_7_0_0/asn.cpp:216:42: style: Function 'DERReencode' argument 1 names different: declaration 'bt' definition 'source'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/asn.h:163:68: note: Function 'DERReencode' argument 1 names different: declaration 'bt' definition 'source'.
cryptopp-CRYPTOPP_7_0_0/asn.cpp:216:42: note: Function 'DERReencode' argument 1 names different: declaration 'bt' definition 'source'.
cryptopp-CRYPTOPP_7_0_0/asn.cpp:454:40: style: Function 'CheckByte' argument 1 names different: declaration 'b' definition 'check'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/asn.h:266:22: note: Function 'CheckByte' argument 1 names different: declaration 'b' definition 'check'.
cryptopp-CRYPTOPP_7_0_0/asn.cpp:454:40: note: Function 'CheckByte' argument 1 names different: declaration 'b' definition 'check'.
cryptopp-CRYPTOPP_7_0_0/filters.h:400:2: style: The class 'BlockQueue' does not have a constructor although it has private member variables. [noConstructor]
cryptopp-CRYPTOPP_7_0_0/filters.h:1196:2: warning: Member variable 'StringStore::m_store' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/filters.h:1196:2: warning: Member variable 'StringStore::m_length' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/filters.h:1196:2: warning: Member variable 'StringStore::m_count' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/filters.h:1202:2: warning: Member variable 'StringStore::m_store' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/filters.h:1202:2: warning: Member variable 'StringStore::m_length' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/filters.h:1202:2: warning: Member variable 'StringStore::m_count' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/filters.h:1208:21: warning: Member variable 'StringStore::m_store' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/filters.h:1208:21: warning: Member variable 'StringStore::m_length' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/filters.h:1208:21: warning: Member variable 'StringStore::m_count' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/queue.h:26:2: style: Class 'ByteQueue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/queue.h:81:3: style: Class 'Walker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/queue.h:134:2: style: Class 'LazyPutter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/filters.h:46:2: style: Class 'Filter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/filters.h:292:2: style: Class 'TransparentFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/filters.h:302:2: style: Class 'OpaqueFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/filters.h:1115:2: style: Class 'RandomNumberSink' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/filters.h:1140:2: style: Class 'ArraySink' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/filters.h:1196:2: style: Class 'StringStore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/filters.h:1208:21: style: Class 'StringStore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/filters.h:1256:2: style: Class 'NullStore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/filters.h:1385:2: style: Class 'StringSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/asn.h:79:2: style: Class 'UnknownOID' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/asn.h:175:2: style: Class 'OID' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/asn.h:178:2: style: Class 'OID' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/filters.h:1357:0: style: Class 'CryptoPP :: SourceTemplate < StringStore >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/filters.h:1357:0: style: Class 'CryptoPP :: SourceTemplate < RandomNumberStore >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/filters.h:1070:0: style: Class 'CryptoPP :: StringSinkTemplate < std :: string >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/asn.h:287:1: warning: The class 'DERGeneralEncoder' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
cryptopp-CRYPTOPP_7_0_0/filters.h:51:7: style: The function 'Attachable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2184:16: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:51:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:55:26: style: The function 'AttachedTransformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2190:35: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:55:26: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:59:32: style: The function 'AttachedTransformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2196:41: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:59:32: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:65:7: style: The function 'Detach' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2205:16: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:65:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:70:9: style: The function 'TransferTo2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1991:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:70:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:71:9: style: The function 'CopyRangeTo2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2010:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:71:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:74:7: style: The function 'Initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1727:16: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:74:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:75:7: style: The function 'Flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1743:16: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:75:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:76:7: style: The function 'MessageSeriesEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1753:16: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:76:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:328:7: style: The function 'IsolatedInitialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1702:16: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:328:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:329:9: style: The function 'Put2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1654:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:329:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:334:9: style: The function 'PutModifiable2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1664:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:334:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:344:7: style: The function 'IsolatedFlush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1711:16: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:344:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:435:9: style: The function 'Put2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1654:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:435:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:451:7: style: The function 'IsolatedInitialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1702:16: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:451:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:516:14: style: The function 'AlgorithmName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:594:22: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:516:14: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:532:7: style: The function 'InitializeDerivedAndReturnNewSizes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/filters.h:357:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:532:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:533:7: style: The function 'FirstPut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/filters.h:364:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:533:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:534:7: style: The function 'NextPutMultiple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/filters.h:370:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:534:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:535:7: style: The function 'NextPutModifiable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/filters.h:372:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:535:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:536:7: style: The function 'LastPut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/filters.h:384:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:536:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:620:14: style: The function 'AlgorithmName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:594:22: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:620:14: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:624:7: style: The function 'InitializeDerivedAndReturnNewSizes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/filters.h:357:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:624:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:625:7: style: The function 'FirstPut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/filters.h:364:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:625:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:626:7: style: The function 'NextPutMultiple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/filters.h:370:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:626:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:627:7: style: The function 'LastPut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/filters.h:384:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:627:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:660:7: style: The function 'IsolatedInitialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1702:16: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:660:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:661:9: style: The function 'ChannelCreatePutSpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2128:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:661:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:662:9: style: The function 'ChannelPut2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2137:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:662:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:674:7: style: The function 'LastPut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/filters.h:384:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:674:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:715:14: style: The function 'AlgorithmName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:594:22: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:715:14: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:716:9: style: The function 'ChannelCreatePutSpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2128:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:716:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:717:9: style: The function 'ChannelPut2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2137:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:717:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:721:7: style: The function 'InitializeDerivedAndReturnNewSizes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/filters.h:357:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:721:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:722:7: style: The function 'FirstPut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/filters.h:364:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:722:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:723:7: style: The function 'NextPutMultiple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/filters.h:370:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:723:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:735:7: style: The function 'LastPut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/filters.h:384:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:735:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:811:14: style: The function 'AlgorithmName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:594:22: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:811:14: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:818:7: style: The function 'InitializeDerivedAndReturnNewSizes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/filters.h:357:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:818:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:819:7: style: The function 'FirstPut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/filters.h:364:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:819:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:820:7: style: The function 'NextPutMultiple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/filters.h:370:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:820:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:821:7: style: The function 'LastPut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/filters.h:384:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:821:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:988:7: style: The function 'IsolatedFlush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1711:16: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:988:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:993:7: style: The function 'NextPutMultiple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/filters.h:370:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:993:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:994:7: style: The function 'NextPutModifiable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/filters.h:372:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:994:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:1011:7: style: The function 'FirstPut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/filters.h:364:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:1011:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:1024:7: style: The function 'LastPut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/filters.h:384:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:1024:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:1215:20: style: The function 'StoreInitialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/simple.h:323:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:1215:20: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:1245:7: style: The function 'StoreInitialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/simple.h:323:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:1245:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:1257:7: style: The function 'StoreInitialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/simple.h:323:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:1257:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/asn.h:281:7: style: The function 'StoreInitialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/simple.h:323:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/asn.h:281:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/authenc.cpp:11:69: style: Function 'AuthenticateData' argument 1 names different: declaration 'data' definition 'input'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/authenc.h:61:36: note: Function 'AuthenticateData' argument 1 names different: declaration 'data' definition 'input'.
cryptopp-CRYPTOPP_7_0_0/authenc.cpp:11:69: note: Function 'AuthenticateData' argument 1 names different: declaration 'data' definition 'input'.
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:2: warning: Member variable 'SecBlock::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:11: style: Technically the member function 'CryptoPP::SecBlock::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:11: style: Technically the member function 'CryptoPP::SecBlock::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:22: style: Technically the member function 'CryptoPP::SecBlock::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/authenc.h:47:7: performance: Technically the member function 'CryptoPP::AuthenticatedSymmetricCipherBase::IsRandomAccess' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/authenc.h:48:7: performance: Technically the member function 'CryptoPP::AuthenticatedSymmetricCipherBase::IsSelfInverting' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/authenc.h:58:7: performance: Technically the member function 'CryptoPP::AuthenticatedSymmetricCipherBase::UncheckedSetKey' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/basecode.h:22:2: style: Class 'BaseN_Encoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/basecode.h:63:2: style: Class 'BaseN_Decoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/basecode.h:112:2: style: Class 'Grouper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/base32.h:68:2: style: Class 'Base32Decoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/base32.h:140:2: style: Class 'Base32HexDecoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/base32.h:56:7: style: The function 'IsolatedInitialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1702:16: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/base32.h:56:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/base32.h:127:7: style: The function 'IsolatedInitialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1702:16: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/base32.h:127:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/base64.h:63:2: style: Class 'Base64Decoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/base64.h:138:2: style: Class 'Base64URLDecoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/base64.h:52:7: style: The function 'IsolatedInitialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1702:16: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/base64.h:52:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/base64.h:125:7: style: The function 'IsolatedInitialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1702:16: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/base64.h:125:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/seckey.h:228:0: style: Checking if unsigned variable 'keylength' is less than zero. This might be a false warning. [unsignedLessThanZero]
cryptopp-CRYPTOPP_7_0_0/validate.h:210:20: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
cryptopp-CRYPTOPP_7_0_0/modarith.h:54:2: warning: Member variable 'ModularArithmetic::m_result1' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/files.h:145:2: warning: Member variable 'FileSink::m_stream' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/files.h:151:2: warning: Member variable 'FileSink::m_stream' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/algebra.h:133:0: warning: Member variable 'CryptoPP :: AbstractRing < Integer >::m_mg' is not assigned a value in 'CryptoPP :: AbstractRing < Integer >::operator='. [operatorEqVarError]
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:0: warning: Member variable 'CryptoPP :: SecBlock < word64 , AllocatorWithCleanup < word64 , true > >::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:0: warning: Member variable 'CryptoPP :: SecBlock < word32 , FixedSizeAllocatorWithCleanup < word32 , 60 , NullAllocator < word32 > , true > >::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:0: warning: Member variable 'CryptoPP :: SecBlock < word32 , FixedSizeAllocatorWithCleanup < word32 , 4 , NullAllocator < word32 > , true > >::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/blumshub.h:48:7: performance: Technically the member function 'CryptoPP::BlumBlumShub::IsRandomAccess' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/modes.h:202:7: performance: Technically the member function 'CryptoPP::BlockOrientedCipherModeBase::RequireAlignedInput' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/modes.h:228:7: performance: Technically the member function 'CryptoPP::CBC_ModeBase::RequireAlignedInput' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/drbg.h:247:10: performance: Technically the member function 'CryptoPP::Hash_DRBG::Hash_Update' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/drbg.h:573:45: note: Technically the member function 'CryptoPP::Hash_DRBG::Hash_Update' can be static.
cryptopp-CRYPTOPP_7_0_0/drbg.h:247:10: note: Technically the member function 'CryptoPP::Hash_DRBG::Hash_Update' can be static.
cryptopp-CRYPTOPP_7_0_0/padlkrng.h:124:16: performance: Technically the member function 'CryptoPP::PadlockRNG::DivisorHelper' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:0: style: Technically the member function 'CryptoPP :: SecBlock < word64 , AllocatorWithCleanup < word64 , true > >::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:0: style: Technically the member function 'CryptoPP :: SecBlock < word64 , AllocatorWithCleanup < word64 , true > >::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:0: style: Technically the member function 'CryptoPP :: SecBlock < word64 , AllocatorWithCleanup < word64 , true > >::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:0: style: Technically the member function 'CryptoPP :: SecBlock < word32 , FixedSizeAllocatorWithCleanup < word32 , 60 , NullAllocator < word32 > , true > >::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:0: style: Technically the member function 'CryptoPP :: SecBlock < word32 , FixedSizeAllocatorWithCleanup < word32 , 60 , NullAllocator < word32 > , true > >::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:0: style: Technically the member function 'CryptoPP :: SecBlock < word32 , FixedSizeAllocatorWithCleanup < word32 , 60 , NullAllocator < word32 > , true > >::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:0: style: Technically the member function 'CryptoPP :: SecBlock < word32 , FixedSizeAllocatorWithCleanup < word32 , 4 , NullAllocator < word32 > , true > >::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:0: style: Technically the member function 'CryptoPP :: SecBlock < word32 , FixedSizeAllocatorWithCleanup < word32 , 4 , NullAllocator < word32 > , true > >::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:0: style: Technically the member function 'CryptoPP :: SecBlock < word32 , FixedSizeAllocatorWithCleanup < word32 , 4 , NullAllocator < word32 > , true > >::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/validate.h:152:2: style: Class 'StreamState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/modarith.h:49:2: style: Class 'ModularArithmetic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/modarith.h:59:2: style: Class 'ModularArithmetic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/modarith.h:282:2: style: Class 'MontgomeryRepresentation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/files.h:41:2: style: Class 'FileStore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/files.h:46:2: style: Class 'FileStore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/files.h:29:3: style: Class 'Err' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/files.h:32:38: style: Class 'OpenErr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/files.h:90:2: style: Class 'FileSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/files.h:145:2: style: Class 'FileSink' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/files.h:133:3: style: Class 'Err' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/files.h:136:38: style: Class 'OpenErr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/hex.h:39:2: style: Class 'HexDecoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/factory.h:48:3: style: Class 'FactoryNotFound' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/factory.h:112:2: style: Struct 'RegisterDefaultFactoryFor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/rdrand.h:41:5: style: Class 'RDRAND_Err' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/rdrand.h:91:5: style: Class 'RDSEED_Err' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/padlkrng.h:23:2: style: Class 'PadlockRNG_Err' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/padlkrng.h:75:2: style: Class 'PadlockRNG' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/modes.h:319:0: style: Class 'CryptoPP :: CipherModeFinalTemplate_ExternalCipher < ConcretePolicyHolder < Empty , AdditiveCipherTemplate < AbstractPolicyHolder < AdditiveCipherAbstractPolicy , CTR_ModePolicy > > > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/modes.h:319:0: style: Class 'CryptoPP :: CipherModeFinalTemplate_ExternalCipher < ECB_OneWay >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/modes.h:319:0: style: Class 'CryptoPP :: CipherModeFinalTemplate_ExternalCipher < CBC_Encryption >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/modes.h:319:0: style: Class 'CryptoPP :: CipherModeFinalTemplate_ExternalCipher < CBC_Decryption >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/modes.h:319:0: style: Class 'CryptoPP :: CipherModeFinalTemplate_ExternalCipher < CBC_CTS_Encryption >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/modes.h:319:0: style: Class 'CryptoPP :: CipherModeFinalTemplate_ExternalCipher < CBC_CTS_Decryption >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/filters.h:1357:0: style: Class 'CryptoPP :: SourceTemplate < FileStore >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/modarith.h:38:1: warning: The class 'ModularArithmetic' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
cryptopp-CRYPTOPP_7_0_0/modarith.h:288:30: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/modarith.h:65:30: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modarith.h:288:30: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modarith.h:290:7: style: The function 'IsMontgomeryRepresentation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/modarith.h:92:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modarith.h:290:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modarith.h:292:10: style: The function 'ConvertIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/modarith.h:99:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modarith.h:292:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modarith.h:295:10: style: The function 'ConvertOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/modarith.h:107:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modarith.h:295:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/blumshub.h:24:15: style: The function 'GenerateBit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1365:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/blumshub.h:24:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/blumshub.h:25:7: style: The function 'GenerateByte' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1358:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/blumshub.h:25:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/blumshub.h:26:7: style: The function 'GenerateBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1384:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/blumshub.h:26:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/blumshub.h:27:7: style: The function 'ProcessData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:943:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/blumshub.h:27:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/blumshub.h:29:7: style: The function 'IsSelfInverting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1050:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/blumshub.h:29:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/blumshub.h:30:7: style: The function 'IsForwardTransformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1055:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/blumshub.h:30:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/files.h:71:7: style: The function 'StoreInitialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/simple.h:323:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/files.h:71:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/files.h:166:7: style: The function 'IsolatedInitialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1702:16: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/files.h:166:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/files.h:167:9: style: The function 'Put2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1654:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/files.h:167:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/files.h:168:7: style: The function 'IsolatedFlush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1711:16: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/files.h:168:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/hex.h:30:7: style: The function 'IsolatedInitialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1702:16: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/hex.h:30:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modes.h:53:9: style: The function 'MinKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:606:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modes.h:53:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modes.h:54:9: style: The function 'MaxKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:609:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modes.h:54:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modes.h:55:9: style: The function 'DefaultKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:612:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modes.h:55:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modes.h:56:9: style: The function 'GetValidKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:622:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modes.h:56:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modes.h:57:7: style: The function 'IsValidKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:628:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modes.h:57:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modes.h:59:15: style: The function 'OptimalDataAlignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:934:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modes.h:59:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modes.h:61:15: style: The function 'IVSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:714:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modes.h:61:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modes.h:62:25: style: The function 'IVRequirement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:687:25: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modes.h:62:25: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modes.h:194:7: style: The function 'UncheckedSetKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:762:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modes.h:194:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modes.h:195:15: style: The function 'MandatoryBlockSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:918:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modes.h:195:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modes.h:196:7: style: The function 'IsRandomAccess' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1032:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modes.h:196:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modes.h:197:7: style: The function 'IsSelfInverting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1050:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modes.h:197:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modes.h:198:7: style: The function 'IsForwardTransformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1055:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modes.h:198:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modes.h:203:15: style: The function 'ResizeBuffers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/modes.h:90:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modes.h:203:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modes.h:214:7: style: The function 'SetKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:635:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modes.h:214:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modes.h:216:17: style: The function 'IVRequirement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/modes.h:62:25: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modes.h:216:17: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modes.h:217:15: style: The function 'OptimalBlockSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:925:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modes.h:217:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modes.h:218:7: style: The function 'ProcessData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:943:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modes.h:218:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modes.h:227:17: style: The function 'IVRequirement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/modes.h:62:25: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modes.h:227:17: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modes.h:229:15: style: The function 'MinLastBlockSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:974:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modes.h:229:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modes.h:236:7: style: The function 'ProcessData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:943:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modes.h:236:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modes.h:247:15: style: The function 'MinLastBlockSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:974:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modes.h:247:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modes.h:248:9: style: The function 'ProcessLastBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:957:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modes.h:248:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modes.h:251:7: style: The function 'UncheckedSetKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:762:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modes.h:251:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modes.h:265:7: style: The function 'ProcessData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:943:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modes.h:265:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modes.h:268:15: style: The function 'ResizeBuffers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/modes.h:203:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modes.h:268:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modes.h:278:15: style: The function 'MinLastBlockSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:974:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modes.h:278:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modes.h:279:9: style: The function 'ProcessLastBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:957:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modes.h:279:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/factory.h:32:18: style: The function 'CreateObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/factory.h:22:26: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/factory.h:32:18: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/hmac.h:22:7: style: The function 'UncheckedSetKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:762:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/hmac.h:22:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/hmac.h:24:7: style: The function 'Restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1100:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/hmac.h:24:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/hmac.h:25:7: style: The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1078:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/hmac.h:25:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/hmac.h:26:7: style: The function 'TruncatedFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1175:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/hmac.h:26:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/hmac.h:27:15: style: The function 'OptimalBlockSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1123:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/hmac.h:27:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/hmac.h:28:15: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1105:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/hmac.h:28:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/drbg.h:41:18: style: The function 'CanIncorporateEntropy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1351:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/drbg.h:41:18: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/drbg.h:51:18: style: The function 'IncorporateEntropy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1343:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/drbg.h:51:18: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/drbg.h:71:18: style: The function 'GenerateBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1384:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/drbg.h:71:18: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/drbg.h:214:18: style: The function 'SecurityStrength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/drbg.h:88:26: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/drbg.h:214:18: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/drbg.h:215:18: style: The function 'SeedLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/drbg.h:94:26: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/drbg.h:215:18: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/drbg.h:216:18: style: The function 'MinEntropyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/drbg.h:102:26: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/drbg.h:216:18: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/drbg.h:217:18: style: The function 'MaxEntropyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/drbg.h:110:26: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/drbg.h:217:18: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/drbg.h:218:18: style: The function 'MinNonceLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/drbg.h:117:26: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/drbg.h:218:18: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/drbg.h:219:18: style: The function 'MaxNonceLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/drbg.h:125:26: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/drbg.h:219:18: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/drbg.h:220:18: style: The function 'MaxBytesPerRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/drbg.h:130:26: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/drbg.h:220:18: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/drbg.h:221:18: style: The function 'MaxRequestBeforeReseed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/drbg.h:137:26: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/drbg.h:221:18: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/drbg.h:223:10: style: The function 'IncorporateEntropy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/drbg.h:51:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/drbg.h:223:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/drbg.h:226:10: style: The function 'IncorporateEntropy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/drbg.h:64:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/drbg.h:226:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/drbg.h:229:10: style: The function 'GenerateBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/drbg.h:71:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/drbg.h:229:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/drbg.h:232:10: style: The function 'GenerateBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/drbg.h:83:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/drbg.h:232:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/drbg.h:237:10: style: The function 'DRBG_Instantiate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/drbg.h:140:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/drbg.h:237:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/drbg.h:241:10: style: The function 'DRBG_Reseed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/drbg.h:143:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/drbg.h:241:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/drbg.h:327:18: style: The function 'SecurityStrength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/drbg.h:88:26: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/drbg.h:327:18: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/drbg.h:328:18: style: The function 'SeedLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/drbg.h:94:26: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/drbg.h:328:18: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/drbg.h:329:18: style: The function 'MinEntropyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/drbg.h:102:26: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/drbg.h:329:18: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/drbg.h:330:18: style: The function 'MaxEntropyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/drbg.h:110:26: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/drbg.h:330:18: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/drbg.h:331:18: style: The function 'MinNonceLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/drbg.h:117:26: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/drbg.h:331:18: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/drbg.h:332:18: style: The function 'MaxNonceLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/drbg.h:125:26: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/drbg.h:332:18: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/drbg.h:333:18: style: The function 'MaxBytesPerRequest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/drbg.h:130:26: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/drbg.h:333:18: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/drbg.h:334:18: style: The function 'MaxRequestBeforeReseed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/drbg.h:137:26: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/drbg.h:334:18: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/drbg.h:336:10: style: The function 'IncorporateEntropy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/drbg.h:51:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/drbg.h:336:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/drbg.h:339:10: style: The function 'IncorporateEntropy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/drbg.h:64:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/drbg.h:339:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/drbg.h:342:10: style: The function 'GenerateBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/drbg.h:71:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/drbg.h:342:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/drbg.h:345:10: style: The function 'GenerateBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/drbg.h:83:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/drbg.h:345:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/drbg.h:350:10: style: The function 'DRBG_Instantiate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/drbg.h:140:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/drbg.h:350:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/drbg.h:354:10: style: The function 'DRBG_Reseed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/drbg.h:143:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/drbg.h:354:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rdrand.h:65:18: style: The function 'GenerateBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1384:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rdrand.h:65:18: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rdrand.h:72:18: style: The function 'DiscardBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1400:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rdrand.h:72:18: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rdrand.h:78:18: style: The function 'IncorporateEntropy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1343:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rdrand.h:78:18: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rdrand.h:115:18: style: The function 'GenerateBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1384:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rdrand.h:115:18: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rdrand.h:122:18: style: The function 'DiscardBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1400:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rdrand.h:122:18: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rdrand.h:128:18: style: The function 'IncorporateEntropy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1343:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rdrand.h:128:18: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/padlkrng.h:80:15: style: The function 'GenerateBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1384:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/padlkrng.h:80:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/padlkrng.h:87:15: style: The function 'DiscardBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1400:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/padlkrng.h:87:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/padlkrng.h:93:15: style: The function 'IncorporateEntropy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1343:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/padlkrng.h:93:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:1397:0: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
cryptopp-CRYPTOPP_7_0_0/hmqv.h:129:12: style: The scope of the variable 'xxs' can be reduced. [variableScope]
cryptopp-CRYPTOPP_7_0_0/hmqv.h:129:21: style: The scope of the variable 'yys' can be reduced. [variableScope]
cryptopp-CRYPTOPP_7_0_0/hmqv.h:129:30: style: The scope of the variable 'aas' can be reduced. [variableScope]
cryptopp-CRYPTOPP_7_0_0/hmqv.h:129:39: style: The scope of the variable 'bbs' can be reduced. [variableScope]
cryptopp-CRYPTOPP_7_0_0/fhmqv.h:130:12: style: The scope of the variable 'xxs' can be reduced. [variableScope]
cryptopp-CRYPTOPP_7_0_0/fhmqv.h:130:21: style: The scope of the variable 'yys' can be reduced. [variableScope]
cryptopp-CRYPTOPP_7_0_0/fhmqv.h:130:30: style: The scope of the variable 'aas' can be reduced. [variableScope]
cryptopp-CRYPTOPP_7_0_0/fhmqv.h:130:39: style: The scope of the variable 'bbs' can be reduced. [variableScope]
cryptopp-CRYPTOPP_7_0_0/algebra.h:133:0: warning: Member variable 'CryptoPP :: AbstractRing < PolynomialMod2 >::m_mg' is not assigned a value in 'CryptoPP :: AbstractRing < PolynomialMod2 >::operator='. [operatorEqVarError]
cryptopp-CRYPTOPP_7_0_0/algebra.h:133:0: warning: Member variable 'CryptoPP :: AbstractRing < CryptoPP :: EuclideanDomainOf < PolynomialMod2 > :: Element >::m_mg' is not assigned a value in 'CryptoPP :: AbstractRing < CryptoPP :: EuclideanDomainOf < PolynomialMod2 > :: Element >::operator='. [operatorEqVarError]
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:0: warning: Member variable 'CryptoPP :: SecBlock < unsigned char , FixedSizeAllocatorWithCleanup <unsigned char , 16 , NullAllocator <unsigned char > , true > >::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:0: warning: Member variable 'CryptoPP :: SecBlock < unsigned char , FixedSizeAllocatorWithCleanup <unsigned char , 32 , NullAllocator <unsigned char > , true > >::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/hmqv.h:297:19: style: Member variable 'HMQV_Domain::m_groupParameters' is in the wrong place in the initializer list. [initializerList]
cryptopp-CRYPTOPP_7_0_0/hmqv.h:35:53: note: Member variable 'HMQV_Domain::m_groupParameters' is in the wrong place in the initializer list.
cryptopp-CRYPTOPP_7_0_0/hmqv.h:297:19: note: Member variable 'HMQV_Domain::m_groupParameters' is in the wrong place in the initializer list.
cryptopp-CRYPTOPP_7_0_0/fhmqv.h:288:19: style: Member variable 'FHMQV_Domain::m_groupParameters' is in the wrong place in the initializer list. [initializerList]
cryptopp-CRYPTOPP_7_0_0/fhmqv.h:36:53: note: Member variable 'FHMQV_Domain::m_groupParameters' is in the wrong place in the initializer list.
cryptopp-CRYPTOPP_7_0_0/fhmqv.h:288:19: note: Member variable 'FHMQV_Domain::m_groupParameters' is in the wrong place in the initializer list.
cryptopp-CRYPTOPP_7_0_0/pubkey.h:326:7: performance: Technically the member function 'CryptoPP::PK_SignatureMessageEncodingMethod::IsProbabilistic' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:328:7: performance: Technically the member function 'CryptoPP::PK_SignatureMessageEncodingMethod::AllowNonrecoverablePart' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/gf2n.h:223:18: performance: Technically the member function 'CryptoPP::PolynomialMod2::Doubled' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/xtr.h:24:7: style: Technically the member function 'CryptoPP::GFP2Element::Encode' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/esign.h:125:7: performance: Technically the member function 'CryptoPP::EMSA5Pad::ComputeMessageRepresentative' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2088:0: performance: Technically the member function 'CryptoPP :: DL_KeyAgreementAlgorithm_DH < DL_GroupParameters_GFP_DefaultSafePrime :: Element , typename GROUP_PARAMETERS :: DefaultCofactorOption >::AgreeWithEphemeralPrivateKey' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2094:0: performance: Technically the member function 'CryptoPP :: DL_KeyAgreementAlgorithm_DH < DL_GroupParameters_GFP_DefaultSafePrime :: Element , typename GROUP_PARAMETERS :: DefaultCofactorOption >::AgreeWithStaticPrivateKey' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:0: style: Technically the member function 'CryptoPP :: SecBlock < unsigned char , FixedSizeAllocatorWithCleanup <unsigned char , 16 , NullAllocator <unsigned char > , true > >::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:0: style: Technically the member function 'CryptoPP :: SecBlock < unsigned char , FixedSizeAllocatorWithCleanup <unsigned char , 16 , NullAllocator <unsigned char > , true > >::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:0: style: Technically the member function 'CryptoPP :: SecBlock < unsigned char , FixedSizeAllocatorWithCleanup <unsigned char , 16 , NullAllocator <unsigned char > , true > >::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:0: style: Technically the member function 'CryptoPP :: SecBlock < unsigned char , FixedSizeAllocatorWithCleanup <unsigned char , 32 , NullAllocator <unsigned char > , true > >::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:0: style: Technically the member function 'CryptoPP :: SecBlock < unsigned char , FixedSizeAllocatorWithCleanup <unsigned char , 32 , NullAllocator <unsigned char > , true > >::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:0: style: Technically the member function 'CryptoPP :: SecBlock < unsigned char , FixedSizeAllocatorWithCleanup <unsigned char , 32 , NullAllocator <unsigned char > , true > >::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/smartptr.h:84:0: style: Technically the member function 'CryptoPP :: value_ptr < MontgomeryRepresentation >::operator==' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/smartptr.h:84:0: style: Technically the member function 'CryptoPP :: value_ptr < ECP >::operator==' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/algebra.h:374:0: warning: The class 'CryptoPP :: EuclideanDomainOf < PolynomialMod2 >' defines member variable with name 'result' also defined in its parent class 'CryptoPP :: AbstractEuclideanDomain < PolynomialMod2 >'. [duplInheritedMember]
cryptopp-CRYPTOPP_7_0_0/algebra.h:301:0: note: Parent variable 'CryptoPP :: AbstractEuclideanDomain < PolynomialMod2 >::result'
cryptopp-CRYPTOPP_7_0_0/algebra.h:374:0: note: Derived variable 'CryptoPP :: EuclideanDomainOf < PolynomialMod2 >::result'
cryptopp-CRYPTOPP_7_0_0/pubkey.h:624:2: style: Class 'TF_ObjectImplExtRef' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2139:2: style: Class 'PK_FinalTemplate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2142:2: style: Class 'PK_FinalTemplate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2145:2: style: Class 'PK_FinalTemplate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2148:2: style: Class 'PK_FinalTemplate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/mqv.h:40:2: style: Class 'MQV_Domain' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/mqv.h:45:2: style: Class 'MQV_Domain' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/hmqv.h:32:3: style: Class 'HMQV_Domain' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/fhmqv.h:33:3: style: Class 'FHMQV_Domain' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/gf2n.h:298:2: style: Class 'GF2NP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/ecp.h:54:2: style: Class 'ECP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/ec2n.h:49:2: style: Class 'EC2N' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/xtr.h:51:2: style: Class 'GFP2_ONB' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/xtrcrypt.h:22:2: style: Class 'XTR_DH' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/randpool.h:78:2: style: Class 'OldRandomPool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/eccrypto.h:54:0: style: Class 'CryptoPP :: DL_GroupParameters_EC < ECP >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/eccrypto.h:67:0: style: Class 'CryptoPP :: DL_GroupParameters_EC < ECP >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/eccrypto.h:54:0: style: Class 'CryptoPP :: DL_GroupParameters_EC < EC2N >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/eccrypto.h:67:0: style: Class 'CryptoPP :: DL_GroupParameters_EC < EC2N >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/dh.h:42:0: style: Class 'CryptoPP :: DH_Domain < DL_GroupParameters_GFP_DefaultSafePrime , typename GROUP_PARAMETERS :: DefaultCofactorOption >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/dh.h:47:0: style: Class 'CryptoPP :: DH_Domain < DL_GroupParameters_GFP_DefaultSafePrime , typename GROUP_PARAMETERS :: DefaultCofactorOption >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/smartptr.h:106:0: style: Class 'CryptoPP :: clonable_ptr < ModularArithmetic >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/smartptr.h:107:0: style: Class 'CryptoPP :: clonable_ptr < ModularArithmetic >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/smartptr.h:106:0: style: Class 'CryptoPP :: clonable_ptr < GF2NP >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/smartptr.h:107:0: style: Class 'CryptoPP :: clonable_ptr < GF2NP >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/smartptr.h:78:0: style: Class 'CryptoPP :: value_ptr < MontgomeryRepresentation >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/smartptr.h:79:0: style: Class 'CryptoPP :: value_ptr < MontgomeryRepresentation >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/smartptr.h:78:0: style: Class 'CryptoPP :: value_ptr < ECP >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/smartptr.h:79:0: style: Class 'CryptoPP :: value_ptr < ECP >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:137:10: style: The function 'ApplyRandomizedFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:112:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:137:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:139:7: style: The function 'IsRandomized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:117:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:139:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:190:10: style: The function 'CalculateRandomizedInverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:165:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:190:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:196:7: style: The function 'IsRandomized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:170:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:196:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:394:7: style: The function 'VerifyMessageRepresentative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:354:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:394:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:405:7: style: The function 'VerifyMessageRepresentative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:354:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:405:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:416:7: style: The function 'ComputeMessageRepresentative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:349:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:416:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:428:7: style: The function 'ComputeMessageRepresentative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:349:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:428:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:458:7: style: The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1078:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:458:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:476:23: style: The function 'AccessHash' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:456:31: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:476:23: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:647:19: style: The function 'GetKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:577:27: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:647:19: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:648:13: style: The function 'AccessKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:578:21: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:648:13: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:718:7: style: The function 'GenerateAndMask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:697:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:718:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gfpcrypt.h:705:10: style: The function 'ParameterSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:1464:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gfpcrypt.h:705:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gfpcrypt.h:706:12: style: The function 'GetSymmetricKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:1466:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gfpcrypt.h:706:12: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gfpcrypt.h:708:12: style: The function 'GetSymmetricCiphertextLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:1467:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gfpcrypt.h:708:12: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gfpcrypt.h:710:12: style: The function 'GetMaxSymmetricPlaintextLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:1468:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gfpcrypt.h:710:12: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gfpcrypt.h:712:10: style: The function 'SymmetricEncrypt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:1469:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gfpcrypt.h:712:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gfpcrypt.h:744:20: style: The function 'SymmetricDecrypt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:1470:25: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gfpcrypt.h:744:20: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gfpcrypt.h:788:10: style: The function 'ParameterSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:1453:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gfpcrypt.h:788:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gfpcrypt.h:789:10: style: The function 'Derive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:1455:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gfpcrypt.h:789:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/mqv.h:94:21: style: The function 'AccessCryptoParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2480:29: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/mqv.h:94:21: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/mqv.h:101:15: style: The function 'AgreedValueLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2907:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/mqv.h:101:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/mqv.h:106:15: style: The function 'StaticPrivateKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2911:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/mqv.h:106:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/mqv.h:113:15: style: The function 'StaticPublicKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2915:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/mqv.h:113:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/mqv.h:120:7: style: The function 'GenerateStaticPrivateKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2921:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/mqv.h:120:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/mqv.h:133:7: style: The function 'GenerateStaticPublicKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2928:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/mqv.h:133:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/mqv.h:142:15: style: The function 'EphemeralPrivateKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2941:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/mqv.h:142:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/mqv.h:143:15: style: The function 'EphemeralPublicKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2945:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/mqv.h:143:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/mqv.h:145:7: style: The function 'GenerateEphemeralPrivateKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2951:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/mqv.h:145:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/mqv.h:154:7: style: The function 'GenerateEphemeralPublicKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2958:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/mqv.h:154:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/mqv.h:160:7: style: The function 'Agree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2983:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/mqv.h:160:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/hmqv.h:66:22: style: The function 'AccessCryptoParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2480:29: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/hmqv.h:66:22: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/hmqv.h:69:16: style: The function 'AgreedValueLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2907:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/hmqv.h:69:16: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/hmqv.h:71:16: style: The function 'StaticPrivateKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2911:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/hmqv.h:71:16: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/hmqv.h:73:16: style: The function 'StaticPublicKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2915:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/hmqv.h:73:16: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/hmqv.h:77:8: style: The function 'GenerateStaticPrivateKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2921:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/hmqv.h:77:8: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/hmqv.h:85:8: style: The function 'GenerateStaticPublicKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2928:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/hmqv.h:85:8: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/hmqv.h:94:16: style: The function 'EphemeralPrivateKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2941:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/hmqv.h:94:16: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/hmqv.h:95:16: style: The function 'EphemeralPublicKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2945:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/hmqv.h:95:16: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/hmqv.h:98:8: style: The function 'GenerateEphemeralPrivateKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2951:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/hmqv.h:98:8: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/hmqv.h:108:8: style: The function 'GenerateEphemeralPublicKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2958:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/hmqv.h:108:8: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/hmqv.h:123:8: style: The function 'Agree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2983:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/hmqv.h:123:8: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/fhmqv.h:67:22: style: The function 'AccessCryptoParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2480:29: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/fhmqv.h:67:22: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/fhmqv.h:70:16: style: The function 'AgreedValueLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2907:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/fhmqv.h:70:16: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/fhmqv.h:72:16: style: The function 'StaticPrivateKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2911:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/fhmqv.h:72:16: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/fhmqv.h:74:16: style: The function 'StaticPublicKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2915:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/fhmqv.h:74:16: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/fhmqv.h:78:8: style: The function 'GenerateStaticPrivateKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2921:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/fhmqv.h:78:8: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/fhmqv.h:86:8: style: The function 'GenerateStaticPublicKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2928:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/fhmqv.h:86:8: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/fhmqv.h:95:16: style: The function 'EphemeralPrivateKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2941:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/fhmqv.h:95:16: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/fhmqv.h:96:16: style: The function 'EphemeralPublicKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2945:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/fhmqv.h:96:16: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/fhmqv.h:99:8: style: The function 'GenerateEphemeralPrivateKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2951:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/fhmqv.h:99:8: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/fhmqv.h:109:8: style: The function 'GenerateEphemeralPublicKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2958:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/fhmqv.h:109:8: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/fhmqv.h:124:8: style: The function 'Agree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2983:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/fhmqv.h:124:8: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gf2n.h:337:10: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/gf2n.h:300:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gf2n.h:337:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gf2n.h:338:7: style: The function 'DEREncode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/gf2n.h:301:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gf2n.h:338:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gf2n.h:362:10: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/gf2n.h:300:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gf2n.h:362:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gf2n.h:363:7: style: The function 'DEREncode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/gf2n.h:301:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gf2n.h:363:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pkcspad.h:28:9: style: The function 'MaxUnpaddedLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:217:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pkcspad.h:28:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pkcspad.h:29:7: style: The function 'Pad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:219:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pkcspad.h:29:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pkcspad.h:30:17: style: The function 'Unpad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:221:25: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pkcspad.h:30:17: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pkcspad.h:92:9: style: The function 'MinRepresentativeBitLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:315:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pkcspad.h:92:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/oaep.h:21:7: style: The function 'ParameterSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:213:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/oaep.h:21:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/oaep.h:22:9: style: The function 'MaxUnpaddedLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:217:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/oaep.h:22:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/oaep.h:23:7: style: The function 'Pad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:219:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/oaep.h:23:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/oaep.h:24:17: style: The function 'Unpad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:221:25: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/oaep.h:24:17: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rsa.h:35:6: style: The function 'GetAlgorithmID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/asn.h:404:14: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rsa.h:35:6: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rsa.h:36:7: style: The function 'BERDecodePublicKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/asn.h:411:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rsa.h:36:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rsa.h:37:7: style: The function 'DEREncodePublicKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/asn.h:413:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rsa.h:37:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rsa.h:45:10: style: The function 'ApplyFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:146:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rsa.h:45:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rsa.h:46:10: style: The function 'PreimageBound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:80:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rsa.h:46:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rsa.h:47:10: style: The function 'ImageBound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:84:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rsa.h:47:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rsa.h:107:6: style: The function 'GetAlgorithmID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/asn.h:404:14: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rsa.h:107:6: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rsa.h:108:7: style: The function 'BERDecodePrivateKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/asn.h:434:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rsa.h:108:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rsa.h:109:7: style: The function 'DEREncodePrivateKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/asn.h:436:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rsa.h:109:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rsa.h:112:10: style: The function 'CalculateInverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:202:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rsa.h:112:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rsa.h:145:10: style: The function 'ApplyFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:146:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rsa.h:145:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rsa.h:146:10: style: The function 'PreimageBound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:80:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rsa.h:146:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rsa.h:154:10: style: The function 'CalculateInverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:202:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rsa.h:154:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rsa.h:155:10: style: The function 'PreimageBound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:80:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rsa.h:155:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/luc.h:54:10: style: The function 'ApplyFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:146:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/luc.h:54:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/luc.h:55:10: style: The function 'PreimageBound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:80:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/luc.h:55:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/luc.h:56:10: style: The function 'ImageBound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:84:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/luc.h:56:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/luc.h:58:7: style: The function 'Validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2260:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/luc.h:58:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/luc.h:59:7: style: The function 'GetVoidValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:449:28: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/luc.h:59:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/luc.h:60:7: style: The function 'AssignFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2244:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/luc.h:60:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/luc.h:108:10: style: The function 'CalculateInverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:202:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/luc.h:108:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/luc.h:110:7: style: The function 'Validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2260:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/luc.h:110:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/luc.h:111:7: style: The function 'GetVoidValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:449:28: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/luc.h:111:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/luc.h:112:7: style: The function 'AssignFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2244:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/luc.h:112:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/luc.h:114:7: style: The function 'GenerateRandom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2354:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/luc.h:114:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rw.h:37:7: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2280:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rw.h:37:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rw.h:39:7: style: The function 'Load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2297:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rw.h:39:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rw.h:42:10: style: The function 'ApplyFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:146:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rw.h:42:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rw.h:43:10: style: The function 'PreimageBound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:80:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rw.h:43:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rw.h:44:10: style: The function 'ImageBound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:84:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rw.h:44:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rw.h:46:7: style: The function 'Validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2260:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rw.h:46:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rw.h:47:7: style: The function 'GetVoidValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:449:28: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rw.h:47:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rw.h:48:7: style: The function 'AssignFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2244:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rw.h:48:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rw.h:87:7: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2280:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rw.h:87:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rw.h:89:7: style: The function 'Load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2297:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rw.h:89:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rw.h:92:10: style: The function 'CalculateInverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:202:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rw.h:92:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rw.h:95:7: style: The function 'Validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2260:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rw.h:95:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rw.h:96:7: style: The function 'GetVoidValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:449:28: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rw.h:96:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rw.h:97:7: style: The function 'AssignFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2244:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rw.h:97:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rw.h:99:7: style: The function 'GenerateRandom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2354:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rw.h:99:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rw.h:109:15: style: The function 'SupportsPrecomputation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2303:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rw.h:109:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rw.h:113:15: style: The function 'LoadPrecomputation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2322:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rw.h:113:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rw.h:114:15: style: The function 'SavePrecomputation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2329:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rw.h:114:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/xtrcrypt.h:26:7: style: The function 'Validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2260:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/xtrcrypt.h:26:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/xtrcrypt.h:27:7: style: The function 'GetVoidValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:449:28: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/xtrcrypt.h:27:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/xtrcrypt.h:28:7: style: The function 'AssignFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2244:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/xtrcrypt.h:28:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/xtrcrypt.h:29:21: style: The function 'AccessCryptoParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2480:29: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/xtrcrypt.h:29:21: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/xtrcrypt.h:30:15: style: The function 'AgreedValueLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2848:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/xtrcrypt.h:30:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/xtrcrypt.h:31:15: style: The function 'PrivateKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2852:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/xtrcrypt.h:31:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/xtrcrypt.h:32:15: style: The function 'PublicKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2856:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/xtrcrypt.h:32:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/xtrcrypt.h:34:7: style: The function 'GeneratePrivateKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2862:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/xtrcrypt.h:34:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/xtrcrypt.h:35:7: style: The function 'GeneratePublicKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2869:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/xtrcrypt.h:35:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/xtrcrypt.h:36:7: style: The function 'Agree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2892:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/xtrcrypt.h:36:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/esign.h:42:10: style: The function 'ApplyFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:146:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/esign.h:42:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/esign.h:43:10: style: The function 'PreimageBound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:80:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/esign.h:43:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/esign.h:44:10: style: The function 'ImageBound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:84:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/esign.h:44:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/esign.h:87:7: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2280:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/esign.h:87:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/esign.h:91:7: style: The function 'Load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2297:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/esign.h:91:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/esign.h:97:10: style: The function 'CalculateRandomizedInverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:165:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/esign.h:97:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/esign.h:100:7: style: The function 'Validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2260:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/esign.h:100:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/esign.h:101:7: style: The function 'GetVoidValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:449:28: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/esign.h:101:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/esign.h:102:7: style: The function 'AssignFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2244:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/esign.h:102:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/esign.h:104:7: style: The function 'GenerateRandom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2354:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/esign.h:104:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pssr.h:34:9: style: The function 'MinRepresentativeBitLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:315:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pssr.h:34:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pssr.h:35:9: style: The function 'MaxRecoverableLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:317:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pssr.h:35:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pssr.h:38:7: style: The function 'RecoverablePartFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:330:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pssr.h:38:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/randpool.h:47:7: style: The function 'CanIncorporateEntropy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1351:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/randpool.h:47:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/randpool.h:48:7: style: The function 'IncorporateEntropy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1343:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/randpool.h:48:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/randpool.h:49:7: style: The function 'GenerateIntoBufferedTransformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1396:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/randpool.h:49:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/randpool.h:81:7: style: The function 'CanIncorporateEntropy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1351:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/randpool.h:81:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/randpool.h:82:7: style: The function 'IncorporateEntropy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1343:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/randpool.h:82:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/randpool.h:83:7: style: The function 'GenerateIntoBufferedTransformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1396:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/randpool.h:83:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/randpool.h:85:7: style: The function 'GenerateByte' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1358:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/randpool.h:85:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/randpool.h:86:7: style: The function 'GenerateBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1384:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/randpool.h:86:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/hrtimer.h:50:12: style: The function 'GetCurrentTimerValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/hrtimer.h:27:20: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/hrtimer.h:50:12: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/hrtimer.h:51:12: style: The function 'TicksPerSecond' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/hrtimer.h:28:20: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/hrtimer.h:51:12: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/hrtimer.h:59:12: style: The function 'GetCurrentTimerValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/hrtimer.h:27:20: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/hrtimer.h:59:12: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/hrtimer.h:60:12: style: The function 'TicksPerSecond' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/hrtimer.h:28:20: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/hrtimer.h:60:12: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gfpcrypt.h:240:0: style: The function 'IsDeterministic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:1413:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gfpcrypt.h:240:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gfpcrypt.h:201:0: style: The function 'Sign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:1378:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gfpcrypt.h:201:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gfpcrypt.h:210:0: style: The function 'Verify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:1386:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gfpcrypt.h:210:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:1263:0: style: The function 'GetPrivateExponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:1150:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:1263:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:1264:0: style: The function 'SetPrivateExponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:1154:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:1264:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:273:0: style: The function 'FixedMaxPlaintextLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:259:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:273:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:274:0: style: The function 'FixedCiphertextLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:260:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:274:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:136:0: style: The function 'IsInitialized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:69:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:136:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:138:0: style: The function 'SetBase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:74:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:138:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:139:0: style: The function 'GetBase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:79:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:139:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:141:0: style: The function 'Precompute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:90:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:141:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:142:0: style: The function 'Load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:97:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:142:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:143:0: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:104:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:143:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:144:0: style: The function 'Exponentiate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:110:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:144:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:145:0: style: The function 'CascadeExponentiate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:120:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:145:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:401:0: style: The function 'Equal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:38:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:401:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:404:0: style: The function 'Identity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:42:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:404:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:407:0: style: The function 'Add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:48:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:407:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:410:0: style: The function 'Accumulate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:74:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:410:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:413:0: style: The function 'Inverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:53:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:413:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:416:0: style: The function 'Subtract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:68:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:416:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:419:0: style: The function 'Reduce' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:80:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:419:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:422:0: style: The function 'Double' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:62:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:422:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:425:0: style: The function 'IsUnit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:139:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:425:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:428:0: style: The function 'MultiplicativeIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:143:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:428:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:431:0: style: The function 'Multiply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:149:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:431:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:434:0: style: The function 'Square' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:158:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:434:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:437:0: style: The function 'MultiplicativeInverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:153:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:437:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:322:0: style: The function 'Equal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:38:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:322:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:325:0: style: The function 'Identity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:42:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:325:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:328:0: style: The function 'Add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:48:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:328:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:331:0: style: The function 'Accumulate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:74:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:331:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:334:0: style: The function 'Inverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:53:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:334:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:337:0: style: The function 'Subtract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:68:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:337:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:340:0: style: The function 'Reduce' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:80:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:340:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:343:0: style: The function 'Double' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:62:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:343:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:346:0: style: The function 'MultiplicativeIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:143:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:346:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:349:0: style: The function 'Multiply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:149:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:349:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:352:0: style: The function 'Square' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:158:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:352:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:355:0: style: The function 'IsUnit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:139:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:355:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:358:0: style: The function 'MultiplicativeInverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:153:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:358:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:361:0: style: The function 'Divide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:164:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:361:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:364:0: style: The function 'Mod' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:292:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:364:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:367:0: style: The function 'DivisionAlgorithm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:286:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:367:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/blake2.h:136:0: warning: Member variable 'CryptoPP :: BLAKE2_State < word64 , true >::buffer' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/blake2.h:136:0: warning: Member variable 'CryptoPP :: BLAKE2_State < word32 , false >::buffer' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:0: warning: Member variable 'CryptoPP :: SecBlock < CryptoPP :: BLAKE2_State < word64 , true > , AllocatorWithCleanup < CryptoPP :: BLAKE2_State < word64 , true > , true > >::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:0: warning: Member variable 'CryptoPP :: SecBlock < CryptoPP :: BLAKE2_ParameterBlock < true > , AllocatorWithCleanup < CryptoPP :: BLAKE2_ParameterBlock < true > , true > >::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:0: warning: Member variable 'CryptoPP :: SecBlock < CryptoPP :: BLAKE2_State < word32 , false > , AllocatorWithCleanup < CryptoPP :: BLAKE2_State < word32 , false > , true > >::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:0: warning: Member variable 'CryptoPP :: SecBlock < CryptoPP :: BLAKE2_ParameterBlock < false > , AllocatorWithCleanup < CryptoPP :: BLAKE2_ParameterBlock < false > , true > >::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:0: style: Technically the member function 'CryptoPP :: SecBlock < CryptoPP :: BLAKE2_State < word64 , true > , AllocatorWithCleanup < CryptoPP :: BLAKE2_State < word64 , true > , true > >::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:0: style: Technically the member function 'CryptoPP :: SecBlock < CryptoPP :: BLAKE2_State < word64 , true > , AllocatorWithCleanup < CryptoPP :: BLAKE2_State < word64 , true > , true > >::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:0: style: Technically the member function 'CryptoPP :: SecBlock < CryptoPP :: BLAKE2_State < word64 , true > , AllocatorWithCleanup < CryptoPP :: BLAKE2_State < word64 , true > , true > >::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:0: style: Technically the member function 'CryptoPP :: SecBlock < CryptoPP :: BLAKE2_ParameterBlock < true > , AllocatorWithCleanup < CryptoPP :: BLAKE2_ParameterBlock < true > , true > >::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:0: style: Technically the member function 'CryptoPP :: SecBlock < CryptoPP :: BLAKE2_ParameterBlock < true > , AllocatorWithCleanup < CryptoPP :: BLAKE2_ParameterBlock < true > , true > >::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:0: style: Technically the member function 'CryptoPP :: SecBlock < CryptoPP :: BLAKE2_ParameterBlock < true > , AllocatorWithCleanup < CryptoPP :: BLAKE2_ParameterBlock < true > , true > >::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:0: style: Technically the member function 'CryptoPP :: SecBlock < CryptoPP :: BLAKE2_State < word32 , false > , AllocatorWithCleanup < CryptoPP :: BLAKE2_State < word32 , false > , true > >::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:0: style: Technically the member function 'CryptoPP :: SecBlock < CryptoPP :: BLAKE2_State < word32 , false > , AllocatorWithCleanup < CryptoPP :: BLAKE2_State < word32 , false > , true > >::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:0: style: Technically the member function 'CryptoPP :: SecBlock < CryptoPP :: BLAKE2_State < word32 , false > , AllocatorWithCleanup < CryptoPP :: BLAKE2_State < word32 , false > , true > >::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:0: style: Technically the member function 'CryptoPP :: SecBlock < CryptoPP :: BLAKE2_ParameterBlock < false > , AllocatorWithCleanup < CryptoPP :: BLAKE2_ParameterBlock < false > , true > >::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:0: style: Technically the member function 'CryptoPP :: SecBlock < CryptoPP :: BLAKE2_ParameterBlock < false > , AllocatorWithCleanup < CryptoPP :: BLAKE2_ParameterBlock < false > , true > >::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:0: style: Technically the member function 'CryptoPP :: SecBlock < CryptoPP :: BLAKE2_ParameterBlock < false > , AllocatorWithCleanup < CryptoPP :: BLAKE2_ParameterBlock < false > , true > >::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/blake2.cpp:151:60: style: Function 'BLAKE2_ParameterBlock' argument 1 names different: declaration 'digestSize' definition 'digestLen'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/blake2.h:113:31: note: Function 'BLAKE2_ParameterBlock' argument 1 names different: declaration 'digestSize' definition 'digestLen'.
cryptopp-CRYPTOPP_7_0_0/blake2.cpp:151:60: note: Function 'BLAKE2_ParameterBlock' argument 1 names different: declaration 'digestSize' definition 'digestLen'.
cryptopp-CRYPTOPP_7_0_0/blake2.cpp:151:78: style: Function 'BLAKE2_ParameterBlock' argument 2 names different: declaration 'keyLength' definition 'keyLen'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/blake2.h:113:50: note: Function 'BLAKE2_ParameterBlock' argument 2 names different: declaration 'keyLength' definition 'keyLen'.
cryptopp-CRYPTOPP_7_0_0/blake2.cpp:151:78: note: Function 'BLAKE2_ParameterBlock' argument 2 names different: declaration 'keyLength' definition 'keyLen'.
cryptopp-CRYPTOPP_7_0_0/blake2.cpp:152:21: style: Function 'BLAKE2_ParameterBlock' argument 3 names different: declaration 'salt' definition 'saltStr'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/blake2.h:113:73: note: Function 'BLAKE2_ParameterBlock' argument 3 names different: declaration 'salt' definition 'saltStr'.
cryptopp-CRYPTOPP_7_0_0/blake2.cpp:152:21: note: Function 'BLAKE2_ParameterBlock' argument 3 names different: declaration 'salt' definition 'saltStr'.
cryptopp-CRYPTOPP_7_0_0/blake2.cpp:152:37: style: Function 'BLAKE2_ParameterBlock' argument 4 names different: declaration 'saltLength' definition 'saltLen'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/blake2.h:113:86: note: Function 'BLAKE2_ParameterBlock' argument 4 names different: declaration 'saltLength' definition 'saltLen'.
cryptopp-CRYPTOPP_7_0_0/blake2.cpp:152:37: note: Function 'BLAKE2_ParameterBlock' argument 4 names different: declaration 'saltLength' definition 'saltLen'.
cryptopp-CRYPTOPP_7_0_0/blake2.cpp:153:21: style: Function 'BLAKE2_ParameterBlock' argument 5 names different: declaration 'personalization' definition 'personalizationStr'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/blake2.h:114:15: note: Function 'BLAKE2_ParameterBlock' argument 5 names different: declaration 'personalization' definition 'personalizationStr'.
cryptopp-CRYPTOPP_7_0_0/blake2.cpp:153:21: note: Function 'BLAKE2_ParameterBlock' argument 5 names different: declaration 'personalization' definition 'personalizationStr'.
cryptopp-CRYPTOPP_7_0_0/blake2.cpp:153:48: style: Function 'BLAKE2_ParameterBlock' argument 6 names different: declaration 'personalizationLength' definition 'personalizationLen'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/blake2.h:114:39: note: Function 'BLAKE2_ParameterBlock' argument 6 names different: declaration 'personalizationLength' definition 'personalizationLen'.
cryptopp-CRYPTOPP_7_0_0/blake2.cpp:153:48: note: Function 'BLAKE2_ParameterBlock' argument 6 names different: declaration 'personalizationLength' definition 'personalizationLen'.
cryptopp-CRYPTOPP_7_0_0/blake2.cpp:191:59: style: Function 'BLAKE2_ParameterBlock' argument 1 names different: declaration 'digestSize' definition 'digestLen'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/blake2.h:78:31: note: Function 'BLAKE2_ParameterBlock' argument 1 names different: declaration 'digestSize' definition 'digestLen'.
cryptopp-CRYPTOPP_7_0_0/blake2.cpp:191:59: note: Function 'BLAKE2_ParameterBlock' argument 1 names different: declaration 'digestSize' definition 'digestLen'.
cryptopp-CRYPTOPP_7_0_0/blake2.cpp:191:77: style: Function 'BLAKE2_ParameterBlock' argument 2 names different: declaration 'keyLength' definition 'keyLen'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/blake2.h:78:50: note: Function 'BLAKE2_ParameterBlock' argument 2 names different: declaration 'keyLength' definition 'keyLen'.
cryptopp-CRYPTOPP_7_0_0/blake2.cpp:191:77: note: Function 'BLAKE2_ParameterBlock' argument 2 names different: declaration 'keyLength' definition 'keyLen'.
cryptopp-CRYPTOPP_7_0_0/blake2.cpp:192:21: style: Function 'BLAKE2_ParameterBlock' argument 3 names different: declaration 'salt' definition 'saltStr'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/blake2.h:78:73: note: Function 'BLAKE2_ParameterBlock' argument 3 names different: declaration 'salt' definition 'saltStr'.
cryptopp-CRYPTOPP_7_0_0/blake2.cpp:192:21: note: Function 'BLAKE2_ParameterBlock' argument 3 names different: declaration 'salt' definition 'saltStr'.
cryptopp-CRYPTOPP_7_0_0/blake2.cpp:192:37: style: Function 'BLAKE2_ParameterBlock' argument 4 names different: declaration 'saltLength' definition 'saltLen'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/blake2.h:78:86: note: Function 'BLAKE2_ParameterBlock' argument 4 names different: declaration 'saltLength' definition 'saltLen'.
cryptopp-CRYPTOPP_7_0_0/blake2.cpp:192:37: note: Function 'BLAKE2_ParameterBlock' argument 4 names different: declaration 'saltLength' definition 'saltLen'.
cryptopp-CRYPTOPP_7_0_0/blake2.cpp:193:21: style: Function 'BLAKE2_ParameterBlock' argument 5 names different: declaration 'personalization' definition 'personalizationStr'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/blake2.h:79:15: note: Function 'BLAKE2_ParameterBlock' argument 5 names different: declaration 'personalization' definition 'personalizationStr'.
cryptopp-CRYPTOPP_7_0_0/blake2.cpp:193:21: note: Function 'BLAKE2_ParameterBlock' argument 5 names different: declaration 'personalization' definition 'personalizationStr'.
cryptopp-CRYPTOPP_7_0_0/blake2.cpp:193:48: style: Function 'BLAKE2_ParameterBlock' argument 6 names different: declaration 'personalizationLength' definition 'personalizationLen'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/blake2.h:79:39: note: Function 'BLAKE2_ParameterBlock' argument 6 names different: declaration 'personalizationLength' definition 'personalizationLen'.
cryptopp-CRYPTOPP_7_0_0/blake2.cpp:193:48: note: Function 'BLAKE2_ParameterBlock' argument 6 names different: declaration 'personalizationLength' definition 'personalizationLen'.
cryptopp-CRYPTOPP_7_0_0/blake2.cpp:270:34: warning: Division by result of sizeof(). memset() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
cryptopp-CRYPTOPP_7_0_0/blake2.cpp:283:45: warning: Division by result of sizeof(). memset() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
cryptopp-CRYPTOPP_7_0_0/blake2.h:136:2: warning: Member variable 'BLAKE2_State::buffer' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/misc.h:2329:0: style: Class 'CryptoPP :: GetBlock < word64 , EnumToType < ByteOrder , LITTLE_ENDIAN_ORDER > , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/misc.h:2329:0: style: Class 'CryptoPP :: GetBlock < word32 , EnumToType < ByteOrder , LITTLE_ENDIAN_ORDER > , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/blake2.cpp:348:16: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/blake2.cpp:464:16: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/blake2.cpp:467:16: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/blake2.cpp:501:16: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/blake2.cpp:504:16: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:0: warning: Member variable 'CryptoPP :: SecBlock < word32 , AllocatorWithCleanup < T > >::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:0: style: Technically the member function 'CryptoPP :: SecBlock < word32 , AllocatorWithCleanup < T > >::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:0: style: Technically the member function 'CryptoPP :: SecBlock < word32 , AllocatorWithCleanup < T > >::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:0: style: Technically the member function 'CryptoPP :: SecBlock < word32 , AllocatorWithCleanup < T > >::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/cast.cpp:95:71: style: Function 'UncheckedSetKey' argument 2 names different: declaration 'length' definition 'keylength'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/cast.h:39:58: note: Function 'UncheckedSetKey' argument 2 names different: declaration 'length' definition 'keylength'.
cryptopp-CRYPTOPP_7_0_0/cast.cpp:95:71: note: Function 'UncheckedSetKey' argument 2 names different: declaration 'length' definition 'keylength'.
cryptopp-CRYPTOPP_7_0_0/cast.cpp:253:71: style: Function 'UncheckedSetKey' argument 2 names different: declaration 'length' definition 'keylength'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/cast.h:82:58: note: Function 'UncheckedSetKey' argument 2 names different: declaration 'length' definition 'keylength'.
cryptopp-CRYPTOPP_7_0_0/cast.cpp:253:71: note: Function 'UncheckedSetKey' argument 2 names different: declaration 'length' definition 'keylength'.
cryptopp-CRYPTOPP_7_0_0/cast.cpp:216:22: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/cast.cpp:234:33: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/cbcmac.h:22:7: style: The function 'UncheckedSetKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:762:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/cbcmac.h:22:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/cbcmac.h:23:7: style: The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1078:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/cbcmac.h:23:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/cbcmac.h:24:7: style: The function 'TruncatedFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1175:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/cbcmac.h:24:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/cbcmac.h:25:15: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1105:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/cbcmac.h:25:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/ccm.h:39:17: performance: Technically the member function 'CryptoPP::CCM_Base::IVRequirement' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/ccm.h:41:15: performance: Technically the member function 'CryptoPP::CCM_Base::IVSize' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/ccm.h:43:15: performance: Technically the member function 'CryptoPP::CCM_Base::MinIVLength' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/ccm.h:45:15: performance: Technically the member function 'CryptoPP::CCM_Base::MaxIVLength' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/ccm.h:49:8: performance: Technically the member function 'CryptoPP::CCM_Base::MaxHeaderLength' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/ccm.h:53:7: performance: Technically the member function 'CryptoPP::CCM_Base::NeedsPrespecifiedDataLengths' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/ccm.h:94:7: performance: Technically the member function 'CryptoPP::CCM_Final::IsForwardTransformation' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/ccm.h:59:7: style: The function 'AuthenticationIsOnPlaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/authenc.h:66:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/ccm.h:59:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/ccm.h:61:15: style: The function 'AuthenticationBlockSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/authenc.h:67:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/ccm.h:61:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/ccm.h:63:7: style: The function 'SetKeyWithoutResync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/authenc.h:68:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/ccm.h:63:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/ccm.h:64:7: style: The function 'Resync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/authenc.h:69:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/ccm.h:64:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/ccm.h:65:9: style: The function 'AuthenticateBlocks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/authenc.h:70:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/ccm.h:65:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/ccm.h:66:7: style: The function 'AuthenticateLastHeaderBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/authenc.h:71:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/ccm.h:66:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/ccm.h:67:7: style: The function 'AuthenticateLastConfidentialBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/authenc.h:72:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/ccm.h:67:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/ccm.h:68:7: style: The function 'AuthenticateLastFooterBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/authenc.h:73:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/ccm.h:68:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/ccm.h:69:20: style: The function 'AccessSymmetricCipher' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/authenc.h:65:28: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/ccm.h:69:20: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/ccm.h:98:16: style: The function 'AccessBlockCipher' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/ccm.h:71:24: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/ccm.h:98:16: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/ccm.h:99:6: style: The function 'DefaultDigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/ccm.h:72:14: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/ccm.h:99:6: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/chacha.cpp:42:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/chacha.cpp:45:0: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/channels.cpp:249:79: style: Function 'ChannelPutModifiable2' argument 2 names different: declaration 'begin' definition 'inString'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/channels.h:112:65: note: Function 'ChannelPutModifiable2' argument 2 names different: declaration 'begin' definition 'inString'.
cryptopp-CRYPTOPP_7_0_0/channels.cpp:249:79: note: Function 'ChannelPutModifiable2' argument 2 names different: declaration 'begin' definition 'inString'.
cryptopp-CRYPTOPP_7_0_0/channels.h:76:2: style: Class 'ChannelRouteIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/channels.h:100:2: style: Class 'ChannelSwitch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/simple.h:228:0: style: The function 'Flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/simple.h:191:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/simple.h:228:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/cmac.h:22:7: style: The function 'UncheckedSetKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:762:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/cmac.h:22:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/cmac.h:23:7: style: The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1078:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/cmac.h:23:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/cmac.h:24:7: style: The function 'TruncatedFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1175:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/cmac.h:24:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/cmac.h:25:15: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1105:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/cmac.h:25:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/cmac.h:26:15: style: The function 'OptimalBlockSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1123:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/cmac.h:26:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/cmac.h:27:15: style: The function 'OptimalDataAlignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1128:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/cmac.h:27:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/crc.cpp:138:32: style: Function 'Update' argument 1 names different: declaration 'input' definition 's'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/crc.h:30:26: note: Function 'Update' argument 1 names different: declaration 'input' definition 's'.
cryptopp-CRYPTOPP_7_0_0/crc.cpp:138:32: note: Function 'Update' argument 1 names different: declaration 'input' definition 's'.
cryptopp-CRYPTOPP_7_0_0/crc.cpp:138:42: style: Function 'Update' argument 2 names different: declaration 'length' definition 'n'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/crc.h:30:40: note: Function 'Update' argument 2 names different: declaration 'length' definition 'n'.
cryptopp-CRYPTOPP_7_0_0/crc.cpp:138:42: note: Function 'Update' argument 2 names different: declaration 'length' definition 'n'.
cryptopp-CRYPTOPP_7_0_0/crc.cpp:297:33: style: Function 'Update' argument 1 names different: declaration 'input' definition 's'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/crc.h:55:26: note: Function 'Update' argument 1 names different: declaration 'input' definition 's'.
cryptopp-CRYPTOPP_7_0_0/crc.cpp:297:33: note: Function 'Update' argument 1 names different: declaration 'input' definition 's'.
cryptopp-CRYPTOPP_7_0_0/crc.cpp:297:43: style: Function 'Update' argument 2 names different: declaration 'length' definition 'n'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/crc.h:55:40: note: Function 'Update' argument 2 names different: declaration 'length' definition 'n'.
cryptopp-CRYPTOPP_7_0_0/crc.cpp:297:43: note: Function 'Update' argument 2 names different: declaration 'length' definition 'n'.
cryptopp-CRYPTOPP_7_0_0/crc.h:30:7: style: The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1078:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/crc.h:30:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/crc.h:31:7: style: The function 'TruncatedFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1175:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/crc.h:31:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/crc.h:32:15: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1105:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/crc.h:32:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/crc.h:34:17: style: The function 'AlgorithmName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:594:22: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/crc.h:34:17: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/crc.h:55:7: style: The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1078:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/crc.h:55:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/crc.h:56:7: style: The function 'TruncatedFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1175:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/crc.h:56:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/crc.h:57:15: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1105:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/crc.h:57:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/crc.h:59:17: style: The function 'AlgorithmName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:594:22: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/crc.h:59:17: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/cryptlib.cpp:650:11: style: The scope of the variable 'blockedBytes' can be reduced. [variableScope]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:767:7: style: Technically the member function 'CryptoPP::SimpleKeyingInterface::ThrowIfInvalidKeyLength' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/cryptlib.cpp:80:29: note: Technically the member function 'CryptoPP::SimpleKeyingInterface::ThrowIfInvalidKeyLength' can be const.
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:767:7: note: Technically the member function 'CryptoPP::SimpleKeyingInterface::ThrowIfInvalidKeyLength' can be const.
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:774:7: style: Technically the member function 'CryptoPP::SimpleKeyingInterface::ThrowIfResynchronizable' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/cryptlib.cpp:86:29: note: Technically the member function 'CryptoPP::SimpleKeyingInterface::ThrowIfResynchronizable' can be const.
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:774:7: note: Technically the member function 'CryptoPP::SimpleKeyingInterface::ThrowIfResynchronizable' can be const.
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:783:7: style: Technically the member function 'CryptoPP::SimpleKeyingInterface::ThrowIfInvalidIV' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/cryptlib.cpp:92:29: note: Technically the member function 'CryptoPP::SimpleKeyingInterface::ThrowIfInvalidIV' can be const.
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:783:7: note: Technically the member function 'CryptoPP::SimpleKeyingInterface::ThrowIfInvalidIV' can be const.
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:788:9: style: Technically the member function 'CryptoPP::SimpleKeyingInterface::ThrowIfInvalidIVLength' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/cryptlib.cpp:98:31: note: Technically the member function 'CryptoPP::SimpleKeyingInterface::ThrowIfInvalidIVLength' can be const.
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:788:9: note: Technically the member function 'CryptoPP::SimpleKeyingInterface::ThrowIfInvalidIVLength' can be const.
cryptopp-CRYPTOPP_7_0_0/cryptlib.cpp:371:14: style: The function 'AlgorithmName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:594:22: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/cryptlib.cpp:371:14: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/cryptlib.cpp:383:7: style: The function 'GenerateBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1384:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/cryptlib.cpp:383:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/factory.h:55:0: style: C-style pointer casting [cstyleCast]
cryptopp-CRYPTOPP_7_0_0/factory.h:68:0: style: C-style pointer casting [cstyleCast]
cryptopp-CRYPTOPP_7_0_0/trunhash.h:30:2: style: Class 'TruncatedHashTemplate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/datatest.cpp:192:2: style: Class 'TestDataNameValuePairs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/factory.h:48:0: style: Class 'FactoryNotFound' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/trunhash.h:11:7: style: The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1078:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/trunhash.h:11:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/trunhash.h:13:15: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1105:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/trunhash.h:13:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/trunhash.h:15:7: style: The function 'TruncatedFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1175:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/trunhash.h:15:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/trunhash.h:17:7: style: The function 'TruncatedVerify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1200:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/trunhash.h:17:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/trunhash.h:33:7: style: The function 'Restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1100:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/trunhash.h:33:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/trunhash.h:35:7: style: The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1078:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/trunhash.h:35:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/trunhash.h:37:15: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1105:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/trunhash.h:37:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/trunhash.h:38:7: style: The function 'TruncatedFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1175:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/trunhash.h:38:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/trunhash.h:40:7: style: The function 'TruncatedVerify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1200:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/trunhash.h:40:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/datatest.cpp:153:4: style: Instance of 'StringSource' object is destroyed immediately. [unusedScopedObject]
cryptopp-CRYPTOPP_7_0_0/datatest.cpp:159:4: style: Instance of 'StringSource' object is destroyed immediately. [unusedScopedObject]
cryptopp-CRYPTOPP_7_0_0/datatest.cpp:695:3: style: Instance of 'StringSource' object is destroyed immediately. [unusedScopedObject]
cryptopp-CRYPTOPP_7_0_0/default.cpp:142:53: style: Function 'DataDecryptor' argument 1 names different: declaration 'passphrase' definition 'p'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/default.h:129:28: note: Function 'DataDecryptor' argument 1 names different: declaration 'passphrase' definition 'p'.
cryptopp-CRYPTOPP_7_0_0/default.cpp:142:53: note: Function 'DataDecryptor' argument 1 names different: declaration 'passphrase' definition 'p'.
cryptopp-CRYPTOPP_7_0_0/smartptr.h:84:0: style: Technically the member function 'CryptoPP :: value_ptr < BlockCipherFinal < ENCRYPTION , Base > >::operator==' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/default.h:37:2: style: Class 'DataDecryptorErr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/smartptr.h:78:0: style: Class 'CryptoPP :: value_ptr < BlockCipherFinal < ENCRYPTION , Base > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/smartptr.h:79:0: style: Class 'CryptoPP :: value_ptr < BlockCipherFinal < ENCRYPTION , Base > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/default.h:99:7: style: The function 'FirstPut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/filters.h:364:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/default.h:99:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/default.h:100:7: style: The function 'LastPut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/filters.h:384:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/default.h:100:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/default.h:142:7: style: The function 'FirstPut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/filters.h:364:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/default.h:142:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/default.h:143:7: style: The function 'LastPut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/filters.h:384:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/default.h:143:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/default.h:194:7: style: The function 'FirstPut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/filters.h:364:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/default.h:194:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/default.h:195:7: style: The function 'LastPut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/filters.h:384:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/default.h:195:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/default.h:244:7: style: The function 'FirstPut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/filters.h:364:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/default.h:244:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/default.h:245:7: style: The function 'LastPut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/filters.h:384:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/default.h:245:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/des.cpp:295:6: style: The scope of the variable 'm' can be reduced. [variableScope]
cryptopp-CRYPTOPP_7_0_0/des.cpp:284:34: style: Function 'RawSetKey' argument 1 names different: declaration 'direction' definition 'dir'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/des.h:19:27: note: Function 'RawSetKey' argument 1 names different: declaration 'direction' definition 'dir'.
cryptopp-CRYPTOPP_7_0_0/des.cpp:284:34: note: Function 'RawSetKey' argument 1 names different: declaration 'direction' definition 'dir'.
cryptopp-CRYPTOPP_7_0_0/des.cpp:284:51: style: Function 'RawSetKey' argument 2 names different: declaration 'userKey' definition 'key'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/des.h:19:50: note: Function 'RawSetKey' argument 2 names different: declaration 'userKey' definition 'key'.
cryptopp-CRYPTOPP_7_0_0/des.cpp:284:51: note: Function 'RawSetKey' argument 2 names different: declaration 'userKey' definition 'key'.
cryptopp-CRYPTOPP_7_0_0/des.cpp:336:38: style: Function 'RawProcessBlock' argument 1 names different: declaration 'l' definition 'l_'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/des.h:20:31: note: Function 'RawProcessBlock' argument 1 names different: declaration 'l' definition 'l_'.
cryptopp-CRYPTOPP_7_0_0/des.cpp:336:38: note: Function 'RawProcessBlock' argument 1 names different: declaration 'l' definition 'l_'.
cryptopp-CRYPTOPP_7_0_0/des.cpp:336:50: style: Function 'RawProcessBlock' argument 2 names different: declaration 'r' definition 'r_'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/des.h:20:42: note: Function 'RawProcessBlock' argument 2 names different: declaration 'r' definition 'r_'.
cryptopp-CRYPTOPP_7_0_0/des.cpp:336:50: note: Function 'RawProcessBlock' argument 2 names different: declaration 'r' definition 'r_'.
cryptopp-CRYPTOPP_7_0_0/des.cpp:444:50: style: Function 'UncheckedSetKey' argument 1 names different: declaration 'userKey' definition 'key'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/des.h:134:36: note: Function 'UncheckedSetKey' argument 1 names different: declaration 'userKey' definition 'key'.
cryptopp-CRYPTOPP_7_0_0/des.cpp:444:50: note: Function 'UncheckedSetKey' argument 1 names different: declaration 'userKey' definition 'key'.
cryptopp-CRYPTOPP_7_0_0/seckey.h:350:0: style: Class 'CryptoPP :: BlockCipherFinal < ENCRYPTION , Base >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/dh2.cpp:61:15: style: Function 'Agree' argument 2 names different: declaration 'staticPrivateKey' definition 'staticSecretKey'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/dh2.h:60:15: note: Function 'Agree' argument 2 names different: declaration 'staticPrivateKey' definition 'staticSecretKey'.
cryptopp-CRYPTOPP_7_0_0/dh2.cpp:61:15: note: Function 'Agree' argument 2 names different: declaration 'staticPrivateKey' definition 'staticSecretKey'.
cryptopp-CRYPTOPP_7_0_0/dh2.cpp:61:44: style: Function 'Agree' argument 3 names different: declaration 'ephemeralPrivateKey' definition 'ephemeralSecretKey'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/dh2.h:60:45: note: Function 'Agree' argument 3 names different: declaration 'ephemeralPrivateKey' definition 'ephemeralSecretKey'.
cryptopp-CRYPTOPP_7_0_0/dh2.cpp:61:44: note: Function 'Agree' argument 3 names different: declaration 'ephemeralPrivateKey' definition 'ephemeralSecretKey'.
cryptopp-CRYPTOPP_7_0_0/dh2.h:26:2: style: Class 'DH2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/dh2.h:32:21: style: The function 'AccessCryptoParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2480:29: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/dh2.h:32:21: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/dh2.h:34:15: style: The function 'AgreedValueLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2907:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/dh2.h:34:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/dh2.h:37:15: style: The function 'StaticPrivateKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2911:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/dh2.h:37:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/dh2.h:39:15: style: The function 'StaticPublicKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2915:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/dh2.h:39:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/dh2.h:41:7: style: The function 'GenerateStaticPrivateKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2921:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/dh2.h:41:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/dh2.h:43:7: style: The function 'GenerateStaticPublicKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2928:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/dh2.h:43:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/dh2.h:45:7: style: The function 'GenerateStaticKeyPair' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2937:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/dh2.h:45:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/dh2.h:48:15: style: The function 'EphemeralPrivateKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2941:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/dh2.h:48:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/dh2.h:50:15: style: The function 'EphemeralPublicKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2945:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/dh2.h:50:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/dh2.h:52:7: style: The function 'GenerateEphemeralPrivateKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2951:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/dh2.h:52:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/dh2.h:54:7: style: The function 'GenerateEphemeralPublicKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2958:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/dh2.h:54:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/dh2.h:56:7: style: The function 'GenerateEphemeralKeyPair' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2965:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/dh2.h:56:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/dh2.h:59:7: style: The function 'Agree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2983:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/dh2.h:59:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/strciphr.cpp:29:0: style: Function 'GenerateBlock' argument 1 names different: declaration 'output' definition 'outString'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/strciphr.h:271:0: note: Function 'GenerateBlock' argument 1 names different: declaration 'output' definition 'outString'.
cryptopp-CRYPTOPP_7_0_0/strciphr.cpp:29:0: note: Function 'GenerateBlock' argument 1 names different: declaration 'output' definition 'outString'.
cryptopp-CRYPTOPP_7_0_0/strciphr.cpp:29:0: style: Function 'GenerateBlock' argument 2 names different: declaration 'size' definition 'length'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/strciphr.h:271:0: note: Function 'GenerateBlock' argument 2 names different: declaration 'size' definition 'length'.
cryptopp-CRYPTOPP_7_0_0/strciphr.cpp:29:0: note: Function 'GenerateBlock' argument 2 names different: declaration 'size' definition 'length'.
cryptopp-CRYPTOPP_7_0_0/eccrypto.cpp:88:2: performance: Technically the member function 'CryptoPP::EcRecommendedParameters < EC2N >::EcRecommendedParameters' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/eccrypto.cpp:90:2: performance: Technically the member function 'CryptoPP::EcRecommendedParameters < EC2N >::EcRecommendedParameters' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/eccrypto.cpp:109:2: performance: Technically the member function 'CryptoPP::EcRecommendedParameters < ECP >::EcRecommendedParameters' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/eccrypto.cpp:127:14: style: Technically the member function 'CryptoPP::OIDLessThan::operator()' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/eccrypto.cpp:129:14: style: Technically the member function 'CryptoPP::OIDLessThan::operator()' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/eccrypto.cpp:131:14: style: Technically the member function 'CryptoPP::OIDLessThan::operator()' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/gcm.h:43:17: performance: Technically the member function 'CryptoPP::GCM_Base::IVRequirement' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/gcm.h:45:15: performance: Technically the member function 'CryptoPP::GCM_Base::IVSize' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/gcm.h:47:15: performance: Technically the member function 'CryptoPP::GCM_Base::MinIVLength' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/gcm.h:49:15: performance: Technically the member function 'CryptoPP::GCM_Base::MaxIVLength' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/gcm.h:51:15: performance: Technically the member function 'CryptoPP::GCM_Base::DigestSize' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/gcm.h:53:8: performance: Technically the member function 'CryptoPP::GCM_Base::MaxHeaderLength' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/gcm.h:55:8: performance: Technically the member function 'CryptoPP::GCM_Base::MaxMessageLength' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/gcm.h:104:7: performance: Technically the member function 'CryptoPP::GCM_Final::IsForwardTransformation' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/mqueue.h:17:2: style: Class 'MessageQueue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/simple.h:294:0: style: Class 'CryptoPP :: AutoSignaling < BufferedTransformation >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/gcm.h:60:7: style: The function 'AuthenticationIsOnPlaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/authenc.h:66:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gcm.h:60:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gcm.h:62:15: style: The function 'AuthenticationBlockSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/authenc.h:67:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gcm.h:62:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gcm.h:64:7: style: The function 'SetKeyWithoutResync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/authenc.h:68:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gcm.h:64:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gcm.h:65:7: style: The function 'Resync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/authenc.h:69:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gcm.h:65:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gcm.h:66:9: style: The function 'AuthenticateBlocks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/authenc.h:70:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gcm.h:66:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gcm.h:67:7: style: The function 'AuthenticateLastHeaderBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/authenc.h:71:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gcm.h:67:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gcm.h:68:7: style: The function 'AuthenticateLastConfidentialBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/authenc.h:72:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gcm.h:68:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gcm.h:69:7: style: The function 'AuthenticateLastFooterBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/authenc.h:73:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gcm.h:69:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gcm.h:70:20: style: The function 'AccessSymmetricCipher' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/authenc.h:65:28: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gcm.h:70:20: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gcm.h:108:19: style: The function 'GetTablesOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/gcm.h:73:27: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gcm.h:108:19: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gcm.h:109:16: style: The function 'AccessBlockCipher' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/gcm.h:72:24: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gcm.h:109:16: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:972:0: style: Technically the member function 'CryptoPP :: DL_GroupParameters < Integer >::ParametersChanged' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:972:0: style: Technically the member function 'CryptoPP :: DL_GroupParameters < ECP :: Point >::ParametersChanged' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:972:0: style: Technically the member function 'CryptoPP :: DL_GroupParameters < EC2N :: Point >::ParametersChanged' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:972:0: style: Technically the member function 'CryptoPP :: DL_GroupParameters < DL_GroupParameters_GFP_DefaultSafePrime :: Element >::ParametersChanged' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:972:0: style: Technically the member function 'CryptoPP :: DL_GroupParameters < CryptoPP :: DL_GroupParameters_EC < ECP > :: Element >::ParametersChanged' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:972:0: style: Technically the member function 'CryptoPP :: DL_GroupParameters < CryptoPP :: DL_GroupParameters_EC < EC2N > :: Element >::ParametersChanged' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:972:0: style: Technically the member function 'CryptoPP :: DL_GroupParameters < DL_GroupParameters_DSA :: Element >::ParametersChanged' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/strciphr.h:333:0: performance: Technically the member function 'CryptoPP :: AdditiveCipherTemplate < AbstractPolicyHolder < AdditiveCipherAbstractPolicy , SymmetricCipher > >::GetBufferByteSize' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/modarith.h:119:7: style: The function 'Equal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:38:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modarith.h:119:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modarith.h:124:17: style: The function 'Identity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:42:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modarith.h:124:17: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modarith.h:131:17: style: The function 'Add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:48:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modarith.h:131:17: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modarith.h:137:11: style: The function 'Accumulate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:74:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modarith.h:137:11: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modarith.h:142:17: style: The function 'Inverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:53:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modarith.h:142:17: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modarith.h:148:17: style: The function 'Subtract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:68:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modarith.h:148:17: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modarith.h:154:11: style: The function 'Reduce' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:80:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modarith.h:154:11: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modarith.h:160:17: style: The function 'Double' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:62:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modarith.h:160:17: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modarith.h:166:17: style: The function 'MultiplicativeIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:143:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modarith.h:166:17: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modarith.h:174:17: style: The function 'Multiply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:149:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modarith.h:174:17: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modarith.h:181:17: style: The function 'Square' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:158:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modarith.h:181:17: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modarith.h:187:7: style: The function 'IsUnit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:139:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modarith.h:187:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modarith.h:194:17: style: The function 'MultiplicativeInverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:153:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modarith.h:194:17: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modarith.h:202:17: style: The function 'Divide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:164:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modarith.h:202:17: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modarith.h:211:10: style: The function 'CascadeExponentiate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:178:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modarith.h:211:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modarith.h:223:7: style: The function 'SimultaneousExponentiate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:190:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modarith.h:223:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modarith.h:297:17: style: The function 'MultiplicativeIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:143:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modarith.h:297:17: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modarith.h:300:17: style: The function 'Multiply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:149:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modarith.h:300:17: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modarith.h:302:17: style: The function 'Square' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:158:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modarith.h:302:17: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modarith.h:304:17: style: The function 'MultiplicativeInverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:153:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modarith.h:304:17: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modarith.h:306:10: style: The function 'CascadeExponentiate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:178:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modarith.h:306:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/ec2n.h:55:7: style: The function 'Equal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:38:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/ec2n.h:55:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/ec2n.h:56:15: style: The function 'Identity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:42:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/ec2n.h:56:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/ec2n.h:57:15: style: The function 'Inverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:53:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/ec2n.h:57:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/ec2n.h:58:7: style: The function 'InversionIsFast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:57:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/ec2n.h:58:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/ec2n.h:59:15: style: The function 'Add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:48:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/ec2n.h:59:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/ec2n.h:60:15: style: The function 'Double' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:62:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/ec2n.h:60:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/ecp.h:60:7: style: The function 'Equal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:38:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/ecp.h:60:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/ecp.h:61:15: style: The function 'Identity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:42:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/ecp.h:61:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/ecp.h:62:15: style: The function 'Inverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:53:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/ecp.h:62:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/ecp.h:63:7: style: The function 'InversionIsFast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:57:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/ecp.h:63:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/ecp.h:64:15: style: The function 'Add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:48:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/ecp.h:64:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/ecp.h:65:15: style: The function 'Double' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:62:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/ecp.h:65:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/ecp.h:66:8: style: The function 'ScalarMultiply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:86:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/ecp.h:66:8: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/ecp.h:67:8: style: The function 'CascadeScalarMultiply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:94:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/ecp.h:67:8: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/ecp.h:68:7: style: The function 'SimultaneousMultiply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:106:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/ecp.h:68:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/ecp.h:122:7: style: The function 'NeedConversions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:29:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/ecp.h:122:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/oaep.h:45:0: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/oaep.h:27:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/oaep.h:45:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/oaep.h:46:0: style: The function 'NewHash' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/oaep.h:28:31: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/oaep.h:46:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/oaep.h:47:0: style: The function 'NewMGF' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/oaep.h:29:35: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/oaep.h:47:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gfpcrypt.h:244:0: style: The function 'GenerateRandom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:1428:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gfpcrypt.h:244:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/hmac.h:65:0: style: The function 'AlgorithmName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:594:22: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/hmac.h:65:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/hmac.h:68:0: style: The function 'AccessHash' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/hmac.h:31:31: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/hmac.h:68:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/asn.h:384:0: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2280:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/asn.h:384:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/asn.h:389:0: style: The function 'Load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2297:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/asn.h:389:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/iterhash.h:52:0: style: The function 'OptimalBlockSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1123:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/iterhash.h:52:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/iterhash.h:57:0: style: The function 'OptimalDataAlignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1128:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/iterhash.h:57:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/iterhash.h:62:0: style: The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1078:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/iterhash.h:62:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/iterhash.h:72:0: style: The function 'CreateUpdateSpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1088:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/iterhash.h:72:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/iterhash.h:76:0: style: The function 'Restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1100:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/iterhash.h:76:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/iterhash.h:83:0: style: The function 'TruncatedFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1175:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/iterhash.h:83:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2007:0: style: The function 'AccessCryptoParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2480:29: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2007:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2008:0: style: The function 'AgreedValueLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2848:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2008:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2009:0: style: The function 'PrivateKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2852:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2009:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2010:0: style: The function 'PublicKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2856:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2010:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2012:0: style: The function 'GeneratePrivateKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2862:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2012:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2018:0: style: The function 'GeneratePublicKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2869:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2018:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2027:0: style: The function 'Agree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2892:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2027:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:765:0: style: The function 'Validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2260:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:765:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:781:0: style: The function 'GetVoidValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:449:28: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:781:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:792:0: style: The function 'SupportsPrecomputation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2303:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:792:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:811:0: style: The function 'LoadPrecomputation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2322:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:811:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:821:0: style: The function 'SavePrecomputation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2329:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:821:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:488:0: style: The function 'SignatureLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2639:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:488:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:490:0: style: The function 'MaxRecoverableLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2653:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:490:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:492:0: style: The function 'MaxRecoverableLengthFromSignatureLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2661:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:492:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:495:0: style: The function 'IsProbabilistic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2667:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:495:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:497:0: style: The function 'AllowNonrecoverablePart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2671:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:497:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:499:0: style: The function 'RecoverablePartFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2683:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:499:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:272:0: style: The function 'ParameterSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2509:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:272:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:254:0: style: The function 'MaxPlaintextLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2497:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:254:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:256:0: style: The function 'CiphertextLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2502:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:256:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:259:0: style: The function 'FixedMaxPlaintextLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2522:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:259:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:260:0: style: The function 'FixedCiphertextLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2515:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:260:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:1361:0: style: The function 'Pump2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/filters.h:1318:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:1361:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:1363:0: style: The function 'PumpMessages2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/filters.h:1324:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:1363:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:1365:0: style: The function 'PumpAll2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/filters.h:1329:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:1365:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/filters.h:1367:0: style: The function 'SourceExhausted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/filters.h:1333:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/filters.h:1367:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:204:0: style: The function 'Equal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:38:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:204:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:207:0: style: The function 'Identity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:42:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:207:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:210:0: style: The function 'Add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:48:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:210:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:213:0: style: The function 'Accumulate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:74:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:213:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:216:0: style: The function 'Inverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:53:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:216:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:219:0: style: The function 'Subtract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:68:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:219:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:222:0: style: The function 'Reduce' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:80:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:222:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:225:0: style: The function 'Double' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:62:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:225:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:228:0: style: The function 'ScalarMultiply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:86:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:228:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:231:0: style: The function 'CascadeScalarMultiply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:94:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:231:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algebra.h:234:0: style: The function 'SimultaneousMultiply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:106:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algebra.h:234:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modes.h:324:0: style: The function 'AlgorithmName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:594:22: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modes.h:324:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modes.h:101:0: style: The function 'GetAlignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/strciphr.h:352:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modes.h:101:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modes.h:102:0: style: The function 'CipherSetKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/strciphr.h:384:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modes.h:102:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modes.h:101:0: style: The function 'GetAlignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/strciphr.h:111:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modes.h:101:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/modes.h:102:0: style: The function 'CipherSetKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/strciphr.h:155:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/modes.h:102:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algparam.h:378:0: style: The function 'AssignValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algparam.h:352:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algparam.h:378:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/algparam.h:395:0: style: The function 'MoveInto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algparam.h:353:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/algparam.h:395:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/strciphr.h:271:0: style: The function 'GenerateBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1384:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/strciphr.h:271:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/strciphr.h:286:0: style: The function 'ProcessData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:943:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/strciphr.h:286:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/strciphr.h:297:0: style: The function 'OptimalBlockSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:925:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/strciphr.h:297:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/strciphr.h:308:0: style: The function 'OptimalDataAlignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:934:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/strciphr.h:308:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/strciphr.h:312:0: style: The function 'IsSelfInverting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1050:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/strciphr.h:312:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/strciphr.h:316:0: style: The function 'IsForwardTransformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1055:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/strciphr.h:316:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/strciphr.h:321:0: style: The function 'IsRandomAccess' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1032:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/strciphr.h:321:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/strciphr.h:326:0: style: The function 'Seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1039:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/strciphr.h:326:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/strciphr.h:331:0: style: The function 'UncheckedSetKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:762:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/strciphr.h:331:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/seckey.h:285:0: style: The function 'MinKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:606:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/seckey.h:285:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/seckey.h:290:0: style: The function 'MaxKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:609:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/seckey.h:290:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/seckey.h:295:0: style: The function 'DefaultKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:612:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/seckey.h:295:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/seckey.h:306:0: style: The function 'GetValidKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:622:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/seckey.h:306:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/seckey.h:311:0: style: The function 'IVRequirement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:687:25: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/seckey.h:311:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/seckey.h:316:0: style: The function 'IVSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:714:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/seckey.h:316:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/simple.h:296:0: style: The function 'SetAutoSignalPropagation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1759:16: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/simple.h:296:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/simple.h:298:0: style: The function 'GetAutoSignalPropagation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1765:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/simple.h:298:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/simple.h:239:0: style: The function 'MessageSeriesEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1753:16: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/simple.h:239:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/simple.h:251:0: style: The function 'CreatePutSpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1606:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/simple.h:251:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/simple.h:260:0: style: The function 'Put2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1654:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/simple.h:260:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/simple.h:269:0: style: The function 'PutModifiable2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1664:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/simple.h:269:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/simple.h:274:0: style: The function 'ChannelCreatePutSpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2128:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/simple.h:274:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/simple.h:279:0: style: The function 'ChannelPut2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2137:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/simple.h:279:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/simple.h:280:0: style: The function 'ChannelPutModifiable2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2146:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/simple.h:280:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/simple.h:283:0: style: The function 'ChannelFlush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2156:16: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/simple.h:283:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/simple.h:214:0: style: The function 'Initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1727:16: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/simple.h:214:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/simple.h:217:0: style: The function 'IsolatedInitialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1702:16: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/simple.h:217:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/simple.h:191:0: style: The function 'Flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1743:16: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/simple.h:191:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/simple.h:196:0: style: The function 'IsolatedFlush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1711:16: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/simple.h:196:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/simple.h:151:0: style: The function 'Put2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1654:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/simple.h:151:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/simple.h:157:0: style: The function 'IsolatedFlush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1711:16: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/simple.h:157:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/simple.h:159:0: style: The function 'IsolatedMessageSeriesEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1716:16: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/simple.h:159:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/simple.h:161:0: style: The function 'ChannelPut2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2137:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/simple.h:161:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/simple.h:163:0: style: The function 'ChannelMessageSeriesEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2167:16: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/simple.h:163:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/simple.h:111:0: style: The function 'Flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1743:16: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/simple.h:111:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/simple.h:113:0: style: The function 'IsolatedFlush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1711:16: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/simple.h:113:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/simple.h:115:0: style: The function 'ChannelFlush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2156:16: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/simple.h:115:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/simple.h:101:0: style: The function 'IsolatedFlush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1711:16: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/simple.h:101:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/simple.h:48:0: style: The function 'AlgorithmName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:594:22: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/simple.h:48:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2007:21: style: The function 'AccessCryptoParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2480:29: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2007:21: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2008:15: style: The function 'AgreedValueLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2848:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2008:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2009:15: style: The function 'PrivateKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2852:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2009:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2010:15: style: The function 'PublicKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2856:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2010:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2012:7: style: The function 'GeneratePrivateKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2862:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2012:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2018:7: style: The function 'GeneratePublicKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2869:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2018:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2027:7: style: The function 'Agree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2892:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2027:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/eax.cpp:49:50: style: Function 'AuthenticateLastFooterBlock' argument 1 names different: declaration 'mac' definition 'tag'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/eax.h:61:41: note: Function 'AuthenticateLastFooterBlock' argument 1 names different: declaration 'mac' definition 'tag'.
cryptopp-CRYPTOPP_7_0_0/eax.cpp:49:50: note: Function 'AuthenticateLastFooterBlock' argument 1 names different: declaration 'mac' definition 'tag'.
cryptopp-CRYPTOPP_7_0_0/eax.h:36:17: performance: Technically the member function 'CryptoPP::EAX_Base::IVRequirement' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/eax.h:40:15: performance: Technically the member function 'CryptoPP::EAX_Base::MinIVLength' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/eax.h:42:15: performance: Technically the member function 'CryptoPP::EAX_Base::MaxIVLength' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/eax.h:46:8: performance: Technically the member function 'CryptoPP::EAX_Base::MaxHeaderLength' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/eax.h:48:8: performance: Technically the member function 'CryptoPP::EAX_Base::MaxMessageLength' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/eax.h:79:7: performance: Technically the member function 'CryptoPP::EAX_Final::IsForwardTransformation' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/eax.h:53:7: style: The function 'AuthenticationIsOnPlaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/authenc.h:66:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/eax.h:53:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/eax.h:55:15: style: The function 'AuthenticationBlockSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/authenc.h:67:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/eax.h:55:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/eax.h:57:7: style: The function 'SetKeyWithoutResync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/authenc.h:68:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/eax.h:57:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/eax.h:58:7: style: The function 'Resync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/authenc.h:69:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/eax.h:58:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/eax.h:59:9: style: The function 'AuthenticateBlocks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/authenc.h:70:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/eax.h:59:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/eax.h:60:7: style: The function 'AuthenticateLastHeaderBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/authenc.h:71:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/eax.h:60:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/eax.h:61:7: style: The function 'AuthenticateLastFooterBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/authenc.h:73:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/eax.h:61:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/eax.h:62:20: style: The function 'AccessSymmetricCipher' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/authenc.h:65:28: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/eax.h:62:20: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/eax.h:83:14: style: The function 'AccessMAC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/eax.h:64:22: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/eax.h:83:14: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:1397:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:972:7: style: Technically the member function 'CryptoPP::DL_GroupParameters::ParametersChanged' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/misc.h:294:0: style: Class 'CryptoPP :: Singleton < Point , NewObject < T > , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/smartptr.h:21:0: style: Class 'CryptoPP :: simple_ptr < Point >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:765:7: style: The function 'Validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2260:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:765:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:781:7: style: The function 'GetVoidValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:449:28: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:781:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:792:7: style: The function 'SupportsPrecomputation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2303:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:792:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:811:7: style: The function 'LoadPrecomputation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2322:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:811:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:821:7: style: The function 'SavePrecomputation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2329:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:821:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:1263:18: style: The function 'GetPrivateExponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:1150:26: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:1263:18: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:1264:7: style: The function 'SetPrivateExponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:1154:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:1264:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/ecp.cpp:348:6: style: Technically the member function 'CryptoPP::ZIterator::operator-' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/ecp.cpp:346:2: style: Struct 'ZIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/ecp.h:26:1: warning: The class 'ECP' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
cryptopp-CRYPTOPP_7_0_0/elgamal.h:34:9: style: The function 'GetSymmetricKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:1466:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/elgamal.h:34:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/elgamal.h:40:9: style: The function 'GetSymmetricCiphertextLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:1467:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/elgamal.h:40:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/elgamal.h:49:9: style: The function 'GetMaxSymmetricPlaintextLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:1468:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/elgamal.h:49:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/elgamal.h:58:7: style: The function 'SymmetricEncrypt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:1469:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/elgamal.h:58:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/elgamal.h:72:17: style: The function 'SymmetricDecrypt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:1470:25: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/elgamal.h:72:17: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/elgamal.h:106:33: style: The function 'GetGroupParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/elgamal.h:92:41: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/elgamal.h:106:33: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2088:0: style: The function 'AgreeWithEphemeralPrivateKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:1441:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2088:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2094:0: style: The function 'AgreeWithStaticPrivateKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:1442:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pubkey.h:2094:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:136:7: style: The function 'IsInitialized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:69:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:136:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:138:7: style: The function 'SetBase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:74:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:138:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:139:18: style: The function 'GetBase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:79:26: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:139:18: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:141:7: style: The function 'Precompute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:90:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:141:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:142:7: style: The function 'Load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:97:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:142:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:143:7: style: The function 'Save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:104:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:143:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:144:10: style: The function 'Exponentiate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:110:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:144:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:145:10: style: The function 'CascadeExponentiate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:120:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/eprecomp.h:145:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/esign.cpp:88:96: style: Function 'GenerateRandom' argument 2 names different: declaration 'alg' definition 'param'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/esign.h:104:72: note: Function 'GenerateRandom' argument 2 names different: declaration 'alg' definition 'param'.
cryptopp-CRYPTOPP_7_0_0/esign.cpp:88:96: note: Function 'GenerateRandom' argument 2 names different: declaration 'alg' definition 'param'.
cryptopp-CRYPTOPP_7_0_0/filters.cpp:50:45: style: Function 'Detach' argument 1 names different: declaration 'newAttachment' definition 'newOut'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/filters.h:65:38: note: Function 'Detach' argument 1 names different: declaration 'newAttachment' definition 'newOut'.
cryptopp-CRYPTOPP_7_0_0/filters.cpp:50:45: note: Function 'Detach' argument 1 names different: declaration 'newAttachment' definition 'newOut'.
cryptopp-CRYPTOPP_7_0_0/filters.cpp:55:29: style: Function 'Insert' argument 1 names different: declaration 'nextFilter' definition 'filter'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/filters.h:80:22: note: Function 'Insert' argument 1 names different: declaration 'nextFilter' definition 'filter'.
cryptopp-CRYPTOPP_7_0_0/filters.cpp:55:29: note: Function 'Insert' argument 1 names different: declaration 'nextFilter' definition 'filter'.
cryptopp-CRYPTOPP_7_0_0/filters.cpp:174:46: style: Function 'PutMaybeModifiable' argument 1 names different: declaration 'inString' definition 'begin'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/filters.h:266:34: note: Function 'PutMaybeModifiable' argument 1 names different: declaration 'inString' definition 'begin'.
cryptopp-CRYPTOPP_7_0_0/filters.cpp:174:46: note: Function 'PutMaybeModifiable' argument 1 names different: declaration 'inString' definition 'begin'.
cryptopp-CRYPTOPP_7_0_0/filters.cpp:232:38: style: Function 'Put2' argument 1 names different: declaration 'inString' definition 'begin'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/filters.h:261:26: note: Function 'Put2' argument 1 names different: declaration 'inString' definition 'begin'.
cryptopp-CRYPTOPP_7_0_0/filters.cpp:232:38: note: Function 'Put2' argument 1 names different: declaration 'inString' definition 'begin'.
cryptopp-CRYPTOPP_7_0_0/filters.cpp:237:42: style: Function 'PutModifiable2' argument 1 names different: declaration 'inString' definition 'begin'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/filters.h:262:30: note: Function 'PutModifiable2' argument 1 names different: declaration 'inString' definition 'begin'.
cryptopp-CRYPTOPP_7_0_0/filters.cpp:237:42: note: Function 'PutModifiable2' argument 1 names different: declaration 'inString' definition 'begin'.
cryptopp-CRYPTOPP_7_0_0/filters.cpp:350:58: style: Function 'PutMaybeModifiable' argument 1 names different: declaration 'begin' definition 'inString'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/filters.h:388:34: note: Function 'PutMaybeModifiable' argument 1 names different: declaration 'begin' definition 'inString'.
cryptopp-CRYPTOPP_7_0_0/filters.cpp:350:58: note: Function 'PutMaybeModifiable' argument 1 names different: declaration 'begin' definition 'inString'.
cryptopp-CRYPTOPP_7_0_0/filters.cpp:514:43: style: Function 'NextPutModifiable' argument 1 names different: declaration 'inString' definition 's'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/filters.h:994:31: note: Function 'NextPutModifiable' argument 1 names different: declaration 'inString' definition 's'.
cryptopp-CRYPTOPP_7_0_0/filters.cpp:514:43: note: Function 'NextPutModifiable' argument 1 names different: declaration 'inString' definition 's'.
cryptopp-CRYPTOPP_7_0_0/filters.cpp:514:53: style: Function 'NextPutModifiable' argument 2 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/filters.h:994:48: note: Function 'NextPutModifiable' argument 2 names different: declaration 'length' definition 'len'.
cryptopp-CRYPTOPP_7_0_0/filters.cpp:514:53: note: Function 'NextPutModifiable' argument 2 names different: declaration 'length' definition 'len'.
cryptopp-CRYPTOPP_7_0_0/filters.cpp:527:43: style: Function 'Put2' argument 1 names different: declaration 'inString' definition 'begin'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/filters.h:1119:26: note: Function 'Put2' argument 1 names different: declaration 'inString' definition 'begin'.
cryptopp-CRYPTOPP_7_0_0/filters.cpp:527:43: note: Function 'Put2' argument 1 names different: declaration 'inString' definition 'begin'.
cryptopp-CRYPTOPP_7_0_0/filters.cpp:534:36: style: Function 'Put2' argument 1 names different: declaration 'inString' definition 'begin'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/filters.h:1159:26: note: Function 'Put2' argument 1 names different: declaration 'inString' definition 'begin'.
cryptopp-CRYPTOPP_7_0_0/filters.cpp:534:36: note: Function 'Put2' argument 1 names different: declaration 'inString' definition 'begin'.
cryptopp-CRYPTOPP_7_0_0/filters.cpp:565:39: style: Function 'Put2' argument 1 names different: declaration 'inString' definition 'begin'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/filters.h:1185:26: note: Function 'Put2' argument 1 names different: declaration 'inString' definition 'begin'.
cryptopp-CRYPTOPP_7_0_0/filters.cpp:565:39: note: Function 'Put2' argument 1 names different: declaration 'inString' definition 'begin'.
cryptopp-CRYPTOPP_7_0_0/filters.cpp:315:26: warning: Member variable 'FilterWithBufferedInput::m_queue' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/filters.cpp:902:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
cryptopp-CRYPTOPP_7_0_0/filters.cpp:904:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
cryptopp-CRYPTOPP_7_0_0/filters.cpp:1093:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
cryptopp-CRYPTOPP_7_0_0/filters.cpp:1095:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
cryptopp-CRYPTOPP_7_0_0/filters.cpp:872:3: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
cryptopp-CRYPTOPP_7_0_0/filters.cpp:882:3: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
cryptopp-CRYPTOPP_7_0_0/fipstest.cpp:86:2: style: Instance of 'StringSource' object is destroyed immediately. [unusedScopedObject]
cryptopp-CRYPTOPP_7_0_0/fipstest.cpp:117:2: style: Instance of 'StringSource' object is destroyed immediately. [unusedScopedObject]
cryptopp-CRYPTOPP_7_0_0/fipstest.cpp:118:2: style: Instance of 'StringSource' object is destroyed immediately. [unusedScopedObject]
cryptopp-CRYPTOPP_7_0_0/fipstest.cpp:120:2: style: Instance of 'StringSource' object is destroyed immediately. [unusedScopedObject]
cryptopp-CRYPTOPP_7_0_0/fipstest.cpp:121:2: style: Instance of 'StringSource' object is destroyed immediately. [unusedScopedObject]
cryptopp-CRYPTOPP_7_0_0/fipstest.cpp:162:2: style: Instance of 'StringSource' object is destroyed immediately. [unusedScopedObject]
cryptopp-CRYPTOPP_7_0_0/fipstest.cpp:163:2: style: Instance of 'StringSource' object is destroyed immediately. [unusedScopedObject]
cryptopp-CRYPTOPP_7_0_0/fipstest.cpp:214:3: style: Instance of 'StringSource' object is destroyed immediately. [unusedScopedObject]
cryptopp-CRYPTOPP_7_0_0/fipstest.cpp:225:3: style: Instance of 'StringSource' object is destroyed immediately. [unusedScopedObject]
cryptopp-CRYPTOPP_7_0_0/gcm.cpp:423:13: style: Same value in both branches of ternary operator. [duplicateValueTernary]
cryptopp-CRYPTOPP_7_0_0/gcm.cpp:424:13: style: Same value in both branches of ternary operator. [duplicateValueTernary]
cryptopp-CRYPTOPP_7_0_0/gcm.cpp:425:13: style: Same value in both branches of ternary operator. [duplicateValueTernary]
cryptopp-CRYPTOPP_7_0_0/gcm.cpp:426:13: style: Same value in both branches of ternary operator. [duplicateValueTernary]
cryptopp-CRYPTOPP_7_0_0/gcm.cpp:485:13: style: Same value in both branches of ternary operator. [duplicateValueTernary]
cryptopp-CRYPTOPP_7_0_0/gcm.cpp:489:13: style: Same value in both branches of ternary operator. [duplicateValueTernary]
cryptopp-CRYPTOPP_7_0_0/gcm.cpp:493:13: style: Same value in both branches of ternary operator. [duplicateValueTernary]
cryptopp-CRYPTOPP_7_0_0/gcm.cpp:497:13: style: Same value in both branches of ternary operator. [duplicateValueTernary]
cryptopp-CRYPTOPP_7_0_0/gcm.h:79:14: performance: Technically the member function 'CryptoPP::GCM_Base::ReverseHashBufferIfNeeded' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/gcm.cpp:266:23: note: Technically the member function 'CryptoPP::GCM_Base::ReverseHashBufferIfNeeded' can be static.
cryptopp-CRYPTOPP_7_0_0/gcm.h:79:14: note: Technically the member function 'CryptoPP::GCM_Base::ReverseHashBufferIfNeeded' can be static.
cryptopp-CRYPTOPP_7_0_0/gf256.h:23:10: performance: Technically the member function 'CryptoPP::GF256::RandomElement' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/gf256.h:26:7: performance: Technically the member function 'CryptoPP::GF256::Equal' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/gf256.h:29:10: performance: Technically the member function 'CryptoPP::GF256::Zero' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/gf256.h:32:10: performance: Technically the member function 'CryptoPP::GF256::Add' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/gf256.h:38:10: performance: Technically the member function 'CryptoPP::GF256::Inverse' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/gf256.h:41:10: performance: Technically the member function 'CryptoPP::GF256::Subtract' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/gf256.h:47:10: performance: Technically the member function 'CryptoPP::GF256::Double' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/gf256.h:50:10: performance: Technically the member function 'CryptoPP::GF256::One' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/gf256.h:58:7: performance: Technically the member function 'CryptoPP::GF256::IsUnit' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/gf256.h:21:2: style: Class 'GF256' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/gf2_32.h:24:10: performance: Technically the member function 'CryptoPP::GF2_32::RandomElement' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/gf2_32.h:27:7: performance: Technically the member function 'CryptoPP::GF2_32::Equal' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/gf2_32.h:30:10: performance: Technically the member function 'CryptoPP::GF2_32::Identity' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/gf2_32.h:33:10: performance: Technically the member function 'CryptoPP::GF2_32::Add' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/gf2_32.h:39:10: performance: Technically the member function 'CryptoPP::GF2_32::Inverse' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/gf2_32.h:42:10: performance: Technically the member function 'CryptoPP::GF2_32::Subtract' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/gf2_32.h:48:10: performance: Technically the member function 'CryptoPP::GF2_32::Double' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/gf2_32.h:51:10: performance: Technically the member function 'CryptoPP::GF2_32::MultiplicativeIdentity' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/gf2_32.h:59:7: performance: Technically the member function 'CryptoPP::GF2_32::IsUnit' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/gf2_32.h:22:2: style: Class 'GF2_32' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/gf2n.cpp:51:67: style: Function 'Randomize' argument 2 names different: declaration 'bitcount' definition 'nbits'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/gf2n.h:167:53: note: Function 'Randomize' argument 2 names different: declaration 'bitcount' definition 'nbits'.
cryptopp-CRYPTOPP_7_0_0/gf2n.cpp:51:67: note: Function 'Randomize' argument 2 names different: declaration 'bitcount' definition 'nbits'.
cryptopp-CRYPTOPP_7_0_0/gf2n.cpp:60:47: style: Function 'AllOnes' argument 1 names different: declaration 'n' definition 'bitLength'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/gf2n.h:78:53: note: Function 'AllOnes' argument 1 names different: declaration 'n' definition 'bitLength'.
cryptopp-CRYPTOPP_7_0_0/gf2n.cpp:60:47: note: Function 'AllOnes' argument 1 names different: declaration 'n' definition 'bitLength'.
cryptopp-CRYPTOPP_7_0_0/gf2n.cpp:69:36: style: Function 'SetBit' argument 1 names different: declaration 'i' definition 'n'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/gf2n.h:170:22: note: Function 'SetBit' argument 1 names different: declaration 'i' definition 'n'.
cryptopp-CRYPTOPP_7_0_0/gf2n.cpp:69:36: note: Function 'SetBit' argument 1 names different: declaration 'i' definition 'n'.
cryptopp-CRYPTOPP_7_0_0/gf2n.cpp:297:45: style: Function 'Divide' argument 1 names different: declaration 'r' definition 'remainder'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/gf2n.h:238:51: note: Function 'Divide' argument 1 names different: declaration 'r' definition 'remainder'.
cryptopp-CRYPTOPP_7_0_0/gf2n.cpp:297:45: note: Function 'Divide' argument 1 names different: declaration 'r' definition 'remainder'.
cryptopp-CRYPTOPP_7_0_0/gf2n.cpp:297:72: style: Function 'Divide' argument 2 names different: declaration 'q' definition 'quotient'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/gf2n.h:238:70: note: Function 'Divide' argument 2 names different: declaration 'q' definition 'quotient'.
cryptopp-CRYPTOPP_7_0_0/gf2n.cpp:297:72: note: Function 'Divide' argument 2 names different: declaration 'q' definition 'quotient'.
cryptopp-CRYPTOPP_7_0_0/gf2n.cpp:298:30: style: Function 'Divide' argument 3 names different: declaration 'a' definition 'dividend'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/gf2n.h:238:95: note: Function 'Divide' argument 3 names different: declaration 'a' definition 'dividend'.
cryptopp-CRYPTOPP_7_0_0/gf2n.cpp:298:30: note: Function 'Divide' argument 3 names different: declaration 'a' definition 'dividend'.
cryptopp-CRYPTOPP_7_0_0/gf2n.cpp:298:62: style: Function 'Divide' argument 4 names different: declaration 'd' definition 'divisor'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/gf2n.h:238:120: note: Function 'Divide' argument 4 names different: declaration 'd' definition 'divisor'.
cryptopp-CRYPTOPP_7_0_0/gf2n.cpp:298:62: note: Function 'Divide' argument 4 names different: declaration 'd' definition 'divisor'.
cryptopp-CRYPTOPP_7_0_0/gf2n.cpp:530:83: style: Function 'Gcd' argument 2 names different: declaration 'n' definition 'b'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/gf2n.h:233:89: note: Function 'Gcd' argument 2 names different: declaration 'n' definition 'b'.
cryptopp-CRYPTOPP_7_0_0/gf2n.cpp:530:83: note: Function 'Gcd' argument 2 names different: declaration 'n' definition 'b'.
cryptopp-CRYPTOPP_7_0_0/gf2n.cpp:608:27: style: Function 'GF2NT' argument 1 names different: declaration 't0' definition 'c0'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/gf2n.h:335:21: note: Function 'GF2NT' argument 1 names different: declaration 't0' definition 'c0'.
cryptopp-CRYPTOPP_7_0_0/gf2n.cpp:608:27: note: Function 'GF2NT' argument 1 names different: declaration 't0' definition 'c0'.
cryptopp-CRYPTOPP_7_0_0/gf2n.cpp:608:44: style: Function 'GF2NT' argument 2 names different: declaration 't1' definition 'c1'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/gf2n.h:335:38: note: Function 'GF2NT' argument 2 names different: declaration 't1' definition 'c1'.
cryptopp-CRYPTOPP_7_0_0/gf2n.cpp:608:44: note: Function 'GF2NT' argument 2 names different: declaration 't1' definition 'c1'.
cryptopp-CRYPTOPP_7_0_0/gf2n.cpp:608:61: style: Function 'GF2NT' argument 3 names different: declaration 't2' definition 'c2'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/gf2n.h:335:55: note: Function 'GF2NT' argument 3 names different: declaration 't2' definition 'c2'.
cryptopp-CRYPTOPP_7_0_0/gf2n.cpp:608:61: note: Function 'GF2NT' argument 3 names different: declaration 't2' definition 'c2'.
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:0: warning: Member variable 'CryptoPP :: SecBlock < char , AllocatorWithCleanup < T > >::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:0: style: Technically the member function 'CryptoPP :: SecBlock < char , AllocatorWithCleanup < T > >::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:0: style: Technically the member function 'CryptoPP :: SecBlock < char , AllocatorWithCleanup < T > >::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:0: style: Technically the member function 'CryptoPP :: SecBlock < char , AllocatorWithCleanup < T > >::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/misc.h:294:0: style: Class 'CryptoPP :: Singleton < PolynomialMod2 , NewObject < T > , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/misc.h:294:0: style: Class 'CryptoPP :: Singleton < PolynomialMod2 , CryptoPP :: NewPolynomialMod2 < 1 > , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/smartptr.h:21:0: style: Class 'CryptoPP :: simple_ptr < PolynomialMod2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/gfpcrypt.cpp:157:90: style: Function 'ValidateElement' argument 2 names different: declaration 'element' definition 'g'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/gfpcrypt.h:82:61: note: Function 'ValidateElement' argument 2 names different: declaration 'element' definition 'g'.
cryptopp-CRYPTOPP_7_0_0/gfpcrypt.cpp:157:90: note: Function 'ValidateElement' argument 2 names different: declaration 'element' definition 'g'.
cryptopp-CRYPTOPP_7_0_0/gfpcrypt.cpp:157:136: style: Function 'ValidateElement' argument 3 names different: declaration 'precomp' definition 'gpc'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/gfpcrypt.h:82:113: note: Function 'ValidateElement' argument 3 names different: declaration 'precomp' definition 'gpc'.
cryptopp-CRYPTOPP_7_0_0/gfpcrypt.cpp:157:136: note: Function 'ValidateElement' argument 3 names different: declaration 'precomp' definition 'gpc'.
cryptopp-CRYPTOPP_7_0_0/gzip.cpp:54:48: style: Function 'ProcessUncompressedData' argument 1 names different: declaration 'string' definition 'inString'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/gzip.h:68:43: note: Function 'ProcessUncompressedData' argument 1 names different: declaration 'string' definition 'inString'.
cryptopp-CRYPTOPP_7_0_0/gzip.cpp:54:48: note: Function 'ProcessUncompressedData' argument 1 names different: declaration 'string' definition 'inString'.
cryptopp-CRYPTOPP_7_0_0/gzip.cpp:102:69: style: Function 'Gunzip' argument 3 names different: declaration 'autoSignalPropagation' definition 'propagation'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/gzip.h:98:80: note: Function 'Gunzip' argument 3 names different: declaration 'autoSignalPropagation' definition 'propagation'.
cryptopp-CRYPTOPP_7_0_0/gzip.cpp:102:69: note: Function 'Gunzip' argument 3 names different: declaration 'autoSignalPropagation' definition 'propagation'.
cryptopp-CRYPTOPP_7_0_0/gzip.cpp:155:50: style: Function 'ProcessDecompressedData' argument 1 names different: declaration 'string' definition 'inString'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/gzip.h:130:43: note: Function 'ProcessDecompressedData' argument 1 names different: declaration 'string' definition 'inString'.
cryptopp-CRYPTOPP_7_0_0/gzip.cpp:155:50: note: Function 'ProcessDecompressedData' argument 1 names different: declaration 'string' definition 'inString'.
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:0: warning: Member variable 'CryptoPP :: SecBlock < Code , AllocatorWithCleanup < T > >::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:0: warning: Member variable 'CryptoPP :: SecBlock < word16 , AllocatorWithCleanup < T > >::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:0: warning: Member variable 'CryptoPP :: SecBlock < EncodedMatch , AllocatorWithCleanup < T > >::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:0: warning: Member variable 'CryptoPP :: SecBlock < unsigned int , FixedSizeAllocatorWithCleanup < T , S > >::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:0: style: Technically the member function 'CryptoPP :: SecBlock < Code , AllocatorWithCleanup < T > >::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:0: style: Technically the member function 'CryptoPP :: SecBlock < Code , AllocatorWithCleanup < T > >::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:0: style: Technically the member function 'CryptoPP :: SecBlock < Code , AllocatorWithCleanup < T > >::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:0: style: Technically the member function 'CryptoPP :: SecBlock < word16 , AllocatorWithCleanup < T > >::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:0: style: Technically the member function 'CryptoPP :: SecBlock < word16 , AllocatorWithCleanup < T > >::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:0: style: Technically the member function 'CryptoPP :: SecBlock < word16 , AllocatorWithCleanup < T > >::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:0: style: Technically the member function 'CryptoPP :: SecBlock < EncodedMatch , AllocatorWithCleanup < T > >::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:0: style: Technically the member function 'CryptoPP :: SecBlock < EncodedMatch , AllocatorWithCleanup < T > >::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:0: style: Technically the member function 'CryptoPP :: SecBlock < EncodedMatch , AllocatorWithCleanup < T > >::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:0: style: Technically the member function 'CryptoPP :: SecBlock < unsigned int , FixedSizeAllocatorWithCleanup < T , S > >::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:0: style: Technically the member function 'CryptoPP :: SecBlock < unsigned int , FixedSizeAllocatorWithCleanup < T , S > >::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:0: style: Technically the member function 'CryptoPP :: SecBlock < unsigned int , FixedSizeAllocatorWithCleanup < T , S > >::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/zdeflate.h:22:2: style: Class 'LowFirstBitWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/zinflate.h:15:2: style: Class 'LowFirstBitReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/zinflate.h:41:40: style: Class 'Err' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/simple.h:294:0: style: Class 'CryptoPP :: AutoSignaling < Filter >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/zdeflate.h:124:7: style: The function 'IsolatedInitialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1702:16: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/zdeflate.h:124:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/zdeflate.h:125:9: style: The function 'Put2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1654:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/zdeflate.h:125:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/zdeflate.h:126:7: style: The function 'IsolatedFlush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1711:16: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/zdeflate.h:126:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gzip.h:58:7: style: The function 'IsolatedInitialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1702:16: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gzip.h:58:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gzip.h:67:7: style: The function 'WritePrestreamHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/zdeflate.h:129:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gzip.h:67:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gzip.h:68:7: style: The function 'ProcessUncompressedData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/zdeflate.h:130:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gzip.h:68:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gzip.h:69:7: style: The function 'WritePoststreamTail' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/zdeflate.h:132:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gzip.h:69:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gzip.h:128:15: style: The function 'MaxPrestreamHeaderSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/zinflate.h:121:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gzip.h:128:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gzip.h:129:7: style: The function 'ProcessPrestreamHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/zinflate.h:122:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gzip.h:129:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gzip.h:130:7: style: The function 'ProcessDecompressedData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/zinflate.h:123:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gzip.h:130:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gzip.h:131:15: style: The function 'MaxPoststreamTailSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/zinflate.h:125:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gzip.h:131:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/gzip.h:132:7: style: The function 'ProcessPoststreamTail' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/zinflate.h:126:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/gzip.h:132:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/ida.h:98:2: warning: Member variable 'SecretRecovery::m_pad' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/ida.h:24:2: style: Class 'RawIDA' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/ida.h:163:2: style: Class 'PaddingRemover' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/polynomi.h:64:3: style: Class 'PolynomialOver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/polynomi.h:177:3: style: Class 'PolynomialOverFixedRing' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/polynomi.h:185:3: style: Class 'PolynomialOverFixedRing' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/polynomi.h:322:2: style: Class 'RingOfPolynomialsOver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/simple.h:294:0: style: Class 'CryptoPP :: AutoSignaling < Unflushable < Multichannel < Filter > > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/ida.h:105:7: style: The function 'FlushOutputQueues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/ida.h:43:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/ida.h:105:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/ida.h:106:7: style: The function 'OutputMessageEnds' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/ida.h:44:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/ida.h:106:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/ida.h:153:7: style: The function 'FlushOutputQueues' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/ida.h:43:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/ida.h:153:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/ida.h:154:7: style: The function 'OutputMessageEnds' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/ida.h:44:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/ida.h:154:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:0: warning: Member variable 'CryptoPP :: SecBlock < word , FixedSizeAllocatorWithCleanup < T , S > >::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:0: style: Technically the member function 'CryptoPP :: SecBlock < word , FixedSizeAllocatorWithCleanup < T , S > >::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:0: style: Technically the member function 'CryptoPP :: SecBlock < word , FixedSizeAllocatorWithCleanup < T , S > >::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:0: style: Technically the member function 'CryptoPP :: SecBlock < word , FixedSizeAllocatorWithCleanup < T , S > >::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/integer.cpp:527:35: style: Function 'operator/' argument 1 names different: declaration 'divisor' definition 'a'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.cpp:368:22: note: Function 'operator/' argument 1 names different: declaration 'divisor' definition 'a'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:527:35: note: Function 'operator/' argument 1 names different: declaration 'divisor' definition 'a'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:2946:23: style: Function 'Integer' argument 1 names different: declaration 'sign' definition 's'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:112:16: note: Function 'Integer' argument 1 names different: declaration 'sign' definition 's'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:2946:23: note: Function 'Integer' argument 1 names different: declaration 'sign' definition 's'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:2967:23: style: Function 'Integer' argument 1 names different: declaration 'sign' definition 's'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:118:16: note: Function 'Integer' argument 1 names different: declaration 'sign' definition 's'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:2967:23: note: Function 'Integer' argument 1 names different: declaration 'sign' definition 's'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:2967:31: style: Function 'Integer' argument 2 names different: declaration 'highWord' definition 'high'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:118:27: note: Function 'Integer' argument 2 names different: declaration 'highWord' definition 'high'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:2967:31: note: Function 'Integer' argument 2 names different: declaration 'highWord' definition 'high'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:2967:42: style: Function 'Integer' argument 3 names different: declaration 'lowWord' definition 'low'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:118:42: note: Function 'Integer' argument 3 names different: declaration 'lowWord' definition 'low'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:2967:42: note: Function 'Integer' argument 3 names different: declaration 'lowWord' definition 'low'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:2997:42: style: Function 'Integer' argument 1 names different: declaration 'bt' definition 'encodedInteger'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:154:35: note: Function 'Integer' argument 1 names different: declaration 'bt' definition 'encodedInteger'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:2997:42: note: Function 'Integer' argument 1 names different: declaration 'bt' definition 'encodedInteger'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:2997:87: style: Function 'Integer' argument 3 names different: declaration 'sign' definition 's'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:154:68: note: Function 'Integer' argument 3 names different: declaration 'sign' definition 's'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:2997:87: note: Function 'Integer' argument 3 names different: declaration 'sign' definition 's'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:2997:100: style: Function 'Integer' argument 4 names different: declaration 'order' definition 'o'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:154:93: note: Function 'Integer' argument 4 names different: declaration 'order' definition 'o'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:2997:100: note: Function 'Integer' argument 4 names different: declaration 'order' definition 'o'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:3015:75: style: Function 'Integer' argument 3 names different: declaration 'sign' definition 's'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:145:68: note: Function 'Integer' argument 3 names different: declaration 'sign' definition 's'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:3015:75: note: Function 'Integer' argument 3 names different: declaration 'sign' definition 's'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:3015:88: style: Function 'Integer' argument 4 names different: declaration 'order' definition 'o'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:145:93: note: Function 'Integer' argument 4 names different: declaration 'order' definition 'o'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:3015:88: note: Function 'Integer' argument 4 names different: declaration 'order' definition 'o'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:3044:53: style: Function 'Integer' argument 2 names different: declaration 'bitCount' definition 'bitcount'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:164:46: note: Function 'Integer' argument 2 names different: declaration 'bitCount' definition 'bitcount'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:3044:53: note: Function 'Integer' argument 2 names different: declaration 'bitCount' definition 'bitcount'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:3079:29: style: Function 'GetBit' argument 1 names different: declaration 'i' definition 'n'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:320:22: note: Function 'GetBit' argument 1 names different: declaration 'i' definition 'n'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:3079:29: note: Function 'GetBit' argument 1 names different: declaration 'i' definition 'n'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:3103:30: style: Function 'GetByte' argument 1 names different: declaration 'i' definition 'n'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:323:23: note: Function 'GetByte' argument 1 names different: declaration 'i' definition 'n'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:3103:30: note: Function 'GetByte' argument 1 names different: declaration 'i' definition 'n'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:3328:69: style: Function 'Decode' argument 3 names different: declaration 'sign' definition 's'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:258:62: note: Function 'Decode' argument 3 names different: declaration 'sign' definition 's'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:3328:69: note: Function 'Decode' argument 3 names different: declaration 'sign' definition 's'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:3335:78: style: Function 'Decode' argument 3 names different: declaration 'sign' definition 's'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:265:71: note: Function 'Decode' argument 3 names different: declaration 'sign' definition 's'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:3335:78: note: Function 'Decode' argument 3 names different: declaration 'sign' definition 's'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:3367:43: style: Function 'MinEncodedSize' argument 1 names different: declaration 'sign' definition 'signedness'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:208:36: note: Function 'MinEncodedSize' argument 1 names different: declaration 'sign' definition 'signedness'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:3367:43: note: Function 'MinEncodedSize' argument 1 names different: declaration 'sign' definition 'signedness'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:3383:65: style: Function 'Encode' argument 3 names different: declaration 'sign' definition 'signedness'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:217:58: note: Function 'Encode' argument 3 names different: declaration 'sign' definition 'signedness'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:3383:65: note: Function 'Encode' argument 3 names different: declaration 'sign' definition 'signedness'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:3390:79: style: Function 'Encode' argument 3 names different: declaration 'sign' definition 'signedness'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:226:72: note: Function 'Encode' argument 3 names different: declaration 'sign' definition 'signedness'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:3390:79: note: Function 'Encode' argument 3 names different: declaration 'sign' definition 'signedness'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:3412:51: style: Function 'BERDecode' argument 2 names different: declaration 'inputLen' definition 'len'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:270:44: note: Function 'BERDecode' argument 2 names different: declaration 'inputLen' definition 'len'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:3412:51: note: Function 'BERDecode' argument 2 names different: declaration 'inputLen' definition 'len'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:3461:55: style: Function 'OpenPGPDecode' argument 2 names different: declaration 'inputLen' definition 'len'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:291:48: note: Function 'OpenPGPDecode' argument 2 names different: declaration 'inputLen' definition 'len'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:3461:55: note: Function 'OpenPGPDecode' argument 2 names different: declaration 'inputLen' definition 'len'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:3476:60: style: Function 'Randomize' argument 2 names different: declaration 'bitCount' definition 'nbits'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:423:53: note: Function 'Randomize' argument 2 names different: declaration 'bitCount' definition 'nbits'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:3476:60: note: Function 'Randomize' argument 2 names different: declaration 'bitCount' definition 'nbits'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:3530:60: style: Function 'GenerateRandomNoThrow' argument 1 names different: declaration 'rng' definition 'i_rng'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:466:53: note: Function 'GenerateRandomNoThrow' argument 1 names different: declaration 'rng' definition 'i_rng'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:3530:60: note: Function 'GenerateRandomNoThrow' argument 1 names different: declaration 'rng' definition 'i_rng'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:4152:31: style: Function 'Divide' argument 1 names different: declaration 'r' definition 'remainder'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:629:44: note: Function 'Divide' argument 1 names different: declaration 'r' definition 'remainder'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:4152:31: note: Function 'Divide' argument 1 names different: declaration 'r' definition 'remainder'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:4152:51: style: Function 'Divide' argument 2 names different: declaration 'q' definition 'quotient'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:629:56: note: Function 'Divide' argument 2 names different: declaration 'q' definition 'quotient'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:4152:51: note: Function 'Divide' argument 2 names different: declaration 'q' definition 'quotient'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:4152:76: style: Function 'Divide' argument 3 names different: declaration 'a' definition 'dividend'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:629:74: note: Function 'Divide' argument 3 names different: declaration 'a' definition 'dividend'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:4152:76: note: Function 'Divide' argument 3 names different: declaration 'a' definition 'dividend'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:4152:101: style: Function 'Divide' argument 4 names different: declaration 'd' definition 'divisor'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:629:92: note: Function 'Divide' argument 4 names different: declaration 'd' definition 'divisor'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:4152:101: note: Function 'Divide' argument 4 names different: declaration 'd' definition 'divisor'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:4212:28: style: Function 'Divide' argument 1 names different: declaration 'r' definition 'remainder'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:638:41: note: Function 'Divide' argument 1 names different: declaration 'r' definition 'remainder'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:4212:28: note: Function 'Divide' argument 1 names different: declaration 'r' definition 'remainder'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:4212:48: style: Function 'Divide' argument 2 names different: declaration 'q' definition 'quotient'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:638:53: note: Function 'Divide' argument 2 names different: declaration 'q' definition 'quotient'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:4212:48: note: Function 'Divide' argument 2 names different: declaration 'q' definition 'quotient'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:4212:73: style: Function 'Divide' argument 3 names different: declaration 'a' definition 'dividend'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:638:71: note: Function 'Divide' argument 3 names different: declaration 'a' definition 'dividend'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:4212:73: note: Function 'Divide' argument 3 names different: declaration 'a' definition 'dividend'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:4212:88: style: Function 'Divide' argument 4 names different: declaration 'd' definition 'divisor'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:638:79: note: Function 'Divide' argument 4 names different: declaration 'd' definition 'divisor'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:4212:88: note: Function 'Divide' argument 4 names different: declaration 'd' definition 'divisor'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:4254:27: style: Function 'Modulo' argument 1 names different: declaration 'b' definition 'divisor'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:554:20: note: Function 'Modulo' argument 1 names different: declaration 'b' definition 'divisor'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:4254:27: note: Function 'Modulo' argument 1 names different: declaration 'b' definition 'divisor'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:4310:37: style: Function 'Compare' argument 1 names different: declaration 'a' definition 't'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:536:30: note: Function 'Compare' argument 1 names different: declaration 'a' definition 't'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:4310:37: note: Function 'Compare' argument 1 names different: declaration 'a' definition 't'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:4381:55: style: Function 'Gcd' argument 2 names different: declaration 'n' definition 'b'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:654:68: note: Function 'Gcd' argument 2 names different: declaration 'n' definition 'b'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:4381:55: note: Function 'Gcd' argument 2 names different: declaration 'n' definition 'b'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:4386:44: style: Function 'InverseMod' argument 1 names different: declaration 'n' definition 'm'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:662:37: note: Function 'InverseMod' argument 1 names different: declaration 'n' definition 'm'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:4386:44: note: Function 'InverseMod' argument 1 names different: declaration 'n' definition 'm'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:4401:48: style: Function 'InverseModNext' argument 1 names different: declaration 'n' definition 'm'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:710:40: note: Function 'InverseModNext' argument 1 names different: declaration 'n' definition 'm'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:4401:48: note: Function 'InverseModNext' argument 1 names different: declaration 'n' definition 'm'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:4425:31: style: Function 'InverseMod' argument 1 names different: declaration 'n' definition 'mod'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/integer.h:670:24: note: Function 'InverseMod' argument 1 names different: declaration 'n' definition 'mod'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:4425:31: note: Function 'InverseMod' argument 1 names different: declaration 'n' definition 'mod'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:4604:67: style: Function 'MontgomeryRepresentation' argument 1 names different: declaration 'modulus' definition 'm'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/modarith.h:282:42: note: Function 'MontgomeryRepresentation' argument 1 names different: declaration 'modulus' definition 'm'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:4604:67: note: Function 'MontgomeryRepresentation' argument 1 names different: declaration 'modulus' definition 'm'.
cryptopp-CRYPTOPP_7_0_0/integer.cpp:331:8: style: Technically the member function 'CryptoPP::DWord::operator+' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/integer.cpp:343:8: style: Technically the member function 'CryptoPP::DWord::operator-' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/integer.cpp:355:8: style: Technically the member function 'CryptoPP::DWord::operator-' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/integer.cpp:424:7: style: Technically the member function 'CryptoPP::Word::operator-' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/integer.cpp:431:7: style: Technically the member function 'CryptoPP::Word::operator-' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/algebra.h:374:0: warning: The class 'CryptoPP :: EuclideanDomainOf < Integer >' defines member variable with name 'result' also defined in its parent class 'CryptoPP :: AbstractEuclideanDomain < Integer >'. [duplInheritedMember]
cryptopp-CRYPTOPP_7_0_0/algebra.h:301:0: note: Parent variable 'CryptoPP :: AbstractEuclideanDomain < Integer >::result'
cryptopp-CRYPTOPP_7_0_0/algebra.h:374:0: note: Derived variable 'CryptoPP :: EuclideanDomainOf < Integer >::result'
cryptopp-CRYPTOPP_7_0_0/integer.cpp:414:2: style: Class 'Word' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/misc.h:294:0: style: Class 'CryptoPP :: Singleton < Integer , CryptoPP :: NewInteger < 0L > , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/misc.h:294:0: style: Class 'CryptoPP :: Singleton < Integer , CryptoPP :: NewInteger < 1L > , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/misc.h:294:0: style: Class 'CryptoPP :: Singleton < Integer , CryptoPP :: NewInteger < 2L > , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/smartptr.h:21:0: style: Class 'CryptoPP :: simple_ptr < Integer >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/integer.cpp:3517:7: style: The function 'GenerateBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1384:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/integer.cpp:3517:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/iterhash.cpp:19:16: style: Same expression on both sides of '<' because the value of 'm_countHi' and 'oldCountHi' are the same. [duplicateExpression]
cryptopp-CRYPTOPP_7_0_0/iterhash.cpp:15:52: note: 'oldCountHi' is assigned value 'm_countHi' here.
cryptopp-CRYPTOPP_7_0_0/iterhash.cpp:19:16: note: Same expression on both sides of '<' because the value of 'm_countHi' and 'oldCountHi' are the same.
cryptopp-CRYPTOPP_7_0_0/iterhash.cpp:13:0: style: Function 'Update' argument 2 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/iterhash.h:62:0: note: Function 'Update' argument 2 names different: declaration 'length' definition 'len'.
cryptopp-CRYPTOPP_7_0_0/iterhash.cpp:13:0: note: Function 'Update' argument 2 names different: declaration 'length' definition 'len'.
cryptopp-CRYPTOPP_7_0_0/iterhash.cpp:129:0: style: Function 'TruncatedFinal' argument 2 names different: declaration 'digestSize' definition 'size'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/iterhash.h:83:0: note: Function 'TruncatedFinal' argument 2 names different: declaration 'digestSize' definition 'size'.
cryptopp-CRYPTOPP_7_0_0/iterhash.cpp:129:0: note: Function 'TruncatedFinal' argument 2 names different: declaration 'digestSize' definition 'size'.
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:160:0: error: Array 'dst[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:160:0: error: Array 'src[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:161:0: error: Array 'dst[2]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:161:0: error: Array 'src[2]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:166:0: error: Array 'dst[2]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:166:0: error: Array 'src[2]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:167:0: error: Array 'dst[2]' accessed at index 5, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:167:0: error: Array 'src[2]' accessed at index 5, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:168:0: error: Array 'dst[2]' accessed at index 6, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:168:0: error: Array 'src[2]' accessed at index 6, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:169:0: error: Array 'dst[2]' accessed at index 7, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:169:0: error: Array 'src[2]' accessed at index 7, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:166:0: error: Array 'dst[4]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:166:0: error: Array 'src[4]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:167:0: error: Array 'dst[4]' accessed at index 5, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:167:0: error: Array 'src[4]' accessed at index 5, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:168:0: error: Array 'dst[4]' accessed at index 6, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:168:0: error: Array 'src[4]' accessed at index 6, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:169:0: error: Array 'dst[4]' accessed at index 7, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:169:0: error: Array 'src[4]' accessed at index 7, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:139:0: error: Array 'y[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:139:0: error: Array 'x[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:139:0: error: Array 'k[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:140:0: error: Array 'y[2]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:140:0: error: Array 'x[2]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:140:0: error: Array 'k[2]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:145:0: error: Array 'y[2]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:145:0: error: Array 'x[2]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:145:0: error: Array 'k[2]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:146:0: error: Array 'y[2]' accessed at index 5, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:146:0: error: Array 'x[2]' accessed at index 5, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:146:0: error: Array 'k[2]' accessed at index 5, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:147:0: error: Array 'y[2]' accessed at index 6, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:147:0: error: Array 'x[2]' accessed at index 6, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:147:0: error: Array 'k[2]' accessed at index 6, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:148:0: error: Array 'y[2]' accessed at index 7, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:148:0: error: Array 'x[2]' accessed at index 7, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:148:0: error: Array 'k[2]' accessed at index 7, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:145:0: error: Array 'y[4]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:145:0: error: Array 'x[4]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:145:0: error: Array 'k[4]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:146:0: error: Array 'y[4]' accessed at index 5, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:146:0: error: Array 'x[4]' accessed at index 5, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:146:0: error: Array 'k[4]' accessed at index 5, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:147:0: error: Array 'y[4]' accessed at index 6, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:147:0: error: Array 'x[4]' accessed at index 6, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:147:0: error: Array 'k[4]' accessed at index 6, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:148:0: error: Array 'y[4]' accessed at index 7, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:148:0: error: Array 'x[4]' accessed at index 7, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:148:0: error: Array 'k[4]' accessed at index 7, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:118:0: error: Array 'y[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:118:0: error: Array 'x[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:118:0: error: Array 'k[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:119:0: error: Array 'y[2]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:119:0: error: Array 'x[2]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:119:0: error: Array 'k[2]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:124:0: error: Array 'y[2]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:124:0: error: Array 'x[2]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:124:0: error: Array 'k[2]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:125:0: error: Array 'y[2]' accessed at index 5, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:125:0: error: Array 'x[2]' accessed at index 5, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:125:0: error: Array 'k[2]' accessed at index 5, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:126:0: error: Array 'y[2]' accessed at index 6, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:126:0: error: Array 'x[2]' accessed at index 6, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:126:0: error: Array 'k[2]' accessed at index 6, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:127:0: error: Array 'y[2]' accessed at index 7, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:127:0: error: Array 'x[2]' accessed at index 7, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:127:0: error: Array 'k[2]' accessed at index 7, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:124:0: error: Array 'y[4]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:124:0: error: Array 'x[4]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:124:0: error: Array 'k[4]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:125:0: error: Array 'y[4]' accessed at index 5, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:125:0: error: Array 'x[4]' accessed at index 5, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:125:0: error: Array 'k[4]' accessed at index 5, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:126:0: error: Array 'y[4]' accessed at index 6, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:126:0: error: Array 'x[4]' accessed at index 6, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:126:0: error: Array 'k[4]' accessed at index 6, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:127:0: error: Array 'y[4]' accessed at index 7, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:127:0: error: Array 'x[4]' accessed at index 7, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:127:0: error: Array 'k[4]' accessed at index 7, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:101:0: error: Array 'k[4]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:102:0: error: Array 'k[4]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:102:0: error: Array 'k[4]' accessed at index 5, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:103:0: error: Array 'k[4]' accessed at index 5, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:103:0: error: Array 'k[4]' accessed at index 6, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:104:0: error: Array 'k[4]' accessed at index 6, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:104:0: error: Array 'k[4]' accessed at index 7, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/misc.h:2329:0: style: Class 'CryptoPP :: GetBlock < word64 , EnumToType < ByteOrder , LITTLE_ENDIAN_ORDER > , false >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:1042:18: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:1086:17: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:1096:18: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:1148:17: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:1158:18: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/kalyna.cpp:1210:17: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:0: warning: Member variable 'CryptoPP :: SecBlock < word64 , FixedSizeAllocatorWithCleanup < T , S > >::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:0: style: Technically the member function 'CryptoPP :: SecBlock < word64 , FixedSizeAllocatorWithCleanup < T , S > >::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:0: style: Technically the member function 'CryptoPP :: SecBlock < word64 , FixedSizeAllocatorWithCleanup < T , S > >::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:0: style: Technically the member function 'CryptoPP :: SecBlock < word64 , FixedSizeAllocatorWithCleanup < T , S > >::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/keccak.h:49:2: style: Class 'Keccak' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/keccak.h:50:15: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1105:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/keccak.h:50:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/keccak.h:51:14: style: The function 'AlgorithmName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:594:22: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/keccak.h:51:14: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/keccak.h:53:15: style: The function 'OptimalDataAlignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1128:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/keccak.h:53:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/keccak.h:55:7: style: The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1078:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/keccak.h:55:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/keccak.h:56:7: style: The function 'Restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1100:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/keccak.h:56:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/keccak.h:57:7: style: The function 'TruncatedFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1175:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/keccak.h:57:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/keccak.h:81:15: style: The function 'BlockSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1116:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/keccak.h:81:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/luc.cpp:137:81: style: Function 'Initialize' argument 2 names different: declaration 'modulusBits' definition 'keybits'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/luc.h:93:59: note: Function 'Initialize' argument 2 names different: declaration 'modulusBits' definition 'keybits'.
cryptopp-CRYPTOPP_7_0_0/luc.cpp:137:81: note: Function 'Initialize' argument 2 names different: declaration 'modulusBits' definition 'keybits'.
cryptopp-CRYPTOPP_7_0_0/luc.cpp:137:105: style: Function 'Initialize' argument 3 names different: declaration 'eStart' definition 'e'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/luc.h:93:87: note: Function 'Initialize' argument 3 names different: declaration 'eStart' definition 'e'.
cryptopp-CRYPTOPP_7_0_0/luc.cpp:137:105: note: Function 'Initialize' argument 3 names different: declaration 'eStart' definition 'e'.
cryptopp-CRYPTOPP_7_0_0/luc.cpp:106:2: style: Class 'LUCPrimeSelector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/luc.cpp:107:7: style: The function 'IsAcceptable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/nbtheory.h:117:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/luc.cpp:107:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/md2.cpp:38:30: style: Function 'Update' argument 1 names different: declaration 'input' definition 'buf'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/md2.h:24:26: note: Function 'Update' argument 1 names different: declaration 'input' definition 'buf'.
cryptopp-CRYPTOPP_7_0_0/md2.cpp:38:30: note: Function 'Update' argument 1 names different: declaration 'input' definition 'buf'.
cryptopp-CRYPTOPP_7_0_0/md2.cpp:38:42: style: Function 'Update' argument 2 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/md2.h:24:40: note: Function 'Update' argument 2 names different: declaration 'length' definition 'len'.
cryptopp-CRYPTOPP_7_0_0/md2.cpp:38:42: note: Function 'Update' argument 2 names different: declaration 'length' definition 'len'.
cryptopp-CRYPTOPP_7_0_0/md4.cpp:33:52: style: Function 'Transform' argument 2 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/md4.h:17:54: note: Function 'Transform' argument 2 names different: declaration 'data' definition 'in'.
cryptopp-CRYPTOPP_7_0_0/md4.cpp:33:52: note: Function 'Transform' argument 2 names different: declaration 'data' definition 'in'.
cryptopp-CRYPTOPP_7_0_0/md5.cpp:27:52: style: Function 'Transform' argument 2 names different: declaration 'data' definition 'in'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/md5.h:17:54: note: Function 'Transform' argument 2 names different: declaration 'data' definition 'in'.
cryptopp-CRYPTOPP_7_0_0/md5.cpp:27:52: note: Function 'Transform' argument 2 names different: declaration 'data' definition 'in'.
cryptopp-CRYPTOPP_7_0_0/misc.cpp:100:34: style: Function 'VerifyBufsEqual' argument 1 names different: declaration 'buf1' definition 'buf'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/misc.h:851:60: note: Function 'VerifyBufsEqual' argument 1 names different: declaration 'buf1' definition 'buf'.
cryptopp-CRYPTOPP_7_0_0/misc.cpp:100:34: note: Function 'VerifyBufsEqual' argument 1 names different: declaration 'buf1' definition 'buf'.
cryptopp-CRYPTOPP_7_0_0/misc.cpp:100:51: style: Function 'VerifyBufsEqual' argument 2 names different: declaration 'buf2' definition 'mask'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/misc.h:851:78: note: Function 'VerifyBufsEqual' argument 2 names different: declaration 'buf2' definition 'mask'.
cryptopp-CRYPTOPP_7_0_0/misc.cpp:100:51: note: Function 'VerifyBufsEqual' argument 2 names different: declaration 'buf2' definition 'mask'.
cryptopp-CRYPTOPP_7_0_0/misc.cpp:333:32: style: Function 'UnalignedDeallocate' argument 1 names different: declaration 'ptr' definition 'p'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/misc.h:1346:58: note: Function 'UnalignedDeallocate' argument 1 names different: declaration 'ptr' definition 'p'.
cryptopp-CRYPTOPP_7_0_0/misc.cpp:333:32: note: Function 'UnalignedDeallocate' argument 1 names different: declaration 'ptr' definition 'p'.
cryptopp-CRYPTOPP_7_0_0/mqueue.cpp:84:86: style: Function 'ChannelPut2' argument 2 names different: declaration 'begin' definition 'inString'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/mqueue.h:82:61: note: Function 'ChannelPut2' argument 2 names different: declaration 'begin' definition 'inString'.
cryptopp-CRYPTOPP_7_0_0/mqueue.cpp:84:86: note: Function 'ChannelPut2' argument 2 names different: declaration 'begin' definition 'inString'.
cryptopp-CRYPTOPP_7_0_0/nbtheory.cpp:470:74: style: Function 'MihailescuProvablePrime' argument 2 names different: declaration 'bits' definition 'pbits'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/nbtheory.h:32:100: note: Function 'MihailescuProvablePrime' argument 2 names different: declaration 'bits' definition 'pbits'.
cryptopp-CRYPTOPP_7_0_0/nbtheory.cpp:470:74: note: Function 'MihailescuProvablePrime' argument 2 names different: declaration 'bits' definition 'pbits'.
cryptopp-CRYPTOPP_7_0_0/nbtheory.cpp:785:27: style: Function 'Jacobi' argument 1 names different: declaration 'a' definition 'aIn'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/nbtheory.h:189:53: note: Function 'Jacobi' argument 1 names different: declaration 'a' definition 'aIn'.
cryptopp-CRYPTOPP_7_0_0/nbtheory.cpp:785:27: note: Function 'Jacobi' argument 1 names different: declaration 'a' definition 'aIn'.
cryptopp-CRYPTOPP_7_0_0/nbtheory.cpp:785:47: style: Function 'Jacobi' argument 2 names different: declaration 'b' definition 'bIn'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/nbtheory.h:189:71: note: Function 'Jacobi' argument 2 names different: declaration 'b' definition 'bIn'.
cryptopp-CRYPTOPP_7_0_0/nbtheory.cpp:785:47: note: Function 'Jacobi' argument 2 names different: declaration 'b' definition 'bIn'.
cryptopp-CRYPTOPP_7_0_0/nbtheory.cpp:812:48: style: Function 'Lucas' argument 2 names different: declaration 'p' definition 'pIn'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/nbtheory.h:194:74: note: Function 'Lucas' argument 2 names different: declaration 'p' definition 'pIn'.
cryptopp-CRYPTOPP_7_0_0/nbtheory.cpp:812:48: note: Function 'Lucas' argument 2 names different: declaration 'p' definition 'pIn'.
cryptopp-CRYPTOPP_7_0_0/nbtheory.cpp:1019:47: style: Function 'FactoringWorkFactor' argument 1 names different: declaration 'bitlength' definition 'n'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/nbtheory.h:257:73: note: Function 'FactoringWorkFactor' argument 1 names different: declaration 'bitlength' definition 'n'.
cryptopp-CRYPTOPP_7_0_0/nbtheory.cpp:1019:47: note: Function 'FactoringWorkFactor' argument 1 names different: declaration 'bitlength' definition 'n'.
cryptopp-CRYPTOPP_7_0_0/nbtheory.cpp:1027:49: style: Function 'DiscreteLogWorkFactor' argument 1 names different: declaration 'bitlength' definition 'n'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/nbtheory.h:250:75: note: Function 'DiscreteLogWorkFactor' argument 1 names different: declaration 'bitlength' definition 'n'.
cryptopp-CRYPTOPP_7_0_0/nbtheory.cpp:1027:49: note: Function 'DiscreteLogWorkFactor' argument 1 names different: declaration 'bitlength' definition 'n'.
cryptopp-CRYPTOPP_7_0_0/oaep.cpp:20:61: style: Function 'Pad' argument 2 names different: declaration 'raw' definition 'input'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/oaep.h:23:51: note: Function 'Pad' argument 2 names different: declaration 'raw' definition 'input'.
cryptopp-CRYPTOPP_7_0_0/oaep.cpp:20:61: note: Function 'Pad' argument 2 names different: declaration 'raw' definition 'input'.
cryptopp-CRYPTOPP_7_0_0/oaep.cpp:20:94: style: Function 'Pad' argument 4 names different: declaration 'padded' definition 'oaepBlock'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/oaep.h:23:82: note: Function 'Pad' argument 4 names different: declaration 'padded' definition 'oaepBlock'.
cryptopp-CRYPTOPP_7_0_0/oaep.cpp:20:94: note: Function 'Pad' argument 4 names different: declaration 'padded' definition 'oaepBlock'.
cryptopp-CRYPTOPP_7_0_0/oaep.cpp:20:112: style: Function 'Pad' argument 5 names different: declaration 'paddedLength' definition 'oaepBlockLen'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/oaep.h:23:97: note: Function 'Pad' argument 5 names different: declaration 'paddedLength' definition 'oaepBlockLen'.
cryptopp-CRYPTOPP_7_0_0/oaep.cpp:20:112: note: Function 'Pad' argument 5 names different: declaration 'paddedLength' definition 'oaepBlockLen'.
cryptopp-CRYPTOPP_7_0_0/oaep.cpp:53:45: style: Function 'Unpad' argument 1 names different: declaration 'padded' definition 'oaepBlock'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/oaep.h:24:35: note: Function 'Unpad' argument 1 names different: declaration 'padded' definition 'oaepBlock'.
cryptopp-CRYPTOPP_7_0_0/oaep.cpp:53:45: note: Function 'Unpad' argument 1 names different: declaration 'padded' definition 'oaepBlock'.
cryptopp-CRYPTOPP_7_0_0/oaep.cpp:53:63: style: Function 'Unpad' argument 2 names different: declaration 'paddedLength' definition 'oaepBlockLen'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/oaep.h:24:50: note: Function 'Unpad' argument 2 names different: declaration 'paddedLength' definition 'oaepBlockLen'.
cryptopp-CRYPTOPP_7_0_0/oaep.cpp:53:63: note: Function 'Unpad' argument 2 names different: declaration 'paddedLength' definition 'oaepBlockLen'.
cryptopp-CRYPTOPP_7_0_0/oaep.cpp:53:83: style: Function 'Unpad' argument 3 names different: declaration 'raw' definition 'output'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/oaep.h:24:70: note: Function 'Unpad' argument 3 names different: declaration 'raw' definition 'output'.
cryptopp-CRYPTOPP_7_0_0/oaep.cpp:53:83: note: Function 'Unpad' argument 3 names different: declaration 'raw' definition 'output'.
cryptopp-CRYPTOPP_7_0_0/pkcspad.cpp:63:80: style: Function 'Pad' argument 2 names different: declaration 'raw' definition 'input'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/pkcspad.h:29:51: note: Function 'Pad' argument 2 names different: declaration 'raw' definition 'input'.
cryptopp-CRYPTOPP_7_0_0/pkcspad.cpp:63:80: note: Function 'Pad' argument 2 names different: declaration 'raw' definition 'input'.
cryptopp-CRYPTOPP_7_0_0/pkcspad.cpp:63:94: style: Function 'Pad' argument 3 names different: declaration 'inputLength' definition 'inputLen'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/pkcspad.h:29:63: note: Function 'Pad' argument 3 names different: declaration 'inputLength' definition 'inputLen'.
cryptopp-CRYPTOPP_7_0_0/pkcspad.cpp:63:94: note: Function 'Pad' argument 3 names different: declaration 'inputLength' definition 'inputLen'.
cryptopp-CRYPTOPP_7_0_0/pkcspad.cpp:63:110: style: Function 'Pad' argument 4 names different: declaration 'padded' definition 'pkcsBlock'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/pkcspad.h:29:82: note: Function 'Pad' argument 4 names different: declaration 'padded' definition 'pkcsBlock'.
cryptopp-CRYPTOPP_7_0_0/pkcspad.cpp:63:110: note: Function 'Pad' argument 4 names different: declaration 'padded' definition 'pkcsBlock'.
cryptopp-CRYPTOPP_7_0_0/pkcspad.cpp:63:128: style: Function 'Pad' argument 5 names different: declaration 'paddedLength' definition 'pkcsBlockLen'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/pkcspad.h:29:97: note: Function 'Pad' argument 5 names different: declaration 'paddedLength' definition 'pkcsBlockLen'.
cryptopp-CRYPTOPP_7_0_0/pkcspad.cpp:63:128: note: Function 'Pad' argument 5 names different: declaration 'paddedLength' definition 'pkcsBlockLen'.
cryptopp-CRYPTOPP_7_0_0/pkcspad.cpp:86:64: style: Function 'Unpad' argument 1 names different: declaration 'padded' definition 'pkcsBlock'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/pkcspad.h:30:35: note: Function 'Unpad' argument 1 names different: declaration 'padded' definition 'pkcsBlock'.
cryptopp-CRYPTOPP_7_0_0/pkcspad.cpp:86:64: note: Function 'Unpad' argument 1 names different: declaration 'padded' definition 'pkcsBlock'.
cryptopp-CRYPTOPP_7_0_0/pkcspad.cpp:86:82: style: Function 'Unpad' argument 2 names different: declaration 'paddedLength' definition 'pkcsBlockLen'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/pkcspad.h:30:50: note: Function 'Unpad' argument 2 names different: declaration 'paddedLength' definition 'pkcsBlockLen'.
cryptopp-CRYPTOPP_7_0_0/pkcspad.cpp:86:82: note: Function 'Unpad' argument 2 names different: declaration 'paddedLength' definition 'pkcsBlockLen'.
cryptopp-CRYPTOPP_7_0_0/pkcspad.cpp:86:102: style: Function 'Unpad' argument 3 names different: declaration 'raw' definition 'output'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/pkcspad.h:30:70: note: Function 'Unpad' argument 3 names different: declaration 'raw' definition 'output'.
cryptopp-CRYPTOPP_7_0_0/pkcspad.cpp:86:102: note: Function 'Unpad' argument 3 names different: declaration 'raw' definition 'output'.
cryptopp-CRYPTOPP_7_0_0/pkcspad.h:95:7: performance: Technically the member function 'CryptoPP::PKCS1v15_SignatureMessageEncodingMethod::ComputeMessageRepresentative' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/pkcspad.cpp:123:47: note: Technically the member function 'CryptoPP::PKCS1v15_SignatureMessageEncodingMethod::ComputeMessageRepresentative' can be static.
cryptopp-CRYPTOPP_7_0_0/pkcspad.h:95:7: note: Technically the member function 'CryptoPP::PKCS1v15_SignatureMessageEncodingMethod::ComputeMessageRepresentative' can be static.
cryptopp-CRYPTOPP_7_0_0/poly1305.cpp:191:0: style: Function 'HashFinal' argument 2 names different: declaration 'length' definition 'size'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/poly1305.h:85:0: note: Function 'HashFinal' argument 2 names different: declaration 'length' definition 'size'.
cryptopp-CRYPTOPP_7_0_0/poly1305.cpp:191:0: note: Function 'HashFinal' argument 2 names different: declaration 'length' definition 'size'.
cryptopp-CRYPTOPP_7_0_0/poly1305.cpp:244:0: style: Function 'Resynchronize' argument 1 names different: declaration 'iv' definition 'nonce'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/poly1305.h:72:0: note: Function 'Resynchronize' argument 1 names different: declaration 'iv' definition 'nonce'.
cryptopp-CRYPTOPP_7_0_0/poly1305.cpp:244:0: note: Function 'Resynchronize' argument 1 names different: declaration 'iv' definition 'nonce'.
cryptopp-CRYPTOPP_7_0_0/poly1305.cpp:244:0: style: Function 'Resynchronize' argument 2 names different: declaration 'ivLength' definition 'nonceLength'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/poly1305.h:72:0: note: Function 'Resynchronize' argument 2 names different: declaration 'ivLength' definition 'nonceLength'.
cryptopp-CRYPTOPP_7_0_0/poly1305.cpp:244:0: note: Function 'Resynchronize' argument 2 names different: declaration 'ivLength' definition 'nonceLength'.
cryptopp-CRYPTOPP_7_0_0/seckey.h:402:0: style: Class 'CryptoPP :: MessageAuthenticationCodeFinal < CryptoPP :: Poly1305_Base < Rijndael > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/pssr.h:37:7: performance: Technically the member function 'CryptoPP::PSSR_MEM_Base::AllowNonrecoverablePart' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/pssr.cpp:39:21: note: Technically the member function 'CryptoPP::PSSR_MEM_Base::AllowNonrecoverablePart' can be static.
cryptopp-CRYPTOPP_7_0_0/pssr.h:37:7: note: Technically the member function 'CryptoPP::PSSR_MEM_Base::AllowNonrecoverablePart' can be static.
cryptopp-CRYPTOPP_7_0_0/pubkey.cpp:125:98: style: Function 'RecoverAndRestart' argument 2 names different: declaration 'recoveryAccumulator' definition 'messageAccumulator'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:528:82: note: Function 'RecoverAndRestart' argument 2 names different: declaration 'recoveryAccumulator' definition 'messageAccumulator'.
cryptopp-CRYPTOPP_7_0_0/pubkey.cpp:125:98: note: Function 'RecoverAndRestart' argument 2 names different: declaration 'recoveryAccumulator' definition 'messageAccumulator'.
cryptopp-CRYPTOPP_7_0_0/queue.cpp:18:2: style: Class 'ByteQueueNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/rabin.cpp:153:2: style: Same expression used in consecutive assignments of 'r' and 'r2'. [duplicateAssignExpression]
cryptopp-CRYPTOPP_7_0_0/rabin.cpp:154:0: note: Same expression used in consecutive assignments of 'r' and 'r2'.
cryptopp-CRYPTOPP_7_0_0/rabin.cpp:153:2: note: Same expression used in consecutive assignments of 'r' and 'r2'.
cryptopp-CRYPTOPP_7_0_0/rabin.cpp:31:53: style: Function 'ApplyFunction' argument 1 names different: declaration 'x' definition 'in'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/rabin.h:34:39: note: Function 'ApplyFunction' argument 1 names different: declaration 'x' definition 'in'.
cryptopp-CRYPTOPP_7_0_0/rabin.cpp:31:53: note: Function 'ApplyFunction' argument 1 names different: declaration 'x' definition 'in'.
cryptopp-CRYPTOPP_7_0_0/rabin.cpp:147:94: style: Function 'CalculateInverse' argument 2 names different: declaration 'x' definition 'in'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/rabin.h:85:70: note: Function 'CalculateInverse' argument 2 names different: declaration 'x' definition 'in'.
cryptopp-CRYPTOPP_7_0_0/rabin.cpp:147:94: note: Function 'CalculateInverse' argument 2 names different: declaration 'x' definition 'in'.
cryptopp-CRYPTOPP_7_0_0/rabin.h:34:10: style: The function 'ApplyFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:146:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rabin.h:34:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rabin.h:35:10: style: The function 'PreimageBound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:80:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rabin.h:35:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rabin.h:36:10: style: The function 'ImageBound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:84:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rabin.h:36:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rabin.h:38:7: style: The function 'Validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2260:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rabin.h:38:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rabin.h:39:7: style: The function 'GetVoidValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:449:28: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rabin.h:39:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rabin.h:40:7: style: The function 'AssignFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2244:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rabin.h:40:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rabin.h:85:10: style: The function 'CalculateInverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/pubkey.h:202:18: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rabin.h:85:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rabin.h:87:7: style: The function 'Validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2260:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rabin.h:87:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rabin.h:88:7: style: The function 'GetVoidValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:449:28: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rabin.h:88:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rabin.h:89:7: style: The function 'AssignFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2244:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rabin.h:89:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rabin.h:91:7: style: The function 'GenerateRandom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:2354:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rabin.h:91:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/randpool.cpp:143:41: style: Function 'GenerateBlock' argument 1 names different: declaration 'output' definition 'outString'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/randpool.h:86:27: note: Function 'GenerateBlock' argument 1 names different: declaration 'output' definition 'outString'.
cryptopp-CRYPTOPP_7_0_0/randpool.cpp:143:41: note: Function 'GenerateBlock' argument 1 names different: declaration 'output' definition 'outString'.
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:0: warning: Member variable 'CryptoPP :: SecBlock < unsigned char , AllocatorWithCleanup <unsigned char > >::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:0: style: Technically the member function 'CryptoPP :: SecBlock < unsigned char , AllocatorWithCleanup <unsigned char > >::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:0: style: Technically the member function 'CryptoPP :: SecBlock < unsigned char , AllocatorWithCleanup <unsigned char > >::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:0: style: Technically the member function 'CryptoPP :: SecBlock < unsigned char , AllocatorWithCleanup <unsigned char > >::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/rc2.cpp:10:45: style: Function 'UncheckedSetKey' argument 1 names different: declaration 'userKey' definition 'key'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/rc2.h:35:36: note: Function 'UncheckedSetKey' argument 1 names different: declaration 'userKey' definition 'key'.
cryptopp-CRYPTOPP_7_0_0/rc2.cpp:10:45: note: Function 'UncheckedSetKey' argument 1 names different: declaration 'userKey' definition 'key'.
cryptopp-CRYPTOPP_7_0_0/rc2.cpp:10:63: style: Function 'UncheckedSetKey' argument 2 names different: declaration 'length' definition 'keyLen'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/rc2.h:35:58: note: Function 'UncheckedSetKey' argument 2 names different: declaration 'length' definition 'keyLen'.
cryptopp-CRYPTOPP_7_0_0/rc2.cpp:10:63: note: Function 'UncheckedSetKey' argument 2 names different: declaration 'length' definition 'keyLen'.
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:0: warning: Member variable 'CryptoPP :: SecBlock < word16 , FixedSizeAllocatorWithCleanup < T , S > >::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:0: style: Technically the member function 'CryptoPP :: SecBlock < word16 , FixedSizeAllocatorWithCleanup < T , S > >::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:0: style: Technically the member function 'CryptoPP :: SecBlock < word16 , FixedSizeAllocatorWithCleanup < T , S > >::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:0: style: Technically the member function 'CryptoPP :: SecBlock < word16 , FixedSizeAllocatorWithCleanup < T , S > >::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/seckey.h:350:0: style: Class 'CryptoPP :: BlockCipherFinal < ENCRYPTION , Enc >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/seckey.h:350:0: style: Class 'CryptoPP :: BlockCipherFinal < DECRYPTION , Dec >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/rc5.cpp:10:45: style: Function 'UncheckedSetKey' argument 1 names different: declaration 'userKey' definition 'k'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/rc5.h:30:36: note: Function 'UncheckedSetKey' argument 1 names different: declaration 'userKey' definition 'k'.
cryptopp-CRYPTOPP_7_0_0/rc5.cpp:10:45: note: Function 'UncheckedSetKey' argument 1 names different: declaration 'userKey' definition 'k'.
cryptopp-CRYPTOPP_7_0_0/rc5.cpp:10:61: style: Function 'UncheckedSetKey' argument 2 names different: declaration 'length' definition 'keylen'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/rc5.h:30:58: note: Function 'UncheckedSetKey' argument 2 names different: declaration 'length' definition 'keylen'.
cryptopp-CRYPTOPP_7_0_0/rc5.cpp:10:61: note: Function 'UncheckedSetKey' argument 2 names different: declaration 'length' definition 'keylen'.
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:0: warning: Member variable 'CryptoPP :: SecBlock < RC5_WORD , AllocatorWithCleanup < T > >::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:0: style: Technically the member function 'CryptoPP :: SecBlock < RC5_WORD , AllocatorWithCleanup < T > >::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:0: style: Technically the member function 'CryptoPP :: SecBlock < RC5_WORD , AllocatorWithCleanup < T > >::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:0: style: Technically the member function 'CryptoPP :: SecBlock < RC5_WORD , AllocatorWithCleanup < T > >::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/seckey.h:111:0: performance: Technically the member function 'CryptoPP :: VariableRounds < 16 , 1 , INT_MAX >::ThrowIfInvalidRounds' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/rc6.cpp:11:45: style: Function 'UncheckedSetKey' argument 1 names different: declaration 'userKey' definition 'k'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/rc6.h:31:36: note: Function 'UncheckedSetKey' argument 1 names different: declaration 'userKey' definition 'k'.
cryptopp-CRYPTOPP_7_0_0/rc6.cpp:11:45: note: Function 'UncheckedSetKey' argument 1 names different: declaration 'userKey' definition 'k'.
cryptopp-CRYPTOPP_7_0_0/rc6.cpp:11:61: style: Function 'UncheckedSetKey' argument 2 names different: declaration 'length' definition 'keylen'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/rc6.h:31:58: note: Function 'UncheckedSetKey' argument 2 names different: declaration 'length' definition 'keylen'.
cryptopp-CRYPTOPP_7_0_0/rc6.cpp:11:61: note: Function 'UncheckedSetKey' argument 2 names different: declaration 'length' definition 'keylen'.
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:0: warning: Member variable 'CryptoPP :: SecBlock < RC6_WORD , AllocatorWithCleanup < T > >::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:0: style: Technically the member function 'CryptoPP :: SecBlock < RC6_WORD , AllocatorWithCleanup < T > >::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:0: style: Technically the member function 'CryptoPP :: SecBlock < RC6_WORD , AllocatorWithCleanup < T > >::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:0: style: Technically the member function 'CryptoPP :: SecBlock < RC6_WORD , AllocatorWithCleanup < T > >::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/seckey.h:111:0: performance: Technically the member function 'CryptoPP :: VariableRounds < 20 , 1 , INT_MAX >::ThrowIfInvalidRounds' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/sha3.h:35:2: style: Class 'SHA3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/mersenne.h:40:2: style: Class 'MersenneTwister' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/md2.h:24:7: style: The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1078:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/md2.h:24:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/md2.h:25:7: style: The function 'TruncatedFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1175:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/md2.h:25:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/md2.h:26:15: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1105:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/md2.h:26:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/md2.h:27:15: style: The function 'BlockSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1116:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/md2.h:27:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/sha3.h:36:15: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1105:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/sha3.h:36:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/sha3.h:37:14: style: The function 'AlgorithmName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:594:22: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/sha3.h:37:14: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/sha3.h:39:15: style: The function 'OptimalDataAlignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1128:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/sha3.h:39:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/sha3.h:41:7: style: The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1078:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/sha3.h:41:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/sha3.h:42:7: style: The function 'Restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1100:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/sha3.h:42:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/sha3.h:43:7: style: The function 'TruncatedFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1175:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/sha3.h:43:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/panama.h:138:7: style: The function 'OperateKeystream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/strciphr.h:216:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/panama.h:138:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/mersenne.h:45:7: style: The function 'CanIncorporateEntropy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1351:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/mersenne.h:45:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/mersenne.h:52:7: style: The function 'IncorporateEntropy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1343:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/mersenne.h:52:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/mersenne.h:69:7: style: The function 'GenerateBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1384:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/mersenne.h:69:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/mersenne.h:106:9: style: The function 'GenerateWord32' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1375:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/mersenne.h:106:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/mersenne.h:128:7: style: The function 'DiscardBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1400:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/mersenne.h:128:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/blake2.h:185:0: style: The function 'AlgorithmName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:594:22: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/blake2.h:185:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/blake2.h:187:0: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1105:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/blake2.h:187:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/blake2.h:188:0: style: The function 'OptimalDataAlignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1128:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/blake2.h:188:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/blake2.h:190:0: style: The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1078:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/blake2.h:190:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/blake2.h:191:0: style: The function 'Restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1100:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/blake2.h:191:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/blake2.h:212:0: style: The function 'TruncatedFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1175:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/blake2.h:212:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/sha3.h:66:0: style: The function 'BlockSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1116:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/sha3.h:66:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:0: warning: Member variable 'CryptoPP :: SecBlock < word32 , AllocatorWithCleanup < word32 , false > >::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/vmac.h:54:2: style: Technically the member function 'CryptoPP::VMAC_Base::SS1' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/vmac.h:54:2: style: Technically the member function 'CryptoPP::VMAC_Base::m_polyStateSize' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/vmac.h:55:2: style: Technically the member function 'CryptoPP::VMAC_Base::m_nhKeySize' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/vmac.h:56:2: style: Technically the member function 'CryptoPP::VMAC_Base::m_dataSize' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/vmac.h:57:2: style: Technically the member function 'CryptoPP::VMAC_Base::m_l3KeySize' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/vmac.h:58:2: style: Technically the member function 'CryptoPP::VMAC_Base::m_nonceSize' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/vmac.h:59:2: style: Technically the member function 'CryptoPP::VMAC_Base::m_padSize' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/iterhash.h:140:0: performance: Technically the member function 'CryptoPP :: IteratedHash < word32 , EnumToType < ByteOrder , LITTLE_ENDIAN_ORDER > , 64 , MessageAuthenticationCode >::CorrectEndianess' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/seckey.h:111:0: performance: Technically the member function 'CryptoPP :: VariableRounds < 32 , 1 , INT_MAX >::ThrowIfInvalidRounds' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:0: style: Technically the member function 'CryptoPP :: SecBlock < word32 , AllocatorWithCleanup < word32 , false > >::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:0: style: Technically the member function 'CryptoPP :: SecBlock < word32 , AllocatorWithCleanup < word32 , false > >::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:0: style: Technically the member function 'CryptoPP :: SecBlock < word32 , AllocatorWithCleanup < word32 , false > >::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:0: style: Technically the member function 'CryptoPP :: SecBlock < word32 , FixedSizeAllocatorWithCleanup < word32 , 64 , NullAllocator < word32 > , true > >::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:0: style: Technically the member function 'CryptoPP :: SecBlock < word32 , FixedSizeAllocatorWithCleanup < word32 , 64 , NullAllocator < word32 > , true > >::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:0: style: Technically the member function 'CryptoPP :: SecBlock < word32 , FixedSizeAllocatorWithCleanup < word32 , 64 , NullAllocator < word32 > , true > >::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:0: style: Technically the member function 'CryptoPP :: SecBlock < word32 , FixedSizeAllocatorWithCleanup < word32 , 16 , NullAllocator < word32 > , true > >::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:0: style: Technically the member function 'CryptoPP :: SecBlock < word32 , FixedSizeAllocatorWithCleanup < word32 , 16 , NullAllocator < word32 > , true > >::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:0: style: Technically the member function 'CryptoPP :: SecBlock < word32 , FixedSizeAllocatorWithCleanup < word32 , 16 , NullAllocator < word32 > , true > >::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:0: style: Technically the member function 'CryptoPP :: SecBlock < word32 , FixedSizeAllocatorWithCleanup < word32 , 12 , NullAllocator < word32 > , true > >::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:0: style: Technically the member function 'CryptoPP :: SecBlock < word32 , FixedSizeAllocatorWithCleanup < word32 , 12 , NullAllocator < word32 > , true > >::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:0: style: Technically the member function 'CryptoPP :: SecBlock < word32 , FixedSizeAllocatorWithCleanup < word32 , 12 , NullAllocator < word32 > , true > >::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/vmac.h:27:14: style: The function 'AlgorithmName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:594:22: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/vmac.h:27:14: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/vmac.h:28:15: style: The function 'IVSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:714:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/vmac.h:28:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/vmac.h:29:15: style: The function 'MinIVLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:724:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/vmac.h:29:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/vmac.h:31:7: style: The function 'GetNextIV' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:750:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/vmac.h:31:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/vmac.h:32:15: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1105:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/vmac.h:32:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/vmac.h:33:7: style: The function 'UncheckedSetKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:762:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/vmac.h:33:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/vmac.h:34:7: style: The function 'TruncatedFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1175:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/vmac.h:34:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/vmac.h:35:15: style: The function 'BlockSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1116:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/vmac.h:35:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/vmac.h:36:12: style: The function 'GetByteOrder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/iterhash.h:92:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/vmac.h:36:12: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/vmac.h:37:15: style: The function 'OptimalDataAlignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1128:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/vmac.h:37:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/vmac.h:43:7: style: The function 'HashEndianCorrectedBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/iterhash.h:93:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/vmac.h:43:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/vmac.h:44:9: style: The function 'HashMultipleBlocks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/iterhash.h:94:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/vmac.h:44:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/vmac.h:45:7: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/iterhash.h:90:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/vmac.h:45:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/vmac.h:46:10: style: The function 'StateBuf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/iterhash.h:98:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/vmac.h:46:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/vmac.h:47:10: style: The function 'DataBuf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/iterhash.h:97:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/vmac.h:47:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/arc4.h:29:7: style: The function 'GenerateBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1384:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/arc4.h:29:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/arc4.h:30:7: style: The function 'DiscardBytes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1400:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/arc4.h:30:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/arc4.h:32:10: style: The function 'ProcessData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:943:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/arc4.h:32:10: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/arc4.h:34:7: style: The function 'IsRandomAccess' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1032:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/arc4.h:34:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/arc4.h:35:7: style: The function 'IsSelfInverting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1050:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/arc4.h:35:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/arc4.h:36:7: style: The function 'IsForwardTransformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1055:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/arc4.h:36:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/arc4.h:42:7: style: The function 'UncheckedSetKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:762:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/arc4.h:42:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/dmac.h:26:7: style: The function 'UncheckedSetKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:762:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/dmac.h:26:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/dmac.h:27:7: style: The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1078:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/dmac.h:27:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/dmac.h:28:7: style: The function 'TruncatedFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1175:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/dmac.h:28:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/dmac.h:29:15: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1105:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/dmac.h:29:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/hkdf.h:36:14: style: The function 'AlgorithmName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1423:22: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/hkdf.h:36:14: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/hkdf.h:41:9: style: The function 'MaxDerivedLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1431:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/hkdf.h:41:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/hkdf.h:46:9: style: The function 'GetValidDerivedLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1436:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/hkdf.h:46:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/hkdf.h:49:9: style: The function 'DeriveKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1459:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/hkdf.h:49:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/hkdf.h:77:20: style: The function 'GetAlgorithm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1470:28: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/hkdf.h:77:20: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/poly1305.h:72:7: style: The function 'Resynchronize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:736:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/poly1305.h:72:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/poly1305.h:73:7: style: The function 'GetNextIV' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:750:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/poly1305.h:73:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/poly1305.h:75:7: style: The function 'UncheckedSetKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:762:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/poly1305.h:75:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/poly1305.h:76:7: style: The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1078:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/poly1305.h:76:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/poly1305.h:77:7: style: The function 'TruncatedFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1175:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/poly1305.h:77:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/poly1305.h:78:7: style: The function 'Restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1100:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/poly1305.h:78:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/poly1305.h:80:15: style: The function 'BlockSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1116:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/poly1305.h:80:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/poly1305.h:81:15: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1105:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/poly1305.h:81:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/siphash.h:61:23: style: The function 'DigestSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1105:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/siphash.h:61:23: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/siphash.h:63:17: style: The function 'MinKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:606:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/siphash.h:63:17: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/siphash.h:65:17: style: The function 'MaxKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:609:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/siphash.h:65:17: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/siphash.h:67:17: style: The function 'DefaultKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:612:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/siphash.h:67:17: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/siphash.h:69:17: style: The function 'GetValidKeyLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:622:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/siphash.h:69:17: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/siphash.h:71:25: style: The function 'IVRequirement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:687:25: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/siphash.h:71:25: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/siphash.h:73:23: style: The function 'IVSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:714:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/siphash.h:73:23: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/siphash.h:75:23: style: The function 'OptimalBlockSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1123:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/siphash.h:75:23: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/siphash.h:77:23: style: The function 'OptimalDataAlignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1128:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/siphash.h:77:23: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/siphash.h:80:15: style: The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1078:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/siphash.h:80:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/siphash.h:81:15: style: The function 'TruncatedFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1175:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/siphash.h:81:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/siphash.h:85:15: style: The function 'UncheckedSetKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:762:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/siphash.h:85:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/siphash.h:86:15: style: The function 'Restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1100:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/siphash.h:86:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/iterhash.h:127:0: style: The function 'BlockSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1116:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/iterhash.h:127:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/iterhash.h:133:0: style: The function 'GetByteOrder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/iterhash.h:92:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/iterhash.h:133:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/iterhash.h:146:0: style: The function 'DataBuf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/iterhash.h:97:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/iterhash.h:146:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/strciphr.h:191:0: style: The function 'GetAlignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/strciphr.h:111:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/strciphr.h:191:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/strciphr.h:197:0: style: The function 'GetBytesPerIteration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/strciphr.h:116:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/strciphr.h:197:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/strciphr.h:201:0: style: The function 'GetIterationsToBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/strciphr.h:126:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/strciphr.h:201:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/strciphr.h:206:0: style: The function 'CanOperateKeystream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/strciphr.h:138:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/strciphr.h:206:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/strciphr.h:216:0: style: The function 'OperateKeystream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/strciphr.h:148:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/strciphr.h:216:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rijndael.cpp:313:72: style: Function 'UncheckedSetKey' argument 2 names different: declaration 'keyLength' definition 'keyLen'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/rijndael.h:46:58: note: Function 'UncheckedSetKey' argument 2 names different: declaration 'keyLength' definition 'keyLen'.
cryptopp-CRYPTOPP_7_0_0/rijndael.cpp:313:72: note: Function 'UncheckedSetKey' argument 2 names different: declaration 'keyLength' definition 'keyLen'.
cryptopp-CRYPTOPP_7_0_0/ripemd.cpp:46:58: style: Function 'Transform' argument 2 names different: declaration 'data' definition 'X'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/ripemd.h:21:54: note: Function 'Transform' argument 2 names different: declaration 'data' definition 'X'.
cryptopp-CRYPTOPP_7_0_0/ripemd.cpp:46:58: note: Function 'Transform' argument 2 names different: declaration 'data' definition 'X'.
cryptopp-CRYPTOPP_7_0_0/ripemd.cpp:249:58: style: Function 'Transform' argument 2 names different: declaration 'data' definition 'X'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/ripemd.h:33:54: note: Function 'Transform' argument 2 names different: declaration 'data' definition 'X'.
cryptopp-CRYPTOPP_7_0_0/ripemd.cpp:249:58: note: Function 'Transform' argument 2 names different: declaration 'data' definition 'X'.
cryptopp-CRYPTOPP_7_0_0/ripemd.cpp:472:58: style: Function 'Transform' argument 2 names different: declaration 'data' definition 'X'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/ripemd.h:46:54: note: Function 'Transform' argument 2 names different: declaration 'data' definition 'X'.
cryptopp-CRYPTOPP_7_0_0/ripemd.cpp:472:58: note: Function 'Transform' argument 2 names different: declaration 'data' definition 'X'.
cryptopp-CRYPTOPP_7_0_0/ripemd.cpp:637:58: style: Function 'Transform' argument 2 names different: declaration 'data' definition 'X'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/ripemd.h:59:54: note: Function 'Transform' argument 2 names different: declaration 'data' definition 'X'.
cryptopp-CRYPTOPP_7_0_0/ripemd.cpp:637:58: note: Function 'Transform' argument 2 names different: declaration 'data' definition 'X'.
cryptopp-CRYPTOPP_7_0_0/rng.cpp:61:39: style: Function 'X917RNG' argument 1 names different: declaration 'cipher' definition 'c'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/rng.h:66:31: note: Function 'X917RNG' argument 1 names different: declaration 'cipher' definition 'c'.
cryptopp-CRYPTOPP_7_0_0/rng.cpp:61:39: note: Function 'X917RNG' argument 1 names different: declaration 'cipher' definition 'c'.
cryptopp-CRYPTOPP_7_0_0/rng.h:32:9: style: Technically the member function 'CryptoPP::LC_RNG::GetSeed' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/rng.h:27:2: style: Class 'LC_RNG' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/rng.h:30:7: style: The function 'GenerateBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1384:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rng.h:30:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rng.h:68:7: style: The function 'GenerateIntoBufferedTransformation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1396:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rng.h:68:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rsa.cpp:155:81: style: Function 'Initialize' argument 2 names different: declaration 'modulusBits' definition 'keybits'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/rsa.h:75:59: note: Function 'Initialize' argument 2 names different: declaration 'modulusBits' definition 'keybits'.
cryptopp-CRYPTOPP_7_0_0/rsa.cpp:155:81: note: Function 'Initialize' argument 2 names different: declaration 'modulusBits' definition 'keybits'.
cryptopp-CRYPTOPP_7_0_0/rsa.cpp:109:2: style: Class 'RSAPrimeSelector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/rsa.cpp:110:7: style: The function 'IsAcceptable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/nbtheory.h:117:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/rsa.cpp:110:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/rw.cpp:36:50: style: Function 'ApplyFunction' argument 1 names different: declaration 'x' definition 'in'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/rw.h:42:39: note: Function 'ApplyFunction' argument 1 names different: declaration 'x' definition 'in'.
cryptopp-CRYPTOPP_7_0_0/rw.cpp:36:50: note: Function 'ApplyFunction' argument 1 names different: declaration 'x' definition 'in'.
cryptopp-CRYPTOPP_7_0_0/rw.cpp:142:71: style: Function 'LoadPrecomputation' argument 1 names different: declaration 'storedPrecomputation' definition 'bt'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/rw.h:113:58: note: Function 'LoadPrecomputation' argument 1 names different: declaration 'storedPrecomputation' definition 'bt'.
cryptopp-CRYPTOPP_7_0_0/rw.cpp:142:71: note: Function 'LoadPrecomputation' argument 1 names different: declaration 'storedPrecomputation' definition 'bt'.
cryptopp-CRYPTOPP_7_0_0/rw.cpp:153:71: style: Function 'SavePrecomputation' argument 1 names different: declaration 'storedPrecomputation' definition 'bt'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/rw.h:114:58: note: Function 'SavePrecomputation' argument 1 names different: declaration 'storedPrecomputation' definition 'bt'.
cryptopp-CRYPTOPP_7_0_0/rw.cpp:153:71: note: Function 'SavePrecomputation' argument 1 names different: declaration 'storedPrecomputation' definition 'bt'.
cryptopp-CRYPTOPP_7_0_0/rw.cpp:235:18: performance: Use const reference for 't' to avoid unnecessary data copying. [redundantCopyLocalConst]
cryptopp-CRYPTOPP_7_0_0/safer.cpp:107:31: style: The scope of the variable 't' can be reduced. [variableScope]
cryptopp-CRYPTOPP_7_0_0/safer.cpp:133:31: style: The scope of the variable 't' can be reduced. [variableScope]
cryptopp-CRYPTOPP_7_0_0/safer.cpp:58:47: style: Function 'UncheckedSetKey' argument 1 names different: declaration 'userkey' definition 'userkey_1'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/safer.h:23:36: note: Function 'UncheckedSetKey' argument 1 names different: declaration 'userkey' definition 'userkey_1'.
cryptopp-CRYPTOPP_7_0_0/safer.cpp:58:47: note: Function 'UncheckedSetKey' argument 1 names different: declaration 'userkey' definition 'userkey_1'.
cryptopp-CRYPTOPP_7_0_0/seckey.h:111:0: performance: Technically the member function 'CryptoPP :: VariableRounds < 10 , 1 , 13 >::ThrowIfInvalidRounds' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/safer.cpp:138:0: error: Uninitialized variable: h [uninitvar]
cryptopp-CRYPTOPP_7_0_0/safer.cpp:138:0: error: Uninitialized variable: g [uninitvar]
cryptopp-CRYPTOPP_7_0_0/safer.cpp:138:0: error: Uninitialized variable: f [uninitvar]
cryptopp-CRYPTOPP_7_0_0/safer.cpp:138:0: error: Uninitialized variable: e [uninitvar]
cryptopp-CRYPTOPP_7_0_0/safer.cpp:139:0: error: Uninitialized variable: d [uninitvar]
cryptopp-CRYPTOPP_7_0_0/safer.cpp:139:0: error: Uninitialized variable: c [uninitvar]
cryptopp-CRYPTOPP_7_0_0/safer.cpp:139:0: error: Uninitialized variable: b [uninitvar]
cryptopp-CRYPTOPP_7_0_0/safer.cpp:139:0: error: Uninitialized variable: a [uninitvar]
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:0: warning: Member variable 'CryptoPP :: SecBlock < word32 , FixedSizeAllocatorWithCleanup < word32 , 16 , NullAllocator < word32 > , true > >::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/misc.h:2329:0: style: Class 'CryptoPP :: GetBlock < word32 , EnumToType < ByteOrder , LITTLE_ENDIAN_ORDER > , false >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/salsa.cpp:107:20: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/salsa.cpp:109:20: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/scrypt.cpp:161:40: style: Function 'ValidateParameters' argument 1 names different: declaration 'derivedlen' definition 'derivedLen'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/scrypt.h:96:43: note: Function 'ValidateParameters' argument 1 names different: declaration 'derivedlen' definition 'derivedLen'.
cryptopp-CRYPTOPP_7_0_0/scrypt.cpp:161:40: note: Function 'ValidateParameters' argument 1 names different: declaration 'derivedlen' definition 'derivedLen'.
cryptopp-CRYPTOPP_7_0_0/scrypt.cpp:234:76: style: Function 'DeriveKey' argument 9 names different: declaration 'parallelization' definition 'parallel'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/scrypt.h:86:85: note: Function 'DeriveKey' argument 9 names different: declaration 'parallelization' definition 'parallel'.
cryptopp-CRYPTOPP_7_0_0/scrypt.cpp:234:76: note: Function 'DeriveKey' argument 9 names different: declaration 'parallelization' definition 'parallel'.
cryptopp-CRYPTOPP_7_0_0/scrypt.h:96:17: performance: Technically the member function 'CryptoPP::Scrypt::ValidateParameters' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/scrypt.cpp:161:14: note: Technically the member function 'CryptoPP::Scrypt::ValidateParameters' can be static.
cryptopp-CRYPTOPP_7_0_0/scrypt.h:96:17: note: Technically the member function 'CryptoPP::Scrypt::ValidateParameters' can be static.
cryptopp-CRYPTOPP_7_0_0/pwdbased.h:41:9: performance: Technically the member function 'CryptoPP::PKCS5_PBKDF1::MaxDerivedKeyLength' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/pwdbased.h:166:9: performance: Technically the member function 'CryptoPP::PKCS5_PBKDF2_HMAC::MaxDerivedKeyLength' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/pwdbased.h:319:9: performance: Technically the member function 'CryptoPP::PKCS12_PBKDF::MaxDerivedKeyLength' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/scrypt.h:43:17: style: The function 'AlgorithmName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1423:22: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/scrypt.h:43:17: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/scrypt.h:48:12: style: The function 'MaxDerivedLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1431:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/scrypt.h:48:12: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/scrypt.h:53:12: style: The function 'GetValidDerivedLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1436:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/scrypt.h:53:12: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/scrypt.h:56:12: style: The function 'DeriveKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1459:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/scrypt.h:56:12: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/scrypt.h:92:23: style: The function 'GetAlgorithm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1470:28: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/scrypt.h:92:23: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pwdbased.h:36:14: style: The function 'AlgorithmName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1423:22: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pwdbased.h:36:14: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pwdbased.h:46:9: style: The function 'GetValidDerivedLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1436:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pwdbased.h:46:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pwdbased.h:49:17: style: The function 'DeriveKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1459:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pwdbased.h:49:17: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pwdbased.h:76:20: style: The function 'GetAlgorithm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1470:28: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pwdbased.h:76:20: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pwdbased.h:160:14: style: The function 'AlgorithmName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1423:22: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pwdbased.h:160:14: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pwdbased.h:171:9: style: The function 'GetValidDerivedLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1436:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pwdbased.h:171:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pwdbased.h:174:9: style: The function 'DeriveKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1459:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pwdbased.h:174:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pwdbased.h:200:20: style: The function 'GetAlgorithm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1470:28: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pwdbased.h:200:20: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pwdbased.h:314:14: style: The function 'AlgorithmName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1423:22: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pwdbased.h:314:14: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pwdbased.h:324:9: style: The function 'GetValidDerivedLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1436:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pwdbased.h:324:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pwdbased.h:327:9: style: The function 'DeriveKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1459:17: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pwdbased.h:327:9: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/pwdbased.h:353:20: style: The function 'GetAlgorithm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/cryptlib.h:1470:28: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/pwdbased.h:353:20: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/seal.cpp:23:2: style: Struct 'SEAL_Gamma' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/seed.cpp:63:46: style: Function 'UncheckedSetKey' argument 1 names different: declaration 'key' definition 'userKey'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/seed.h:30:36: note: Function 'UncheckedSetKey' argument 1 names different: declaration 'key' definition 'userKey'.
cryptopp-CRYPTOPP_7_0_0/seed.cpp:63:46: note: Function 'UncheckedSetKey' argument 1 names different: declaration 'key' definition 'userKey'.
cryptopp-CRYPTOPP_7_0_0/misc.h:2329:0: style: Class 'CryptoPP :: GetBlock < word64 , EnumToType < ByteOrder , BIG_ENDIAN_ORDER > , false >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/serpent.cpp:44:71: style: Function 'UncheckedSetKey' argument 2 names different: declaration 'length' definition 'keylen'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/serpent.h:29:58: note: Function 'UncheckedSetKey' argument 2 names different: declaration 'length' definition 'keylen'.
cryptopp-CRYPTOPP_7_0_0/serpent.cpp:44:71: note: Function 'UncheckedSetKey' argument 2 names different: declaration 'length' definition 'keylen'.
cryptopp-CRYPTOPP_7_0_0/shacal2.cpp:47:71: style: Function 'UncheckedSetKey' argument 2 names different: declaration 'length' definition 'keylen'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/shacal2.h:31:58: note: Function 'UncheckedSetKey' argument 2 names different: declaration 'length' definition 'keylen'.
cryptopp-CRYPTOPP_7_0_0/shacal2.cpp:47:71: note: Function 'UncheckedSetKey' argument 2 names different: declaration 'length' definition 'keylen'.
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:0: warning: Member variable 'CryptoPP :: SecBlock < word32 , FixedSizeAllocatorWithCleanup < word32 , 64 , NullAllocator < word32 > , true > >::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/shark.cpp:36:65: style: Function 'UncheckedSetKey' argument 2 names different: declaration 'length' definition 'keyLen'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/shark.h:33:54: note: Function 'UncheckedSetKey' argument 2 names different: declaration 'length' definition 'keyLen'.
cryptopp-CRYPTOPP_7_0_0/shark.cpp:36:65: note: Function 'UncheckedSetKey' argument 2 names different: declaration 'length' definition 'keyLen'.
cryptopp-CRYPTOPP_7_0_0/shark.cpp:36:95: style: Function 'UncheckedSetKey' argument 3 names different: declaration 'param' definition 'params'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/shark.h:33:84: note: Function 'UncheckedSetKey' argument 3 names different: declaration 'param' definition 'params'.
cryptopp-CRYPTOPP_7_0_0/shark.cpp:36:95: note: Function 'UncheckedSetKey' argument 3 names different: declaration 'param' definition 'params'.
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:0: warning: Member variable 'CryptoPP :: SecBlock < word64 , AllocatorWithCleanup < T > >::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:0: style: Technically the member function 'CryptoPP :: SecBlock < word64 , AllocatorWithCleanup < T > >::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:0: style: Technically the member function 'CryptoPP :: SecBlock < word64 , AllocatorWithCleanup < T > >::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:0: style: Technically the member function 'CryptoPP :: SecBlock < word64 , AllocatorWithCleanup < T > >::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/seckey.h:111:0: performance: Technically the member function 'CryptoPP :: VariableRounds < 6 , 2 , INT_MAX >::ThrowIfInvalidRounds' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/shark.cpp:115:4: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/shark.cpp:116:4: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/shark.cpp:117:4: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/shark.cpp:118:4: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/shark.cpp:119:4: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/shark.cpp:120:4: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/shark.cpp:121:4: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/shark.cpp:150:4: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/shark.cpp:151:4: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/shark.cpp:152:4: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/shark.cpp:153:4: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/shark.cpp:154:4: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/shark.cpp:155:4: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/shark.cpp:156:4: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/skipjack.cpp:81:50: style: Function 'UncheckedSetKey' argument 1 names different: declaration 'userKey' definition 'key'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/skipjack.h:28:36: note: Function 'UncheckedSetKey' argument 1 names different: declaration 'userKey' definition 'key'.
cryptopp-CRYPTOPP_7_0_0/skipjack.cpp:81:50: note: Function 'UncheckedSetKey' argument 1 names different: declaration 'userKey' definition 'key'.
cryptopp-CRYPTOPP_7_0_0/sm4.cpp:75:0: error: Array 'rkeys[32]' accessed at index 32, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/sm4.cpp:76:0: error: Array 'rkeys[32]' accessed at index 33, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/sm4.cpp:77:0: error: Array 'rkeys[32]' accessed at index 34, which is out of bounds. [arrayIndexOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/sosemanuk.cpp:22:78: style: Function 'CipherSetKey' argument 2 names different: declaration 'key' definition 'userKey'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/sosemanuk.h:33:62: note: Function 'CipherSetKey' argument 2 names different: declaration 'key' definition 'userKey'.
cryptopp-CRYPTOPP_7_0_0/sosemanuk.cpp:22:78: note: Function 'CipherSetKey' argument 2 names different: declaration 'key' definition 'userKey'.
cryptopp-CRYPTOPP_7_0_0/sosemanuk.cpp:22:94: style: Function 'CipherSetKey' argument 3 names different: declaration 'length' definition 'keylen'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/sosemanuk.h:33:74: note: Function 'CipherSetKey' argument 3 names different: declaration 'length' definition 'keylen'.
cryptopp-CRYPTOPP_7_0_0/sosemanuk.cpp:22:94: note: Function 'CipherSetKey' argument 3 names different: declaration 'length' definition 'keylen'.
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:0: warning: Member variable 'CryptoPP :: SecBlock < word32 , FixedSizeAllocatorWithCleanup < word32 , 12 , NullAllocator < word32 > , true > >::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/square.cpp:140:22: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/square.cpp:159:33: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/square.cpp:165:22: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/square.cpp:184:33: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/test.cpp:521:29: style: Function 'DigestFile' argument 1 names different: declaration 'file' definition 'filename'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/test.cpp:90:29: note: Function 'DigestFile' argument 1 names different: declaration 'file' definition 'filename'.
cryptopp-CRYPTOPP_7_0_0/test.cpp:521:29: note: Function 'DigestFile' argument 1 names different: declaration 'file' definition 'filename'.
cryptopp-CRYPTOPP_7_0_0/test.cpp:578:39: style: Function 'EncryptString' argument 1 names different: declaration 'plaintext' definition 'instr'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/test.cpp:95:39: note: Function 'EncryptString' argument 1 names different: declaration 'plaintext' definition 'instr'.
cryptopp-CRYPTOPP_7_0_0/test.cpp:578:39: note: Function 'EncryptString' argument 1 names different: declaration 'plaintext' definition 'instr'.
cryptopp-CRYPTOPP_7_0_0/test.cpp:589:39: style: Function 'DecryptString' argument 1 names different: declaration 'ciphertext' definition 'instr'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/test.cpp:96:39: note: Function 'DecryptString' argument 1 names different: declaration 'ciphertext' definition 'instr'.
cryptopp-CRYPTOPP_7_0_0/test.cpp:589:39: note: Function 'DecryptString' argument 1 names different: declaration 'ciphertext' definition 'instr'.
cryptopp-CRYPTOPP_7_0_0/test.cpp:762:31: style: Function 'Base64Encode' argument 1 names different: declaration 'infile' definition 'in'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/test.cpp:110:31: note: Function 'Base64Encode' argument 1 names different: declaration 'infile' definition 'in'.
cryptopp-CRYPTOPP_7_0_0/test.cpp:762:31: note: Function 'Base64Encode' argument 1 names different: declaration 'infile' definition 'in'.
cryptopp-CRYPTOPP_7_0_0/test.cpp:762:47: style: Function 'Base64Encode' argument 2 names different: declaration 'outfile' definition 'out'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/test.cpp:110:51: note: Function 'Base64Encode' argument 2 names different: declaration 'outfile' definition 'out'.
cryptopp-CRYPTOPP_7_0_0/test.cpp:762:47: note: Function 'Base64Encode' argument 2 names different: declaration 'outfile' definition 'out'.
cryptopp-CRYPTOPP_7_0_0/test.cpp:767:31: style: Function 'Base64Decode' argument 1 names different: declaration 'infile' definition 'in'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/test.cpp:111:31: note: Function 'Base64Decode' argument 1 names different: declaration 'infile' definition 'in'.
cryptopp-CRYPTOPP_7_0_0/test.cpp:767:31: note: Function 'Base64Decode' argument 1 names different: declaration 'infile' definition 'in'.
cryptopp-CRYPTOPP_7_0_0/test.cpp:767:47: style: Function 'Base64Decode' argument 2 names different: declaration 'outfile' definition 'out'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/test.cpp:111:51: note: Function 'Base64Decode' argument 2 names different: declaration 'outfile' definition 'out'.
cryptopp-CRYPTOPP_7_0_0/test.cpp:767:47: note: Function 'Base64Decode' argument 2 names different: declaration 'outfile' definition 'out'.
cryptopp-CRYPTOPP_7_0_0/test.cpp:772:28: style: Function 'HexEncode' argument 1 names different: declaration 'infile' definition 'in'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/test.cpp:112:28: note: Function 'HexEncode' argument 1 names different: declaration 'infile' definition 'in'.
cryptopp-CRYPTOPP_7_0_0/test.cpp:772:28: note: Function 'HexEncode' argument 1 names different: declaration 'infile' definition 'in'.
cryptopp-CRYPTOPP_7_0_0/test.cpp:772:44: style: Function 'HexEncode' argument 2 names different: declaration 'outfile' definition 'out'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/test.cpp:112:48: note: Function 'HexEncode' argument 2 names different: declaration 'outfile' definition 'out'.
cryptopp-CRYPTOPP_7_0_0/test.cpp:772:44: note: Function 'HexEncode' argument 2 names different: declaration 'outfile' definition 'out'.
cryptopp-CRYPTOPP_7_0_0/test.cpp:777:28: style: Function 'HexDecode' argument 1 names different: declaration 'infile' definition 'in'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/test.cpp:113:28: note: Function 'HexDecode' argument 1 names different: declaration 'infile' definition 'in'.
cryptopp-CRYPTOPP_7_0_0/test.cpp:777:28: note: Function 'HexDecode' argument 1 names different: declaration 'infile' definition 'in'.
cryptopp-CRYPTOPP_7_0_0/test.cpp:777:44: style: Function 'HexDecode' argument 2 names different: declaration 'outfile' definition 'out'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/test.cpp:113:48: note: Function 'HexDecode' argument 2 names different: declaration 'outfile' definition 'out'.
cryptopp-CRYPTOPP_7_0_0/test.cpp:777:44: note: Function 'HexDecode' argument 2 names different: declaration 'outfile' definition 'out'.
cryptopp-CRYPTOPP_7_0_0/test.cpp:782:33: style: Function 'ForwardTcpPort' argument 1 names different: declaration 'sourcePort' definition 'sourcePortName'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/test.cpp:115:33: note: Function 'ForwardTcpPort' argument 1 names different: declaration 'sourcePort' definition 'sourcePortName'.
cryptopp-CRYPTOPP_7_0_0/test.cpp:782:33: note: Function 'ForwardTcpPort' argument 1 names different: declaration 'sourcePort' definition 'sourcePortName'.
cryptopp-CRYPTOPP_7_0_0/test.cpp:782:90: style: Function 'ForwardTcpPort' argument 3 names different: declaration 'destinationPort' definition 'destinationPortName'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/test.cpp:115:86: note: Function 'ForwardTcpPort' argument 3 names different: declaration 'destinationPort' definition 'destinationPortName'.
cryptopp-CRYPTOPP_7_0_0/test.cpp:782:90: note: Function 'ForwardTcpPort' argument 3 names different: declaration 'destinationPort' definition 'destinationPortName'.
cryptopp-CRYPTOPP_7_0_0/smartptr.h:225:0: style: Class 'CryptoPP :: vector_member_ptrs < HashFilter >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/smartptr.h:225:0: style: Class 'CryptoPP :: vector_member_ptrs < FileSink >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/smartptr.h:225:0: style: Class 'CryptoPP :: vector_member_ptrs < FileSource >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/test.cpp:482:2: style: Instance of 'StringSource' object is destroyed immediately. [unusedScopedObject]
cryptopp-CRYPTOPP_7_0_0/test.cpp:492:2: style: Instance of 'StringSource' object is destroyed immediately. [unusedScopedObject]
cryptopp-CRYPTOPP_7_0_0/test.cpp:542:2: style: Instance of 'FileSource' object is destroyed immediately. [unusedScopedObject]
cryptopp-CRYPTOPP_7_0_0/test.cpp:564:3: style: Instance of 'StringSource' object is destroyed immediately. [unusedScopedObject]
cryptopp-CRYPTOPP_7_0_0/tiger.cpp:42:54: style: Function 'Transform' argument 2 names different: declaration 'data' definition 'X'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/tiger.h:28:54: note: Function 'Transform' argument 2 names different: declaration 'data' definition 'X'.
cryptopp-CRYPTOPP_7_0_0/tiger.cpp:42:54: note: Function 'Transform' argument 2 names different: declaration 'data' definition 'X'.
cryptopp-CRYPTOPP_7_0_0/ttmac.cpp:63:39: style: Function 'TruncatedFinal' argument 1 names different: declaration 'mac' definition 'hash'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/ttmac.h:24:28: note: Function 'TruncatedFinal' argument 1 names different: declaration 'mac' definition 'hash'.
cryptopp-CRYPTOPP_7_0_0/ttmac.cpp:63:39: note: Function 'TruncatedFinal' argument 1 names different: declaration 'mac' definition 'hash'.
cryptopp-CRYPTOPP_7_0_0/tweetnacl.cpp:320:11: style: The scope of the variable 'b' can be reduced. [variableScope]
cryptopp-CRYPTOPP_7_0_0/tweetnacl.cpp:421:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/tweetnacl.cpp:435:3: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
cryptopp-CRYPTOPP_7_0_0/twofish.cpp:55:71: style: Function 'UncheckedSetKey' argument 2 names different: declaration 'length' definition 'keylength'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/twofish.h:29:58: note: Function 'UncheckedSetKey' argument 2 names different: declaration 'length' definition 'keylength'.
cryptopp-CRYPTOPP_7_0_0/twofish.cpp:55:71: note: Function 'UncheckedSetKey' argument 2 names different: declaration 'length' definition 'keylength'.
cryptopp-CRYPTOPP_7_0_0/zlib.h:23:7: style: The function 'WritePrestreamHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/zdeflate.h:129:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/zlib.h:23:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/zlib.h:24:7: style: The function 'ProcessUncompressedData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/zdeflate.h:130:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/zlib.h:24:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/zlib.h:25:7: style: The function 'WritePoststreamTail' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/zdeflate.h:132:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/zlib.h:25:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/zlib.h:45:15: style: The function 'GetLog2WindowSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/zinflate.h:115:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/zlib.h:45:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/zlib.h:48:15: style: The function 'MaxPrestreamHeaderSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/zinflate.h:121:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/zlib.h:48:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/zlib.h:49:7: style: The function 'ProcessPrestreamHeader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/zinflate.h:122:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/zlib.h:49:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/zlib.h:50:7: style: The function 'ProcessDecompressedData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/zinflate.h:123:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/zlib.h:50:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/zlib.h:51:15: style: The function 'MaxPoststreamTailSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/zinflate.h:125:23: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/zlib.h:51:15: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/zlib.h:52:7: style: The function 'ProcessPoststreamTail' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/zinflate.h:126:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/zlib.h:52:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:355:20: style: Condition 'cacheLineSize<16' is always false [knownConditionTrueFalse]
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:354:44: note: Assignment 'cacheLineSize=GetCacheLineSize()', assigned value is 32
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:355:20: note: Condition 'cacheLineSize<16' is always false
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:1972:18: style: The scope of the variable 'fail' can be reduced. [variableScope]
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:2409:18: style: The scope of the variable 'fail' can be reduced. [variableScope]
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:2799:49: style: The scope of the variable 'fail' can be reduced. [variableScope]
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:3185:58: style: Function 'IsolatedInitialize' argument 1 names different: declaration 'params' definition 'parameters'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:3176:48: note: Function 'IsolatedInitialize' argument 1 names different: declaration 'params' definition 'parameters'.
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:3185:58: note: Function 'IsolatedInitialize' argument 1 names different: declaration 'params' definition 'parameters'.
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:3219:58: style: Function 'IsolatedInitialize' argument 1 names different: declaration 'params' definition 'parameters'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:3210:48: note: Function 'IsolatedInitialize' argument 1 names different: declaration 'params' definition 'parameters'.
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:3219:58: note: Function 'IsolatedInitialize' argument 1 names different: declaration 'params' definition 'parameters'.
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:1755:12: error: Buffer is accessed out of bounds: expected [bufferAccessOutOfBounds]
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:3175:2: style: Class 'MyEncoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:3209:2: style: Class 'MyDecoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:1935:0: style: Class 'CryptoPP :: Test :: FixedRoundsCipherFactory < DESEncryption , DESDecryption >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:1935:0: style: Class 'CryptoPP :: Test :: FixedRoundsCipherFactory < DES_EDE2_Encryption , DES_EDE2_Decryption >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:1935:0: style: Class 'CryptoPP :: Test :: FixedRoundsCipherFactory < DES_EDE3_Encryption , DES_EDE3_Decryption >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:1935:0: style: Class 'CryptoPP :: Test :: FixedRoundsCipherFactory < DES_XEX3_Encryption , DES_XEX3_Decryption >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:1935:0: style: Class 'CryptoPP :: Test :: FixedRoundsCipherFactory < IDEAEncryption , IDEADecryption >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:1935:0: style: Class 'CryptoPP :: Test :: FixedRoundsCipherFactory < RC6Encryption , RC6Decryption >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:1935:0: style: Class 'CryptoPP :: Test :: FixedRoundsCipherFactory < MARSEncryption , MARSDecryption >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:1935:0: style: Class 'CryptoPP :: Test :: FixedRoundsCipherFactory < RijndaelEncryption , RijndaelDecryption >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:1935:0: style: Class 'CryptoPP :: Test :: FixedRoundsCipherFactory < TwofishEncryption , TwofishDecryption >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:1935:0: style: Class 'CryptoPP :: Test :: FixedRoundsCipherFactory < SerpentEncryption , SerpentDecryption >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:1935:0: style: Class 'CryptoPP :: Test :: FixedRoundsCipherFactory < ThreeWayEncryption , ThreeWayDecryption >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:1935:0: style: Class 'CryptoPP :: Test :: FixedRoundsCipherFactory < GOSTEncryption , GOSTDecryption >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:1935:0: style: Class 'CryptoPP :: Test :: FixedRoundsCipherFactory < SHARKEncryption , SHARKDecryption >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:1935:0: style: Class 'CryptoPP :: Test :: FixedRoundsCipherFactory < CAST128Encryption , CAST128Decryption >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:1935:0: style: Class 'CryptoPP :: Test :: FixedRoundsCipherFactory < CAST256Encryption , CAST256Decryption >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:1935:0: style: Class 'CryptoPP :: Test :: FixedRoundsCipherFactory < SquareEncryption , SquareDecryption >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:1935:0: style: Class 'CryptoPP :: Test :: FixedRoundsCipherFactory < SKIPJACKEncryption , SKIPJACKDecryption >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:1935:0: style: Class 'CryptoPP :: Test :: FixedRoundsCipherFactory < SHACAL2Encryption , SHACAL2Decryption >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:1935:0: style: Class 'CryptoPP :: Test :: FixedRoundsCipherFactory < ARIAEncryption , ARIADecryption >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/validat1.cpp:1935:0: style: Class 'CryptoPP :: Test :: FixedRoundsCipherFactory < CamelliaEncryption , CamelliaDecryption >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/seckey.h:402:0: style: Class 'CryptoPP :: MessageAuthenticationCodeFinal < CryptoPP :: DMAC_Base < DES > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/seal.h:32:7: style: The function 'OperateKeystream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/strciphr.h:216:15: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/seal.h:32:7: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/validat2.cpp:289:17: style: The scope of the variable 'outPlain' can be reduced. [variableScope]
cryptopp-CRYPTOPP_7_0_0/validat2.cpp:66:2: style: Class 'FixedRNG' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/validat3.cpp:70:18: style: The scope of the variable 'fail' can be reduced. [variableScope]
cryptopp-CRYPTOPP_7_0_0/validat3.cpp:546:18: style: The scope of the variable 'fail' can be reduced. [variableScope]
cryptopp-CRYPTOPP_7_0_0/validat3.cpp:979:26: style: The scope of the variable 'pass1' can be reduced. [variableScope]
cryptopp-CRYPTOPP_7_0_0/validat3.cpp:979:38: style: The scope of the variable 'pass2' can be reduced. [variableScope]
cryptopp-CRYPTOPP_7_0_0/validat3.cpp:979:50: style: The scope of the variable 'pass3' can be reduced. [variableScope]
cryptopp-CRYPTOPP_7_0_0/validat3.cpp:979:62: style: The scope of the variable 'pass4' can be reduced. [variableScope]
cryptopp-CRYPTOPP_7_0_0/secblock.h:325:0: warning: Member variable 'CryptoPP :: FixedSizeAllocatorWithCleanup < word32 , 60 , NullAllocator < word32 > , true >::m_allocated' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/seckey.h:402:0: style: Class 'CryptoPP :: MessageAuthenticationCodeFinal < TTMAC_Base >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/validat3.cpp:583:3: style: Instance of 'StringSource' object is destroyed immediately. [unusedScopedObject]
cryptopp-CRYPTOPP_7_0_0/validat3.cpp:584:3: style: Instance of 'StringSource' object is destroyed immediately. [unusedScopedObject]
cryptopp-CRYPTOPP_7_0_0/validat3.cpp:585:3: style: Instance of 'StringSource' object is destroyed immediately. [unusedScopedObject]
cryptopp-CRYPTOPP_7_0_0/validat3.cpp:667:3: style: Instance of 'StringSource' object is destroyed immediately. [unusedScopedObject]
cryptopp-CRYPTOPP_7_0_0/validat3.cpp:668:3: style: Instance of 'StringSource' object is destroyed immediately. [unusedScopedObject]
cryptopp-CRYPTOPP_7_0_0/validat3.cpp:669:3: style: Instance of 'StringSource' object is destroyed immediately. [unusedScopedObject]
cryptopp-CRYPTOPP_7_0_0/validat3.cpp:670:3: style: Instance of 'StringSource' object is destroyed immediately. [unusedScopedObject]
cryptopp-CRYPTOPP_7_0_0/validat3.cpp:802:3: style: Instance of 'StringSource' object is destroyed immediately. [unusedScopedObject]
cryptopp-CRYPTOPP_7_0_0/validat4.cpp:500:5: style: Variable 'fail' is reassigned a value before the old one has been used. [redundantAssignment]
cryptopp-CRYPTOPP_7_0_0/validat4.cpp:492:0: note: Variable 'fail' is reassigned a value before the old one has been used.
cryptopp-CRYPTOPP_7_0_0/validat4.cpp:500:5: note: Variable 'fail' is reassigned a value before the old one has been used.
cryptopp-CRYPTOPP_7_0_0/validat4.cpp:285:23: style: The scope of the variable 'fail' can be reduced. [variableScope]
cryptopp-CRYPTOPP_7_0_0/validat4.cpp:285:33: style: The scope of the variable 'rc' can be reduced. [variableScope]
cryptopp-CRYPTOPP_7_0_0/validat4.cpp:409:23: style: The scope of the variable 'fail' can be reduced. [variableScope]
cryptopp-CRYPTOPP_7_0_0/validat4.cpp:409:33: style: The scope of the variable 'rc' can be reduced. [variableScope]
cryptopp-CRYPTOPP_7_0_0/validat4.cpp:452:23: style: The scope of the variable 'fail' can be reduced. [variableScope]
cryptopp-CRYPTOPP_7_0_0/validat4.cpp:452:33: style: The scope of the variable 'rc' can be reduced. [variableScope]
cryptopp-CRYPTOPP_7_0_0/vmac.cpp:562:0: style: The scope of the variable 'i' can be reduced. [variableScope]
cryptopp-CRYPTOPP_7_0_0/vmac.cpp:63:20: style: Checking if unsigned variable 'm_L1KeyLength' is less than zero. This might be a false warning. [unsignedLessThanZero]
cryptopp-CRYPTOPP_7_0_0/vmac.cpp:120:54: style: Function 'Resynchronize' argument 2 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/vmac.h:30:44: note: Function 'Resynchronize' argument 2 names different: declaration 'length' definition 'len'.
cryptopp-CRYPTOPP_7_0_0/vmac.cpp:120:54: note: Function 'Resynchronize' argument 2 names different: declaration 'length' definition 'len'.
cryptopp-CRYPTOPP_7_0_0/vmac.cpp:801:64: style: Function 'VHASH_Update' argument 2 names different: declaration 'blocksRemainingInWord128' definition 'blocksRemainingInWord64'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/vmac.h:52:47: note: Function 'VHASH_Update' argument 2 names different: declaration 'blocksRemainingInWord128' definition 'blocksRemainingInWord64'.
cryptopp-CRYPTOPP_7_0_0/vmac.cpp:801:64: note: Function 'VHASH_Update' argument 2 names different: declaration 'blocksRemainingInWord128' definition 'blocksRemainingInWord64'.
cryptopp-CRYPTOPP_7_0_0/vmac.cpp:821:52: style: Function 'HashMultipleBlocks' argument 1 names different: declaration 'input' definition 'data'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/vmac.h:44:42: note: Function 'HashMultipleBlocks' argument 1 names different: declaration 'input' definition 'data'.
cryptopp-CRYPTOPP_7_0_0/vmac.cpp:821:52: note: Function 'HashMultipleBlocks' argument 1 names different: declaration 'input' definition 'data'.
cryptopp-CRYPTOPP_7_0_0/wake.cpp:91:0: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
cryptopp-CRYPTOPP_7_0_0/wake.h:27:9: style: Technically the member function 'CryptoPP::WAKE_Base::M' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/wake.cpp:18:26: note: Technically the member function 'CryptoPP::WAKE_Base::M' can be const.
cryptopp-CRYPTOPP_7_0_0/wake.h:27:9: note: Technically the member function 'CryptoPP::WAKE_Base::M' can be const.
cryptopp-CRYPTOPP_7_0_0/whrlpool.cpp:408:57: style: Function 'Transform' argument 2 names different: declaration 'data' definition 'block'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/whrlpool.h:27:54: note: Function 'Transform' argument 2 names different: declaration 'data' definition 'block'.
cryptopp-CRYPTOPP_7_0_0/whrlpool.cpp:408:57: note: Function 'Transform' argument 2 names different: declaration 'data' definition 'block'.
cryptopp-CRYPTOPP_7_0_0/algebra.h:133:0: warning: Member variable 'CryptoPP :: AbstractRing < GFP2Element >::m_mg' is not assigned a value in 'CryptoPP :: AbstractRing < GFP2Element >::operator='. [operatorEqVarError]
cryptopp-CRYPTOPP_7_0_0/xtr.h:76:0: performance: Technically the member function 'CryptoPP :: GFP2_ONB < ModularArithmetic >::Identity' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/xtr.h:123:0: performance: Technically the member function 'CryptoPP :: GFP2_ONB < ModularArithmetic >::IsUnit' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/xtr.h:176:0: performance: Technically the member function 'CryptoPP :: GFP2_ONB < ModularArithmetic >::RaiseToPthPower' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/xtr.h:76:0: performance: Technically the member function 'CryptoPP :: GFP2_ONB < MontgomeryRepresentation >::Identity' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/xtr.h:123:0: performance: Technically the member function 'CryptoPP :: GFP2_ONB < MontgomeryRepresentation >::IsUnit' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/xtr.h:176:0: performance: Technically the member function 'CryptoPP :: GFP2_ONB < MontgomeryRepresentation >::RaiseToPthPower' can be static. [functionStatic]
cryptopp-CRYPTOPP_7_0_0/xtr.h:51:0: style: Class 'CryptoPP :: GFP2_ONB < ModularArithmetic >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/xtr.h:51:0: style: Class 'CryptoPP :: GFP2_ONB < MontgomeryRepresentation >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/misc.h:294:0: style: Class 'CryptoPP :: Singleton < GFP2Element , NewObject < T > , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/smartptr.h:21:0: style: Class 'CryptoPP :: simple_ptr < GFP2Element >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
cryptopp-CRYPTOPP_7_0_0/xtr.h:71:0: style: The function 'Equal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
cryptopp-CRYPTOPP_7_0_0/algebra.h:38:0: note: Virtual function in base class
cryptopp-CRYPTOPP_7_0_0/xtr.h:71:0: note: Function in derived class
cryptopp-CRYPTOPP_7_0_0/xtrcrypt.cpp:24:40: style: Function 'XTR_DH' argument 1 names different: declaration 'domainParams' definition 'bt'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/xtrcrypt.h:22:33: note: Function 'XTR_DH' argument 1 names different: declaration 'domainParams' definition 'bt'.
cryptopp-CRYPTOPP_7_0_0/xtrcrypt.cpp:24:40: note: Function 'XTR_DH' argument 1 names different: declaration 'domainParams' definition 'bt'.
cryptopp-CRYPTOPP_7_0_0/xtrcrypt.cpp:34:48: style: Function 'DEREncode' argument 1 names different: declaration 'domainParams' definition 'bt'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/xtrcrypt.h:24:41: note: Function 'DEREncode' argument 1 names different: declaration 'domainParams' definition 'bt'.
cryptopp-CRYPTOPP_7_0_0/xtrcrypt.cpp:34:48: note: Function 'DEREncode' argument 1 names different: declaration 'domainParams' definition 'bt'.
cryptopp-CRYPTOPP_7_0_0/zdeflate.cpp:515:35: style: Function 'Put2' argument 1 names different: declaration 'inString' definition 'str'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/zdeflate.h:125:26: note: Function 'Put2' argument 1 names different: declaration 'inString' definition 'str'.
cryptopp-CRYPTOPP_7_0_0/zdeflate.cpp:515:35: note: Function 'Put2' argument 1 names different: declaration 'inString' definition 'str'.
cryptopp-CRYPTOPP_7_0_0/zdeflate.cpp:231:11: warning: Member variable 'Deflator::m_log2WindowSize' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/zdeflate.cpp:231:11: warning: Member variable 'Deflator::m_compressibleDeflateLevel' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/zdeflate.cpp:231:11: warning: Member variable 'Deflator::m_detectSkip' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/zdeflate.cpp:231:11: warning: Member variable 'Deflator::m_detectCount' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/zdeflate.cpp:231:11: warning: Member variable 'Deflator::DSIZE' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/zdeflate.cpp:231:11: warning: Member variable 'Deflator::DMASK' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/zdeflate.cpp:231:11: warning: Member variable 'Deflator::HSIZE' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/zdeflate.cpp:231:11: warning: Member variable 'Deflator::HMASK' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/zdeflate.cpp:231:11: warning: Member variable 'Deflator::GOOD_MATCH' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/zdeflate.cpp:231:11: warning: Member variable 'Deflator::MAX_LAZYLENGTH' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/zdeflate.cpp:231:11: warning: Member variable 'Deflator::MAX_CHAIN_LENGTH' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/zdeflate.cpp:231:11: warning: Member variable 'Deflator::m_headerWritten' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/zdeflate.cpp:231:11: warning: Member variable 'Deflator::m_matchAvailable' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/zdeflate.cpp:231:11: warning: Member variable 'Deflator::m_dictionaryEnd' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/zdeflate.cpp:231:11: warning: Member variable 'Deflator::m_stringStart' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/zdeflate.cpp:231:11: warning: Member variable 'Deflator::m_lookahead' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/zdeflate.cpp:231:11: warning: Member variable 'Deflator::m_minLookahead' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/zdeflate.cpp:231:11: warning: Member variable 'Deflator::m_previousMatch' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/zdeflate.cpp:231:11: warning: Member variable 'Deflator::m_previousLength' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/zdeflate.cpp:231:11: warning: Member variable 'Deflator::m_matchBufferEnd' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/zdeflate.cpp:231:11: warning: Member variable 'Deflator::m_blockStart' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/zdeflate.cpp:231:11: warning: Member variable 'Deflator::m_blockLength' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:0: warning: Member variable 'CryptoPP :: SecBlock < HuffmanNode , FixedSizeAllocatorWithCleanup < T , S , AllocatorWithCleanup < T > > >::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:0: warning: Member variable 'CryptoPP :: SecBlock < unsigned int , FixedSizeAllocatorWithCleanup < T , S , AllocatorWithCleanup < T > > >::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/zdeflate.cpp:113:14: style: Technically the member function 'CryptoPP::FreqLessThan::operator()' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/zdeflate.cpp:116:14: style: Technically the member function 'CryptoPP::FreqLessThan::operator()' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:0: style: Technically the member function 'CryptoPP :: SecBlock < HuffmanNode , FixedSizeAllocatorWithCleanup < T , S , AllocatorWithCleanup < T > > >::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:0: style: Technically the member function 'CryptoPP :: SecBlock < HuffmanNode , FixedSizeAllocatorWithCleanup < T , S , AllocatorWithCleanup < T > > >::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:0: style: Technically the member function 'CryptoPP :: SecBlock < HuffmanNode , FixedSizeAllocatorWithCleanup < T , S , AllocatorWithCleanup < T > > >::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:0: style: Technically the member function 'CryptoPP :: SecBlock < unsigned int , FixedSizeAllocatorWithCleanup < T , S , AllocatorWithCleanup < T > > >::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:0: style: Technically the member function 'CryptoPP :: SecBlock < unsigned int , FixedSizeAllocatorWithCleanup < T , S , AllocatorWithCleanup < T > > >::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:0: style: Technically the member function 'CryptoPP :: SecBlock < unsigned int , FixedSizeAllocatorWithCleanup < T , S , AllocatorWithCleanup < T > > >::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/zdeflate.cpp:99:1: warning: The struct 'HuffmanNode' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
cryptopp-CRYPTOPP_7_0_0/zinflate.cpp:418:9: style: The scope of the variable 'result' can be reduced. [variableScope]
cryptopp-CRYPTOPP_7_0_0/zinflate.cpp:419:17: style: The scope of the variable 'k' can be reduced. [variableScope]
cryptopp-CRYPTOPP_7_0_0/zinflate.cpp:419:22: style: The scope of the variable 'count' can be reduced. [variableScope]
cryptopp-CRYPTOPP_7_0_0/zinflate.cpp:419:31: style: The scope of the variable 'repeater' can be reduced. [variableScope]
cryptopp-CRYPTOPP_7_0_0/zinflate.cpp:65:53: style: Function 'Initialize' argument 1 names different: declaration 'codeBitLengths' definition 'codeBits'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/zinflate.h:48:38: note: Function 'Initialize' argument 1 names different: declaration 'codeBitLengths' definition 'codeBits'.
cryptopp-CRYPTOPP_7_0_0/zinflate.cpp:65:53: note: Function 'Initialize' argument 1 names different: declaration 'codeBitLengths' definition 'codeBits'.
cryptopp-CRYPTOPP_7_0_0/zinflate.cpp:224:73: style: Function 'Inflator' argument 3 names different: declaration 'autoSignalPropagation' definition 'propagation'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/zinflate.h:109:82: note: Function 'Inflator' argument 3 names different: declaration 'autoSignalPropagation' definition 'propagation'.
cryptopp-CRYPTOPP_7_0_0/zinflate.cpp:224:73: note: Function 'Inflator' argument 3 names different: declaration 'autoSignalPropagation' definition 'propagation'.
cryptopp-CRYPTOPP_7_0_0/secblock.h:493:0: warning: Member variable 'CryptoPP :: SecBlock < unsigned char , FixedSizeAllocatorWithCleanup < T , S , AllocatorWithCleanup < T > > >::m_alloc' is not initialized in the constructor. [uninitMemberVar]
cryptopp-CRYPTOPP_7_0_0/zinflate.cpp:18:14: style: Technically the member function 'CryptoPP::CodeLessThan::operator()' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/zinflate.cpp:21:14: style: Technically the member function 'CryptoPP::CodeLessThan::operator()' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:536:0: style: Technically the member function 'CryptoPP :: SecBlock < unsigned char , FixedSizeAllocatorWithCleanup < T , S , AllocatorWithCleanup < T > > >::begin' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:544:0: style: Technically the member function 'CryptoPP :: SecBlock < unsigned char , FixedSizeAllocatorWithCleanup < T , S , AllocatorWithCleanup < T > > >::end' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/secblock.h:553:0: style: Technically the member function 'CryptoPP :: SecBlock < unsigned char , FixedSizeAllocatorWithCleanup < T , S , AllocatorWithCleanup < T > > >::data' can be const. [functionConst]
cryptopp-CRYPTOPP_7_0_0/zlib.cpp:31:58: style: Function 'ProcessUncompressedData' argument 1 names different: declaration 'string' definition 'inString'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/zlib.h:24:43: note: Function 'ProcessUncompressedData' argument 1 names different: declaration 'string' definition 'inString'.
cryptopp-CRYPTOPP_7_0_0/zlib.cpp:31:58: note: Function 'ProcessUncompressedData' argument 1 names different: declaration 'string' definition 'inString'.
cryptopp-CRYPTOPP_7_0_0/zlib.cpp:51:89: style: Function 'ZlibDecompressor' argument 3 names different: declaration 'autoSignalPropagation' definition 'propagation'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/zlib.h:44:90: note: Function 'ZlibDecompressor' argument 3 names different: declaration 'autoSignalPropagation' definition 'propagation'.
cryptopp-CRYPTOPP_7_0_0/zlib.cpp:51:89: note: Function 'ZlibDecompressor' argument 3 names different: declaration 'autoSignalPropagation' definition 'propagation'.
cryptopp-CRYPTOPP_7_0_0/zlib.cpp:78:60: style: Function 'ProcessDecompressedData' argument 1 names different: declaration 'string' definition 'inString'. [funcArgNamesDifferent]
cryptopp-CRYPTOPP_7_0_0/zlib.h:50:43: note: Function 'ProcessDecompressedData' argument 1 names different: declaration 'string' definition 'inString'.
cryptopp-CRYPTOPP_7_0_0/zlib.cpp:78:60: note: Function 'ProcessDecompressedData' argument 1 names different: declaration 'string' definition 'inString'.
[14:16]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcryptui/libcryptui_3.2.2.orig.tar.xz
libcryptui-3.2.2/daemon/seahorse-context.c:439:21: style: The scope of the variable 'ks' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-context.c:1003:18: style: The scope of the variable 'ks' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-context.c:1043:21: style: The scope of the variable 'from' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-context.c:1046:21: style: The scope of the variable 'sobj' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-context.c:1141:21: style: The scope of the variable 'sksrc' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-context.c:780:85: style: Function 'seahorse_context_find_objects_full' argument 2 names different: declaration 'skpred' definition 'pred'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-context.h:156:91: note: Function 'seahorse_context_find_objects_full' argument 2 names different: declaration 'skpred' definition 'pred'.
libcryptui-3.2.2/daemon/seahorse-context.c:780:85: note: Function 'seahorse_context_find_objects_full' argument 2 names different: declaration 'skpred' definition 'pred'.
libcryptui-3.2.2/daemon/seahorse-context.c:811:84: style: Function 'seahorse_context_for_objects_full' argument 2 names different: declaration 'skpred' definition 'pred'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-context.h:159:91: note: Function 'seahorse_context_for_objects_full' argument 2 names different: declaration 'skpred' definition 'pred'.
libcryptui-3.2.2/daemon/seahorse-context.c:811:84: note: Function 'seahorse_context_for_objects_full' argument 2 names different: declaration 'skpred' definition 'pred'.
libcryptui-3.2.2/daemon/seahorse-context.c:841:48: style: Function 'seahorse_context_get_objects' argument 1 names different: declaration 'sctx' definition 'self'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-context.h:143:78: note: Function 'seahorse_context_get_objects' argument 1 names different: declaration 'sctx' definition 'self'.
libcryptui-3.2.2/daemon/seahorse-context.c:841:48: note: Function 'seahorse_context_get_objects' argument 1 names different: declaration 'sctx' definition 'self'.
libcryptui-3.2.2/daemon/seahorse-context.c:841:70: style: Function 'seahorse_context_get_objects' argument 2 names different: declaration 'sksrc' definition 'source'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-context.h:144:75: note: Function 'seahorse_context_get_objects' argument 2 names different: declaration 'sksrc' definition 'source'.
libcryptui-3.2.2/daemon/seahorse-context.c:841:70: note: Function 'seahorse_context_get_objects' argument 2 names different: declaration 'sksrc' definition 'source'.
libcryptui-3.2.2/daemon/seahorse-context.c:1040:66: style: Function 'seahorse_context_transfer_objects' argument 2 names different: declaration 'objs' definition 'objects'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-context.h:181:78: note: Function 'seahorse_context_transfer_objects' argument 2 names different: declaration 'objs' definition 'objects'.
libcryptui-3.2.2/daemon/seahorse-context.c:1040:66: note: Function 'seahorse_context_transfer_objects' argument 2 names different: declaration 'objs' definition 'objects'.
libcryptui-3.2.2/daemon/seahorse-context.c:1196:44: style: Function 'seahorse_context_discover_objects' argument 3 names different: declaration 'ids' definition 'rawids'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-context.h:191:78: note: Function 'seahorse_context_discover_objects' argument 3 names different: declaration 'ids' definition 'rawids'.
libcryptui-3.2.2/daemon/seahorse-context.c:1196:44: note: Function 'seahorse_context_discover_objects' argument 3 names different: declaration 'ids' definition 'rawids'.
libcryptui-3.2.2/daemon/seahorse-context.c:1289:72: style: Function 'seahorse_context_object_from_dbus' argument 2 names different: declaration 'dbusid' definition 'key'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-context.h:172:78: note: Function 'seahorse_context_object_from_dbus' argument 2 names different: declaration 'dbusid' definition 'key'.
libcryptui-3.2.2/daemon/seahorse-context.c:1289:72: note: Function 'seahorse_context_object_from_dbus' argument 2 names different: declaration 'dbusid' definition 'key'.
libcryptui-3.2.2/daemon/seahorse-daemon.c:235:5: style: Variable 'octx' is reassigned a value before the old one has been used. [redundantAssignment]
libcryptui-3.2.2/daemon/seahorse-daemon.c:228:0: note: Variable 'octx' is reassigned a value before the old one has been used.
libcryptui-3.2.2/daemon/seahorse-daemon.c:235:5: note: Variable 'octx' is reassigned a value before the old one has been used.
libcryptui-3.2.2/daemon/seahorse-daemon.c:78:9: style: The scope of the variable 'i' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:67:96: style: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__STRING_POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:60:95: note: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__STRING_POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:67:96: note: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__STRING_POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:70:99: style: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__STRING_POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:63:95: note: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__STRING_POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:70:99: note: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__STRING_POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:116:103: style: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__STRING_STRING_POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:109:102: note: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__STRING_STRING_POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:116:103: note: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__STRING_STRING_POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:119:106: style: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__STRING_STRING_POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:112:102: note: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__STRING_STRING_POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:119:106: note: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__STRING_STRING_POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:167:94: style: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__STRING_BOXED_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:160:93: note: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__STRING_BOXED_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:167:94: note: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__STRING_BOXED_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:170:97: style: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__STRING_BOXED_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:163:93: note: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__STRING_BOXED_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:170:97: note: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__STRING_BOXED_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:216:102: style: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__STRING_BOXED_POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:209:101: note: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__STRING_BOXED_POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:216:102: note: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__STRING_BOXED_POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:219:105: style: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__STRING_BOXED_POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:212:101: note: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__STRING_BOXED_POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:219:105: note: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__STRING_BOXED_POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:267:89: style: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:260:88: note: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:267:89: note: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:270:92: style: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:263:88: note: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:270:92: note: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:314:110: style: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__STRING_STRING_STRING_BOOLEAN_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:307:109: note: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__STRING_STRING_STRING_BOOLEAN_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:314:110: note: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__STRING_STRING_STRING_BOOLEAN_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:317:113: style: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__STRING_STRING_STRING_BOOLEAN_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:310:109: note: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__STRING_STRING_STRING_BOOLEAN_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-bindings.h:317:113: note: Function 'dbus_glib_marshal_seahorse_service_BOOLEAN__STRING_STRING_STRING_BOOLEAN_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-keyset-bindings.h:67:114: style: Function 'dbus_glib_marshal_seahorse_service_keyset_BOOLEAN__BOXED_INT_POINTER_POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-service-keyset-bindings.h:60:113: note: Function 'dbus_glib_marshal_seahorse_service_keyset_BOOLEAN__BOXED_INT_POINTER_POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-keyset-bindings.h:67:114: note: Function 'dbus_glib_marshal_seahorse_service_keyset_BOOLEAN__BOXED_INT_POINTER_POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-keyset-bindings.h:70:117: style: Function 'dbus_glib_marshal_seahorse_service_keyset_BOOLEAN__BOXED_INT_POINTER_POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-service-keyset-bindings.h:63:113: note: Function 'dbus_glib_marshal_seahorse_service_keyset_BOOLEAN__BOXED_INT_POINTER_POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-keyset-bindings.h:70:117: note: Function 'dbus_glib_marshal_seahorse_service_keyset_BOOLEAN__BOXED_INT_POINTER_POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-keyset-bindings.h:120:109: style: Function 'dbus_glib_marshal_seahorse_service_keyset_BOOLEAN__STRING_BOXED_POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-service-keyset-bindings.h:113:108: note: Function 'dbus_glib_marshal_seahorse_service_keyset_BOOLEAN__STRING_BOXED_POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-keyset-bindings.h:120:109: note: Function 'dbus_glib_marshal_seahorse_service_keyset_BOOLEAN__STRING_BOXED_POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-keyset-bindings.h:123:112: style: Function 'dbus_glib_marshal_seahorse_service_keyset_BOOLEAN__STRING_BOXED_POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-service-keyset-bindings.h:116:108: note: Function 'dbus_glib_marshal_seahorse_service_keyset_BOOLEAN__STRING_BOXED_POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-keyset-bindings.h:123:112: note: Function 'dbus_glib_marshal_seahorse_service_keyset_BOOLEAN__STRING_BOXED_POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-keyset-bindings.h:171:96: style: Function 'dbus_glib_marshal_seahorse_service_keyset_BOOLEAN__POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-service-keyset-bindings.h:164:95: note: Function 'dbus_glib_marshal_seahorse_service_keyset_BOOLEAN__POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-keyset-bindings.h:171:96: note: Function 'dbus_glib_marshal_seahorse_service_keyset_BOOLEAN__POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-keyset-bindings.h:174:99: style: Function 'dbus_glib_marshal_seahorse_service_keyset_BOOLEAN__POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-service-keyset-bindings.h:167:95: note: Function 'dbus_glib_marshal_seahorse_service_keyset_BOOLEAN__POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-keyset-bindings.h:174:99: note: Function 'dbus_glib_marshal_seahorse_service_keyset_BOOLEAN__POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-keyset-bindings.h:218:106: style: Function 'dbus_glib_marshal_seahorse_service_keyset_BOOLEAN__BOXED_INT_POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-service-keyset-bindings.h:211:105: note: Function 'dbus_glib_marshal_seahorse_service_keyset_BOOLEAN__BOXED_INT_POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-keyset-bindings.h:218:106: note: Function 'dbus_glib_marshal_seahorse_service_keyset_BOOLEAN__BOXED_INT_POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-keyset-bindings.h:221:109: style: Function 'dbus_glib_marshal_seahorse_service_keyset_BOOLEAN__BOXED_INT_POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-service-keyset-bindings.h:214:105: note: Function 'dbus_glib_marshal_seahorse_service_keyset_BOOLEAN__BOXED_INT_POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-keyset-bindings.h:221:109: note: Function 'dbus_glib_marshal_seahorse_service_keyset_BOOLEAN__BOXED_INT_POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-keyset-bindings.h:269:118: style: Function 'dbus_glib_marshal_seahorse_service_keyset_BOOLEAN__STRING_STRING_POINTER_POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-service-keyset-bindings.h:262:117: note: Function 'dbus_glib_marshal_seahorse_service_keyset_BOOLEAN__STRING_STRING_POINTER_POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-keyset-bindings.h:269:118: note: Function 'dbus_glib_marshal_seahorse_service_keyset_BOOLEAN__STRING_STRING_POINTER_POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-keyset-bindings.h:272:121: style: Function 'dbus_glib_marshal_seahorse_service_keyset_BOOLEAN__STRING_STRING_POINTER_POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-service-keyset-bindings.h:265:117: note: Function 'dbus_glib_marshal_seahorse_service_keyset_BOOLEAN__STRING_STRING_POINTER_POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-keyset-bindings.h:272:121: note: Function 'dbus_glib_marshal_seahorse_service_keyset_BOOLEAN__STRING_STRING_POINTER_POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-crypto-bindings.h:67:120: style: Function 'dbus_glib_marshal_seahorse_service_crypto_BOOLEAN__BOXED_STRING_INT_STRING_POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-service-crypto-bindings.h:60:119: note: Function 'dbus_glib_marshal_seahorse_service_crypto_BOOLEAN__BOXED_STRING_INT_STRING_POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-crypto-bindings.h:67:120: note: Function 'dbus_glib_marshal_seahorse_service_crypto_BOOLEAN__BOXED_STRING_INT_STRING_POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-crypto-bindings.h:70:123: style: Function 'dbus_glib_marshal_seahorse_service_crypto_BOOLEAN__BOXED_STRING_INT_STRING_POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-service-crypto-bindings.h:63:119: note: Function 'dbus_glib_marshal_seahorse_service_crypto_BOOLEAN__BOXED_STRING_INT_STRING_POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-crypto-bindings.h:70:123: note: Function 'dbus_glib_marshal_seahorse_service_crypto_BOOLEAN__BOXED_STRING_INT_STRING_POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-crypto-bindings.h:122:119: style: Function 'dbus_glib_marshal_seahorse_service_crypto_BOOLEAN__BOXED_STRING_INT_STRING_STRING_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-service-crypto-bindings.h:115:118: note: Function 'dbus_glib_marshal_seahorse_service_crypto_BOOLEAN__BOXED_STRING_INT_STRING_STRING_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-crypto-bindings.h:122:119: note: Function 'dbus_glib_marshal_seahorse_service_crypto_BOOLEAN__BOXED_STRING_INT_STRING_STRING_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-crypto-bindings.h:125:122: style: Function 'dbus_glib_marshal_seahorse_service_crypto_BOOLEAN__BOXED_STRING_INT_STRING_STRING_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-service-crypto-bindings.h:118:118: note: Function 'dbus_glib_marshal_seahorse_service_crypto_BOOLEAN__BOXED_STRING_INT_STRING_STRING_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-crypto-bindings.h:125:122: note: Function 'dbus_glib_marshal_seahorse_service_crypto_BOOLEAN__BOXED_STRING_INT_STRING_STRING_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-crypto-bindings.h:177:114: style: Function 'dbus_glib_marshal_seahorse_service_crypto_BOOLEAN__STRING_INT_STRING_POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-service-crypto-bindings.h:170:113: note: Function 'dbus_glib_marshal_seahorse_service_crypto_BOOLEAN__STRING_INT_STRING_POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-crypto-bindings.h:177:114: note: Function 'dbus_glib_marshal_seahorse_service_crypto_BOOLEAN__STRING_INT_STRING_POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-crypto-bindings.h:180:117: style: Function 'dbus_glib_marshal_seahorse_service_crypto_BOOLEAN__STRING_INT_STRING_POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-service-crypto-bindings.h:173:113: note: Function 'dbus_glib_marshal_seahorse_service_crypto_BOOLEAN__STRING_INT_STRING_POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-crypto-bindings.h:180:117: note: Function 'dbus_glib_marshal_seahorse_service_crypto_BOOLEAN__STRING_INT_STRING_POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-crypto-bindings.h:230:122: style: Function 'dbus_glib_marshal_seahorse_service_crypto_BOOLEAN__STRING_INT_STRING_POINTER_POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-service-crypto-bindings.h:223:121: note: Function 'dbus_glib_marshal_seahorse_service_crypto_BOOLEAN__STRING_INT_STRING_POINTER_POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-crypto-bindings.h:230:122: note: Function 'dbus_glib_marshal_seahorse_service_crypto_BOOLEAN__STRING_INT_STRING_POINTER_POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-crypto-bindings.h:233:125: style: Function 'dbus_glib_marshal_seahorse_service_crypto_BOOLEAN__STRING_INT_STRING_POINTER_POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-service-crypto-bindings.h:226:121: note: Function 'dbus_glib_marshal_seahorse_service_crypto_BOOLEAN__STRING_INT_STRING_POINTER_POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-crypto-bindings.h:233:125: note: Function 'dbus_glib_marshal_seahorse_service_crypto_BOOLEAN__STRING_INT_STRING_POINTER_POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-crypto-bindings.h:285:121: style: Function 'dbus_glib_marshal_seahorse_service_crypto_BOOLEAN__STRING_INT_STRING_STRING_POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-service-crypto-bindings.h:278:120: note: Function 'dbus_glib_marshal_seahorse_service_crypto_BOOLEAN__STRING_INT_STRING_STRING_POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-crypto-bindings.h:285:121: note: Function 'dbus_glib_marshal_seahorse_service_crypto_BOOLEAN__STRING_INT_STRING_STRING_POINTER_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-crypto-bindings.h:288:124: style: Function 'dbus_glib_marshal_seahorse_service_crypto_BOOLEAN__STRING_INT_STRING_STRING_POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-service-crypto-bindings.h:281:120: note: Function 'dbus_glib_marshal_seahorse_service_crypto_BOOLEAN__STRING_INT_STRING_STRING_POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-service-crypto-bindings.h:288:124: note: Function 'dbus_glib_marshal_seahorse_service_crypto_BOOLEAN__STRING_INT_STRING_STRING_POINTER_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-gpg-options.c:191:12: style: The scope of the variable 'x' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-gpgme-data.c:392:10: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
libcryptui-3.2.2/daemon/seahorse-gpgme-generate.c:134:24: style: The scope of the variable 'op' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-gpgme-generate.c:135:18: style: The scope of the variable 'pass' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-gpgme-key-op.c:90:54: style: Function 'seahorse_gpgme_key_op_generate' argument 1 names different: declaration 'sksrc' definition 'psrc'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-gpgme-key-op.h:138:85: note: Function 'seahorse_gpgme_key_op_generate' argument 1 names different: declaration 'sksrc' definition 'psrc'.
libcryptui-3.2.2/daemon/seahorse-gpgme-key-op.c:90:54: note: Function 'seahorse_gpgme_key_op_generate' argument 1 names different: declaration 'sksrc' definition 'psrc'.
libcryptui-3.2.2/daemon/seahorse-gpgme-key.c:209:23: style: The scope of the variable 'subkey' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-gpgme-operation.c:320:56: style: Function 'seahorse_gpgme_operation_init' argument 1 names different: declaration 'lop' definition 'pop'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-gpgme-operation.c:93:1: note: Function 'seahorse_gpgme_operation_init' argument 1 names different: declaration 'lop' definition 'pop'.
libcryptui-3.2.2/daemon/seahorse-gpgme-operation.c:320:56: note: Function 'seahorse_gpgme_operation_init' argument 1 names different: declaration 'lop' definition 'pop'.
libcryptui-3.2.2/daemon/seahorse-gpgme-source.c:341:2: style: Variable 'psrc->pv->monitor_handle' is reassigned a value before the old one has been used. [redundantAssignment]
libcryptui-3.2.2/daemon/seahorse-gpgme-source.c:335:2: note: Variable 'psrc->pv->monitor_handle' is reassigned a value before the old one has been used.
libcryptui-3.2.2/daemon/seahorse-gpgme-source.c:341:2: note: Variable 'psrc->pv->monitor_handle' is reassigned a value before the old one has been used.
libcryptui-3.2.2/daemon/seahorse-gpgme-source.c:216:20: style: The scope of the variable 'output' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-gpgme-source.c:565:9: style: The scope of the variable 'name' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-gpgme-source.c:725:19: style: The scope of the variable 'l' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-gpgme-source.c:726:21: style: The scope of the variable 'sobj' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-gpgme-source.c:776:21: style: The scope of the variable 'sobj' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-gpgme-source.c:777:28: style: The scope of the variable 'lop' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-gpgme-source.c:784:12: style: The scope of the variable 'msg' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-gpgme-uid.c:73:24: style: The scope of the variable 'sig' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-marshal.c:56:66: style: Function 'seahorse_marshal_VOID__STRING_DOUBLE' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-marshal.h:11:65: note: Function 'seahorse_marshal_VOID__STRING_DOUBLE' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-marshal.c:56:66: note: Function 'seahorse_marshal_VOID__STRING_DOUBLE' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-marshal.c:59:69: style: Function 'seahorse_marshal_VOID__STRING_DOUBLE' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-marshal.h:14:65: note: Function 'seahorse_marshal_VOID__STRING_DOUBLE' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-marshal.c:59:69: note: Function 'seahorse_marshal_VOID__STRING_DOUBLE' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-marshal.c:93:64: style: Function 'seahorse_marshal_VOID__OBJECT_UINT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-marshal.h:19:63: note: Function 'seahorse_marshal_VOID__OBJECT_UINT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-marshal.c:93:64: note: Function 'seahorse_marshal_VOID__OBJECT_UINT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-marshal.c:96:67: style: Function 'seahorse_marshal_VOID__OBJECT_UINT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-marshal.h:22:63: note: Function 'seahorse_marshal_VOID__OBJECT_UINT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-marshal.c:96:67: note: Function 'seahorse_marshal_VOID__OBJECT_UINT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-marshal.c:130:67: style: Function 'seahorse_marshal_VOID__OBJECT_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-marshal.h:27:66: note: Function 'seahorse_marshal_VOID__OBJECT_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-marshal.c:130:67: note: Function 'seahorse_marshal_VOID__OBJECT_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-marshal.c:133:70: style: Function 'seahorse_marshal_VOID__OBJECT_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-marshal.h:30:66: note: Function 'seahorse_marshal_VOID__OBJECT_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-marshal.c:133:70: note: Function 'seahorse_marshal_VOID__OBJECT_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-marshal.c:167:72: style: Function 'seahorse_marshal_VOID__OBJECT_UINT_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-marshal.h:35:71: note: Function 'seahorse_marshal_VOID__OBJECT_UINT_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-marshal.c:167:72: note: Function 'seahorse_marshal_VOID__OBJECT_UINT_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-marshal.c:170:75: style: Function 'seahorse_marshal_VOID__OBJECT_UINT_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-marshal.h:38:71: note: Function 'seahorse_marshal_VOID__OBJECT_UINT_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-marshal.c:170:75: note: Function 'seahorse_marshal_VOID__OBJECT_UINT_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-marshal.c:206:66: style: Function 'seahorse_marshal_VOID__OBJECT_OBJECT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-marshal.h:43:65: note: Function 'seahorse_marshal_VOID__OBJECT_OBJECT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-marshal.c:206:66: note: Function 'seahorse_marshal_VOID__OBJECT_OBJECT' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-marshal.c:209:69: style: Function 'seahorse_marshal_VOID__OBJECT_OBJECT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-marshal.h:46:65: note: Function 'seahorse_marshal_VOID__OBJECT_OBJECT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-marshal.c:209:69: note: Function 'seahorse_marshal_VOID__OBJECT_OBJECT' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/daemon/seahorse-notification.c:89:12: style: The scope of the variable 'str' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-notification.c:122:12: style: The scope of the variable 't' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-notification.c:397:21: style: The scope of the variable 'sobj' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-notification.c:575:13: style: The scope of the variable 'keyptr' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-object.c:236:15: style: The scope of the variable 'str' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-object.c:237:15: style: The scope of the variable 'at' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-object.c:239:9: style: The scope of the variable 'result' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-object.c:311:15: style: The scope of the variable 'desc' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-operation.c:599:28: style: The scope of the variable 'op' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-operation.c:889:24: style: The scope of the variable 'operation' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-operation.c:911:13: style: The scope of the variable 'l' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-operation.c:277:47: style: Function 'seahorse_operation_cancel' argument 1 names different: declaration 'operation' definition 'op'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-operation.h:117:72: note: Function 'seahorse_operation_cancel' argument 1 names different: declaration 'operation' definition 'op'.
libcryptui-3.2.2/daemon/seahorse-operation.c:277:47: note: Function 'seahorse_operation_cancel' argument 1 names different: declaration 'operation' definition 'op'.
libcryptui-3.2.2/daemon/seahorse-operation.c:308:52: style: Function 'seahorse_operation_copy_error' argument 1 names different: declaration 'operation' definition 'op'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-operation.h:128:72: note: Function 'seahorse_operation_copy_error' argument 1 names different: declaration 'operation' definition 'op'.
libcryptui-3.2.2/daemon/seahorse-operation.c:308:52: note: Function 'seahorse_operation_copy_error' argument 1 names different: declaration 'operation' definition 'op'.
libcryptui-3.2.2/daemon/seahorse-operation.c:326:50: style: Function 'seahorse_operation_get_error' argument 1 names different: declaration 'operation' definition 'op'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-operation.h:131:72: note: Function 'seahorse_operation_get_error' argument 1 names different: declaration 'operation' definition 'op'.
libcryptui-3.2.2/daemon/seahorse-operation.c:326:50: note: Function 'seahorse_operation_get_error' argument 1 names different: declaration 'operation' definition 'op'.
libcryptui-3.2.2/daemon/seahorse-operation.c:359:51: style: Function 'seahorse_operation_get_result' argument 1 names different: declaration 'operation' definition 'op'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-operation.h:156:72: note: Function 'seahorse_operation_get_result' argument 1 names different: declaration 'operation' definition 'op'.
libcryptui-3.2.2/daemon/seahorse-operation.c:359:51: note: Function 'seahorse_operation_get_result' argument 1 names different: declaration 'operation' definition 'op'.
libcryptui-3.2.2/daemon/seahorse-operation.c:373:45: style: Function 'seahorse_operation_wait' argument 1 names different: declaration 'operation' definition 'op'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-operation.h:137:72: note: Function 'seahorse_operation_wait' argument 1 names different: declaration 'operation' definition 'op'.
libcryptui-3.2.2/daemon/seahorse-operation.c:373:45: note: Function 'seahorse_operation_wait' argument 1 names different: declaration 'operation' definition 'op'.
libcryptui-3.2.2/daemon/seahorse-operation.c:426:51: style: Function 'seahorse_operation_mark_start' argument 1 names different: declaration 'operation' definition 'op'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-operation.h:319:77: note: Function 'seahorse_operation_mark_start' argument 1 names different: declaration 'operation' definition 'op'.
libcryptui-3.2.2/daemon/seahorse-operation.c:426:51: note: Function 'seahorse_operation_mark_start' argument 1 names different: declaration 'operation' definition 'op'.
libcryptui-3.2.2/daemon/seahorse-operation.c:451:54: style: Function 'seahorse_operation_mark_progress' argument 1 names different: declaration 'operation' definition 'op'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-operation.h:325:77: note: Function 'seahorse_operation_mark_progress' argument 1 names different: declaration 'operation' definition 'op'.
libcryptui-3.2.2/daemon/seahorse-operation.c:451:54: note: Function 'seahorse_operation_mark_progress' argument 1 names different: declaration 'operation' definition 'op'.
libcryptui-3.2.2/daemon/seahorse-operation.c:485:59: style: Function 'seahorse_operation_mark_progress_full' argument 1 names different: declaration 'operation' definition 'op'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-operation.h:329:77: note: Function 'seahorse_operation_mark_progress_full' argument 1 names different: declaration 'operation' definition 'op'.
libcryptui-3.2.2/daemon/seahorse-operation.c:485:59: note: Function 'seahorse_operation_mark_progress_full' argument 1 names different: declaration 'operation' definition 'op'.
libcryptui-3.2.2/daemon/seahorse-operation.c:504:50: style: Function 'seahorse_operation_mark_done' argument 1 names different: declaration 'operation' definition 'op'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-operation.h:322:77: note: Function 'seahorse_operation_mark_done' argument 1 names different: declaration 'operation' definition 'op'.
libcryptui-3.2.2/daemon/seahorse-operation.c:504:50: note: Function 'seahorse_operation_mark_done' argument 1 names different: declaration 'operation' definition 'op'.
libcryptui-3.2.2/daemon/seahorse-operation.c:537:52: style: Function 'seahorse_operation_mark_result' argument 1 names different: declaration 'operation' definition 'op'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-operation.h:333:77: note: Function 'seahorse_operation_mark_result' argument 1 names different: declaration 'operation' definition 'op'.
libcryptui-3.2.2/daemon/seahorse-operation.c:537:52: note: Function 'seahorse_operation_mark_result' argument 1 names different: declaration 'operation' definition 'op'.
libcryptui-3.2.2/daemon/seahorse-operation.c:538:48: style: Function 'seahorse_operation_mark_result' argument 3 names different: declaration 'notify_func' definition 'destroy_func'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-operation.h:334:90: note: Function 'seahorse_operation_mark_result' argument 3 names different: declaration 'notify_func' definition 'destroy_func'.
libcryptui-3.2.2/daemon/seahorse-operation.c:538:48: note: Function 'seahorse_operation_mark_result' argument 3 names different: declaration 'notify_func' definition 'destroy_func'.
libcryptui-3.2.2/daemon/seahorse-pgp-key.c:154:26: style: The scope of the variable 'keyid' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-pgp-key.c:593:15: style: The scope of the variable 'keyid' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-pgp-key.c:447:57: style: Function 'seahorse_pgp_key_set_uids' argument 2 names different: declaration 'subkeys' definition 'uids'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-pgp-key.h:76:65: note: Function 'seahorse_pgp_key_set_uids' argument 2 names different: declaration 'subkeys' definition 'uids'.
libcryptui-3.2.2/daemon/seahorse-pgp-key.c:447:57: note: Function 'seahorse_pgp_key_set_uids' argument 2 names different: declaration 'subkeys' definition 'uids'.
libcryptui-3.2.2/daemon/seahorse-pgp-key.c:589:64: style: Function 'seahorse_pgp_key_has_keyid' argument 2 names different: declaration 'keyid' definition 'match'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-pgp-key.h:99:71: note: Function 'seahorse_pgp_key_has_keyid' argument 2 names different: declaration 'keyid' definition 'match'.
libcryptui-3.2.2/daemon/seahorse-pgp-key.c:589:64: note: Function 'seahorse_pgp_key_has_keyid' argument 2 names different: declaration 'keyid' definition 'match'.
libcryptui-3.2.2/daemon/seahorse-pgp-subkey.c:277:64: style: Function 'seahorse_pgp_subkey_set_length' argument 2 names different: declaration 'index' definition 'length'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-pgp-subkey.h:77:66: note: Function 'seahorse_pgp_subkey_set_length' argument 2 names different: declaration 'index' definition 'length'.
libcryptui-3.2.2/daemon/seahorse-pgp-subkey.c:277:64: note: Function 'seahorse_pgp_subkey_set_length' argument 2 names different: declaration 'index' definition 'length'.
libcryptui-3.2.2/daemon/seahorse-pgp-subkey.c:338:76: style: Function 'seahorse_pgp_subkey_set_fingerprint' argument 2 names different: declaration 'description' definition 'fingerprint'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-pgp-subkey.h:100:73: note: Function 'seahorse_pgp_subkey_set_fingerprint' argument 2 names different: declaration 'description' definition 'fingerprint'.
libcryptui-3.2.2/daemon/seahorse-pgp-subkey.c:338:76: note: Function 'seahorse_pgp_subkey_set_fingerprint' argument 2 names different: declaration 'description' definition 'fingerprint'.
libcryptui-3.2.2/daemon/seahorse-pgp-uid.c:550:2: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
libcryptui-3.2.2/daemon/seahorse-pgp-uid.c:547:0: note: Variable 'str' is reassigned a value before the old one has been used.
libcryptui-3.2.2/daemon/seahorse-pgp-uid.c:550:2: note: Variable 'str' is reassigned a value before the old one has been used.
libcryptui-3.2.2/daemon/seahorse-pgp-uid.c:441:64: style: Function 'seahorse_pgp_uid_set_email' argument 2 names different: declaration 'comment' definition 'email'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-pgp-uid.h:76:71: note: Function 'seahorse_pgp_uid_set_email' argument 2 names different: declaration 'comment' definition 'email'.
libcryptui-3.2.2/daemon/seahorse-pgp-uid.c:441:64: note: Function 'seahorse_pgp_uid_set_email' argument 2 names different: declaration 'comment' definition 'email'.
libcryptui-3.2.2/daemon/seahorse-pgp-uid.c:180:20: style: Variable 'tail' is modified but its new value is never used. [unreadVariable]
libcryptui-3.2.2/daemon/seahorse-progress.c:371:12: style: The scope of the variable 't' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-service-crypto.c:185:24: style: The scope of the variable 'unesc_data' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-service-crypto.c:307:12: style: The scope of the variable 'keyid' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-service-keyset.c:325:5: style: Variable 'remaining' is reassigned a value before the old one has been used. [redundantAssignment]
libcryptui-3.2.2/daemon/seahorse-service-keyset.c:316:0: note: Variable 'remaining' is reassigned a value before the old one has been used.
libcryptui-3.2.2/daemon/seahorse-service-keyset.c:325:5: note: Variable 'remaining' is reassigned a value before the old one has been used.
libcryptui-3.2.2/daemon/seahorse-service-keyset.c:81:12: style: The scope of the variable 'lower' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-service-keyset.c:82:9: style: The scope of the variable 'i' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-service-keyset.c:127:9: style: The scope of the variable 'id' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-service-keyset.c:218:10: style: The scope of the variable 'value' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-service-keyset.c:266:12: style: The scope of the variable 'id' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-service-keyset.c:499:37: style: Function 'seahorse_service_keyset_new' argument 1 names different: declaration 'keytype' definition 'ktype'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-service.h:128:61: note: Function 'seahorse_service_keyset_new' argument 1 names different: declaration 'keytype' definition 'ktype'.
libcryptui-3.2.2/daemon/seahorse-service-keyset.c:499:37: note: Function 'seahorse_service_keyset_new' argument 1 names different: declaration 'keytype' definition 'ktype'.
libcryptui-3.2.2/daemon/seahorse-service.c:201:2: style: Variable 'pval' is reassigned a value before the old one has been used. [redundantAssignment]
libcryptui-3.2.2/daemon/seahorse-service.c:191:0: note: Variable 'pval' is reassigned a value before the old one has been used.
libcryptui-3.2.2/daemon/seahorse-service.c:201:2: note: Variable 'pval' is reassigned a value before the old one has been used.
libcryptui-3.2.2/daemon/seahorse-service.c:85:18: style: The scope of the variable 'keyset' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-service.c:86:12: style: The scope of the variable 'dbus_id' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-service.c:129:13: style: The scope of the variable 'a' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-service.c:260:12: style: The scope of the variable 't' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-service.c:316:21: style: The scope of the variable 'sksrc' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-service.c:317:24: style: The scope of the variable 'op' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-set.c:328:21: style: The scope of the variable 'sobj' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-source.c:239:21: style: The scope of the variable 'sksrc' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-source.c:240:21: style: The scope of the variable 'sobj' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-source.c:344:18: style: The scope of the variable 'sobj' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-transfer-operation.c:249:62: style: Function 'seahorse_transfer_operation_init' argument 1 names different: declaration 'lop' definition 'top'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-transfer-operation.c:65:1: note: Function 'seahorse_transfer_operation_init' argument 1 names different: declaration 'lop' definition 'top'.
libcryptui-3.2.2/daemon/seahorse-transfer-operation.c:249:62: note: Function 'seahorse_transfer_operation_init' argument 1 names different: declaration 'lop' definition 'top'.
libcryptui-3.2.2/daemon/seahorse-unknown.c:53:46: style: Function 'seahorse_unknown_new' argument 1 names different: declaration 'usrc' definition 'source'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-unknown.h:53:80: note: Function 'seahorse_unknown_new' argument 1 names different: declaration 'usrc' definition 'source'.
libcryptui-3.2.2/daemon/seahorse-unknown.c:53:46: note: Function 'seahorse_unknown_new' argument 1 names different: declaration 'usrc' definition 'source'.
libcryptui-3.2.2/daemon/seahorse-util.c:852:2: style: Variable 'mime' is reassigned a value before the old one has been used. [redundantAssignment]
libcryptui-3.2.2/daemon/seahorse-util.c:838:0: note: Variable 'mime' is reassigned a value before the old one has been used.
libcryptui-3.2.2/daemon/seahorse-util.c:852:2: note: Variable 'mime' is reassigned a value before the old one has been used.
libcryptui-3.2.2/daemon/seahorse-util.c:1166:9: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
libcryptui-3.2.2/daemon/seahorse-util.c:1164:9: note: Variable 'uri' is reassigned a value before the old one has been used.
libcryptui-3.2.2/daemon/seahorse-util.c:1166:9: note: Variable 'uri' is reassigned a value before the old one has been used.
libcryptui-3.2.2/daemon/seahorse-util.c:1204:9: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
libcryptui-3.2.2/daemon/seahorse-util.c:1202:9: note: Variable 'uri' is reassigned a value before the old one has been used.
libcryptui-3.2.2/daemon/seahorse-util.c:1204:9: note: Variable 'uri' is reassigned a value before the old one has been used.
libcryptui-3.2.2/daemon/seahorse-util.c:294:13: style: The scope of the variable 'seek' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-util.c:437:9: style: The scope of the variable 'r' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-util.c:499:18: style: The scope of the variable 'object' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-util.c:668:12: style: The scope of the variable 'slash' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-util.c:1142:16: style: The scope of the variable 'dialog' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-util.c:1145:12: style: The scope of the variable 't' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-util.c:1185:16: style: The scope of the variable 'dialog' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-util.c:1187:12: style: The scope of the variable 't' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-util.c:1224:19: style: The scope of the variable 'v' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-util.c:1371:12: style: The scope of the variable 't' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-util.c:1371:16: style: The scope of the variable 't2' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-util.c:434:45: style: Function 'seahorse_util_print_fd' argument 2 names different: declaration 'data' definition 's'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-util.h:81:58: note: Function 'seahorse_util_print_fd' argument 2 names different: declaration 'data' definition 's'.
libcryptui-3.2.2/daemon/seahorse-util.c:434:45: note: Function 'seahorse_util_print_fd' argument 2 names different: declaration 'data' definition 's'.
libcryptui-3.2.2/daemon/seahorse-util.c:469:46: style: Function 'seahorse_util_printf_fd' argument 2 names different: declaration 'data' definition 'fmt'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-util.h:84:58: note: Function 'seahorse_util_printf_fd' argument 2 names different: declaration 'data' definition 'fmt'.
libcryptui-3.2.2/daemon/seahorse-util.c:469:46: note: Function 'seahorse_util_printf_fd' argument 2 names different: declaration 'data' definition 'fmt'.
libcryptui-3.2.2/daemon/seahorse-util.c:1417:42: style: Function 'seahorse_util_string_slist_free' argument 1 names different: declaration 'slist' definition 'list'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-util.h:157:56: note: Function 'seahorse_util_string_slist_free' argument 1 names different: declaration 'slist' definition 'list'.
libcryptui-3.2.2/daemon/seahorse-util.c:1417:42: note: Function 'seahorse_util_string_slist_free' argument 1 names different: declaration 'slist' definition 'list'.
libcryptui-3.2.2/daemon/seahorse-util.c:1435:42: style: Function 'seahorse_util_string_slist_copy' argument 1 names different: declaration 'slist' definition 'list'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-util.h:159:56: note: Function 'seahorse_util_string_slist_copy' argument 1 names different: declaration 'slist' definition 'list'.
libcryptui-3.2.2/daemon/seahorse-util.c:1435:42: note: Function 'seahorse_util_string_slist_copy' argument 1 names different: declaration 'slist' definition 'list'.
libcryptui-3.2.2/daemon/seahorse-util.c:1453:43: style: Function 'seahorse_util_string_slist_equal' argument 1 names different: declaration 'sl1' definition 'l1'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-util.h:161:56: note: Function 'seahorse_util_string_slist_equal' argument 1 names different: declaration 'sl1' definition 'l1'.
libcryptui-3.2.2/daemon/seahorse-util.c:1453:43: note: Function 'seahorse_util_string_slist_equal' argument 1 names different: declaration 'sl1' definition 'l1'.
libcryptui-3.2.2/daemon/seahorse-util.c:1453:55: style: Function 'seahorse_util_string_slist_equal' argument 2 names different: declaration 'sl2' definition 'l2'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-util.h:161:69: note: Function 'seahorse_util_string_slist_equal' argument 2 names different: declaration 'sl2' definition 'l2'.
libcryptui-3.2.2/daemon/seahorse-util.c:1453:55: note: Function 'seahorse_util_string_slist_equal' argument 2 names different: declaration 'sl2' definition 'l2'.
libcryptui-3.2.2/daemon/seahorse-widget.c:346:16: style: The scope of the variable 'window' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-widget.c:380:13: style: The scope of the variable 'window' can be reduced. [variableScope]
libcryptui-3.2.2/daemon/seahorse-widget.c:169:26: style: Function 'object_dispose' argument 1 names different: declaration 'gobject' definition 'object'. [funcArgNamesDifferent]
libcryptui-3.2.2/daemon/seahorse-widget.c:56:61: note: Function 'object_dispose' argument 1 names different: declaration 'gobject' definition 'object'.
libcryptui-3.2.2/daemon/seahorse-widget.c:169:26: note: Function 'object_dispose' argument 1 names different: declaration 'gobject' definition 'object'.
libcryptui-3.2.2/libcryptui/cryptui.h:30:0: error: #error "Please define LIBCRYPTUI_API_SUBJECT_TO_CHANGE to acknowledge your understanding that this API is not yet stable." [preprocessorErrorDirective]
libcryptui-3.2.2/libcryptui/cryptui-marshal.c:56:66: style: Function 'cryptui_marshal_VOID__STRING_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/libcryptui/cryptui-marshal.h:11:65: note: Function 'cryptui_marshal_VOID__STRING_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/libcryptui/cryptui-marshal.c:56:66: note: Function 'cryptui_marshal_VOID__STRING_POINTER' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/libcryptui/cryptui-marshal.c:59:69: style: Function 'cryptui_marshal_VOID__STRING_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
libcryptui-3.2.2/libcryptui/cryptui-marshal.h:14:65: note: Function 'cryptui_marshal_VOID__STRING_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/libcryptui/cryptui-marshal.c:59:69: note: Function 'cryptui_marshal_VOID__STRING_POINTER' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
libcryptui-3.2.2/libcryptui/tests/cryptui-test-ui.c:67:27: style: The scope of the variable 'k' can be reduced. [variableScope]
libcryptui-3.2.2/libcryptui/tests/cryptui-test-ui.c:86:12: style: The scope of the variable 'name' can be reduced. [variableScope]
libcryptui-3.2.2/libegg/egg-datetime.c:475:8: warning: Unnecessary comparison of static strings. [staticStringCompare]
libcryptui-3.2.2/libegg/egg-datetime.c:477:13: warning: Unnecessary comparison of static strings. [staticStringCompare]
libcryptui-3.2.2/libegg/egg-datetime.c:793:9: warning: Unnecessary comparison of static strings. [staticStringCompare]
libcryptui-3.2.2/libegg/eggdesktopfile.c:1249:11: style: Condition 'startup_id' is always false [knownConditionTrueFalse]
libcryptui-3.2.2/libegg/eggdesktopfile.c:1232:20: note: Assignment 'startup_id=NULL', assigned value is 0
libcryptui-3.2.2/libegg/eggdesktopfile.c:1249:11: note: Condition 'startup_id' is always false
libcryptui-3.2.2/libegg/eggdesktopfile.c:492:9: style: The scope of the variable 'try_exec' can be reduced. [variableScope]
libcryptui-3.2.2/libegg/eggdesktopfile.c:492:20: style: The scope of the variable 'found_program' can be reduced. [variableScope]
libcryptui-3.2.2/libegg/eggdesktopfile.c:493:10: style: The scope of the variable 'only_show_in' can be reduced. [variableScope]
libcryptui-3.2.2/libegg/eggdesktopfile.c:493:26: style: The scope of the variable 'not_show_in' can be reduced. [variableScope]
libcryptui-3.2.2/libegg/eggdesktopfile.c:495:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libcryptui-3.2.2/libegg/eggdesktopfile.c:617:15: style: The scope of the variable 'p' can be reduced. [variableScope]
libcryptui-3.2.2/libegg/eggsmclient-xsmp.c:336:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
libcryptui-3.2.2/libegg/eggsmclient-xsmp.c:225:13: style: The scope of the variable 'cmdline' can be reduced. [variableScope]
libcryptui-3.2.2/libegg/eggsmclient-xsmp.c:780:15: style: The scope of the variable 'fd' can be reduced. [variableScope]
libcryptui-3.2.2/libegg/eggsmclient-xsmp.c:811:21: style: The scope of the variable 'keys' can be reduced. [variableScope]
libcryptui-3.2.2/libegg/eggsmclient-xsmp.c:273:60: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libcryptui-3.2.2/libegg/eggsmclient-xsmp.c:281:85: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libcryptui-3.2.2/libegg/eggsmclient-xsmp.c:792:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libcryptui-3.2.2/libegg/eggsmclient-xsmp.c:795:48: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libcryptui-3.2.2/libegg/eggsmclient-xsmp.c:913:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libcryptui-3.2.2/libegg/eggsmclient-xsmp.c:921:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libcryptui-3.2.2/libegg/eggsmclient-xsmp.c:922:12: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
libcryptui-3.2.2/libegg/eggsmclient-xsmp.c:619:17: style: Function 'xsmp_save_yourself' argument 3 names different: declaration 'save_style' definition 'save_type'. [funcArgNamesDifferent]
libcryptui-3.2.2/libegg/eggsmclient-xsmp.c:129:20: note: Function 'xsmp_save_yourself' argument 3 names different: declaration 'save_style' definition 'save_type'.
libcryptui-3.2.2/libegg/eggsmclient-xsmp.c:619:17: note: Function 'xsmp_save_yourself' argument 3 names different: declaration 'save_style' definition 'save_type'.
libcryptui-3.2.2/libegg/eggsmclient-xsmp.c:1159:14: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
libcryptui-3.2.2/libegg/eggsmclient.c:345:11: style: Condition '!global_client' is always true [knownConditionTrueFalse]
libcryptui-3.2.2/libegg/eggsmclient.c:318:7: note: Assuming that condition '!global_client' is not redundant
libcryptui-3.2.2/libegg/eggsmclient.c:345:11: note: Condition '!global_client' is always true
[14:16]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcryptx-perl/libcryptx-perl_0.061.orig.tar.gz
CryptX-0.061/src/ltc/misc/crypt/crypt_constants.c:261:23: style: The scope of the variable 'ptr' can be reduced. [variableScope]
CryptX-0.061/src/ltc/misc/crypt/crypt_sizes.c:322:23: style: The scope of the variable 'ptr' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_fast_mp_invmod.c:33:51: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
CryptX-0.061/src/ltm/bn_fast_mp_invmod.c:146:41: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
CryptX-0.061/src/ltm/bn_fast_mp_montgomery_reduce.c:26:16: style: The scope of the variable 'res' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_fast_s_mp_mul_digs.c:34:20: style: The scope of the variable 'res' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_fast_s_mp_mul_high_digs.c:27:20: style: The scope of the variable 'res' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_fast_s_mp_sqr.c:28:22: style: The scope of the variable 'res' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_fast_s_mp_sqr.c:29:30: style: The scope of the variable 'tmpx' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_abs.c:22:12: style: The scope of the variable 'res' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_add_d.c:20:27: style: The scope of the variable 'mu' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_clear.c:19:8: style: The scope of the variable 'i' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_cnt_lsb.c:24:16: style: The scope of the variable 'qq' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_copy.c:19:12: style: The scope of the variable 'res' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_copy.c:19:17: style: The scope of the variable 'n' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_div_2.c:19:12: style: The scope of the variable 'x' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_div_2.c:19:15: style: The scope of the variable 'res' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_div_2.c:31:19: style: The scope of the variable 'rr' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_div_2d.c:19:16: style: The scope of the variable 'r' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_div_2d.c:19:19: style: The scope of the variable 'rr' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_div_2d.c:20:12: style: The scope of the variable 'x' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_expt_d_ex.c:20:17: style: The scope of the variable 'x' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_exptmod.c:52:37: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
CryptX-0.061/src/ltm/bn_mp_exptmod.c:58:34: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
CryptX-0.061/src/ltm/bn_mp_exteuclid.c:24:82: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
CryptX-0.061/src/ltm/bn_mp_exteuclid.c:116:72: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
CryptX-0.061/src/ltm/bn_mp_fread.c:20:8: style: The scope of the variable 'err' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_fread.c:20:22: style: The scope of the variable 'y' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_fread.c:21:13: style: The scope of the variable 'pos' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_grow.c:19:12: style: The scope of the variable 'i' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_invmod_slow.c:29:43: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
CryptX-0.061/src/ltm/bn_mp_invmod_slow.c:167:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
CryptX-0.061/src/ltm/bn_mp_lcm.c:23:37: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
CryptX-0.061/src/ltm/bn_mp_lcm.c:51:27: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
CryptX-0.061/src/ltm/bn_mp_lshd.c:19:12: style: The scope of the variable 'x' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_lshd.c:19:15: style: The scope of the variable 'res' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_montgomery_reduce.c:19:16: style: The scope of the variable 'res' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_montgomery_reduce.c:20:13: style: The scope of the variable 'mu' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_montgomery_reduce.c:59:18: style: The scope of the variable 'r' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_mul_2.c:19:12: style: The scope of the variable 'x' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_mul_2.c:19:15: style: The scope of the variable 'res' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_mul_2.c:32:19: style: The scope of the variable 'rr' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_mul_2d.c:45:39: style: The scope of the variable 'rr' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_mul_d.c:20:13: style: The scope of the variable 'r' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_mul_d.c:21:17: style: The scope of the variable 'res' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_neg.c:19:12: style: The scope of the variable 'res' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_prime_is_divisible.c:23:12: style: The scope of the variable 'err' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_prime_random_ex.c:31:32: warning: Function 'mp_prime_random_ex' argument order different: declaration 'a, t, size, flags, , dat, ' definition 'a, t, size, flags, dst, len, dat' [funcArgOrderDifferent]
CryptX-0.061/src/ltm/tommath.h:523:32: note: Function 'mp_prime_random_ex' argument order different: declaration 'a, t, size, flags, , dat, ' definition 'a, t, size, flags, dst, len, dat'
CryptX-0.061/src/ltm/bn_mp_prime_random_ex.c:31:32: note: Function 'mp_prime_random_ex' argument order different: declaration 'a, t, size, flags, , dat, ' definition 'a, t, size, flags, dst, len, dat'
CryptX-0.061/src/ltm/bn_mp_rand.c:161:4: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
CryptX-0.061/src/ltm/bn_mp_rand.c:144:0: note: Variable 'ret' is reassigned a value before the old one has been used.
CryptX-0.061/src/ltm/bn_mp_rand.c:161:4: note: Variable 'ret' is reassigned a value before the old one has been used.
CryptX-0.061/src/ltm/bn_mp_read_radix.c:19:12: style: The scope of the variable 'y' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_read_radix.c:19:15: style: The scope of the variable 'res' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_read_radix.c:20:13: style: The scope of the variable 'pos' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_read_radix.c:21:12: style: The scope of the variable 'ch' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_rshd.c:19:12: style: The scope of the variable 'x' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_set_int.c:19:15: style: The scope of the variable 'res' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_sqrtmod_prime.c:33:66: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
CryptX-0.061/src/ltm/bn_mp_sqrtmod_prime.c:120:56: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
CryptX-0.061/src/ltm/bn_mp_sub_d.c:19:27: style: The scope of the variable 'mu' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_mp_toom_mul.c:31:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
CryptX-0.061/src/ltm/bn_mp_toom_mul.c:276:36: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
CryptX-0.061/src/ltm/bn_mp_toom_sqr.c:23:74: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
CryptX-0.061/src/ltm/bn_mp_toom_sqr.c:217:64: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
CryptX-0.061/src/ltm/bn_reverse.c:20:18: style: The scope of the variable 't' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_s_mp_add.c:20:20: style: The scope of the variable 'res' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_s_mp_mul_digs.c:23:21: style: The scope of the variable 'pb' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_s_mp_mul_digs.c:24:13: style: The scope of the variable 'u' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_s_mp_mul_digs.c:26:13: style: The scope of the variable 'tmpx' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_s_mp_mul_digs.c:26:20: style: The scope of the variable 'tmpt' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_s_mp_mul_digs.c:26:27: style: The scope of the variable 'tmpy' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_s_mp_mul_high_digs.c:23:13: style: The scope of the variable 'u' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_s_mp_mul_high_digs.c:25:13: style: The scope of the variable 'tmpx' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_s_mp_mul_high_digs.c:25:20: style: The scope of the variable 'tmpt' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_s_mp_mul_high_digs.c:25:27: style: The scope of the variable 'tmpy' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_s_mp_sqr.c:21:12: style: The scope of the variable 'r' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_s_mp_sqr.c:22:13: style: The scope of the variable 'u' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_s_mp_sqr.c:22:16: style: The scope of the variable 'tmpx' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_s_mp_sqr.c:22:23: style: The scope of the variable 'tmpt' can be reduced. [variableScope]
CryptX-0.061/src/ltm/bn_s_mp_sub.c:19:20: style: The scope of the variable 'res' can be reduced. [variableScope]
[14:16]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcsfml/libcsfml_2.4.orig.tar.gz
[14:16]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcsp/libcsp_1.4+fdd49b7+dfsg.orig.tar.xz
examples/kiss.c:23:17: style: The scope of the variable 'conn' can be reduced. [variableScope]
examples/kiss.c:72:9: style: The scope of the variable 'pingResult' can be reduced. [variableScope]
examples/simple.c:47:14: style: The scope of the variable 'conn' can be reduced. [variableScope]
examples/simple.c:84:17: style: The scope of the variable 'packet' can be reduced. [variableScope]
examples/simple.c:85:15: style: The scope of the variable 'conn' can be reduced. [variableScope]
src/arch/freertos/csp_system.c:47:9: style: The scope of the variable 'pmem' can be reduced. [variableScope]
src/arch/macosx/csp_semaphore.c:40:3: warning: Either the condition 'if(mutex)' is redundant or there is possible null pointer dereference: mutex. [nullPointerRedundantCheck]
src/arch/macosx/csp_semaphore.c:41:5: note: Assuming that condition 'if(mutex)' is not redundant
src/arch/macosx/csp_semaphore.c:40:3: note: Null pointer dereference
src/arch/macosx/csp_semaphore.c:60:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
src/arch/macosx/csp_semaphore.c:67:4: note: Found duplicate branches for 'if' and 'else'.
src/arch/macosx/csp_semaphore.c:60:2: note: Found duplicate branches for 'if' and 'else'.
src/arch/macosx/csp_semaphore.c:72:10: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
src/arch/macosx/pthread_queue.c:78:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
src/arch/macosx/pthread_queue.c:126:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
src/arch/posix/csp_semaphore.c:59:11: style: The scope of the variable 'sec' can be reduced. [variableScope]
src/arch/posix/csp_semaphore.c:59:16: style: The scope of the variable 'nsec' can be reduced. [variableScope]
src/arch/posix/csp_semaphore.c:116:11: style: The scope of the variable 'sec' can be reduced. [variableScope]
src/arch/posix/csp_semaphore.c:116:16: style: The scope of the variable 'nsec' can be reduced. [variableScope]
src/arch/posix/pthread_queue.c:79:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
src/arch/posix/pthread_queue.c:121:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
src/csp_buffer.c:149:28: portability: 'packet' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
src/csp_buffer.c:175:28: portability: 'packet' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
src/csp_conn.c:163:15: style: The scope of the variable 'conn' can be reduced. [variableScope]
src/csp_port.c:39:49: style: Function 'csp_port_get_socket' argument 1 names different: declaration 'dport' definition 'port'. [funcArgNamesDifferent]
src/csp_port.h:49:49: note: Function 'csp_port_get_socket' argument 1 names different: declaration 'dport' definition 'port'.
src/csp_port.c:39:49: note: Function 'csp_port_get_socket' argument 1 names different: declaration 'dport' definition 'port'.
src/csp_sfp.c:67:61: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
src/csp_sfp.c:70:35: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
src/csp_sfp.c:148:19: portability: '*dataout' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
src/drivers/can/can_at90can128.c:145:60: style: Function 'can_init' argument 3 names different: declaration 'txcb' definition 'atxcb'. [funcArgNamesDifferent]
src/drivers/can/can.h:65:60: note: Function 'can_init' argument 3 names different: declaration 'txcb' definition 'atxcb'.
src/drivers/can/can_at90can128.c:145:60: note: Function 'can_init' argument 3 names different: declaration 'txcb' definition 'atxcb'.
src/drivers/can/can_at90can128.c:145:85: style: Function 'can_init' argument 4 names different: declaration 'rxcb' definition 'arxcb'. [funcArgNamesDifferent]
src/drivers/can/can.h:65:84: note: Function 'can_init' argument 4 names different: declaration 'rxcb' definition 'arxcb'.
src/drivers/can/can_at90can128.c:145:85: note: Function 'can_init' argument 4 names different: declaration 'rxcb' definition 'arxcb'.
src/drivers/can/can_at90can128.c:309:8: warning: Either the condition 'mob>=8' is redundant or the array 'mbox[8]' is accessed at index 8, which is out of bounds. [arrayIndexOutOfBoundsCond]
src/drivers/can/can_at90can128.c:305:12: note: Assuming that condition 'mob>=8' is not redundant
src/drivers/can/can_at90can128.c:309:8: note: Array index out of bounds
src/drivers/can/can_at91sam7a1.c:110:60: style: Function 'can_init' argument 3 names different: declaration 'txcb' definition 'atxcb'. [funcArgNamesDifferent]
src/drivers/can/can.h:65:60: note: Function 'can_init' argument 3 names different: declaration 'txcb' definition 'atxcb'.
src/drivers/can/can_at91sam7a1.c:110:60: note: Function 'can_init' argument 3 names different: declaration 'txcb' definition 'atxcb'.
src/drivers/can/can_at91sam7a1.c:110:85: style: Function 'can_init' argument 4 names different: declaration 'rxcb' definition 'arxcb'. [funcArgNamesDifferent]
src/drivers/can/can.h:65:84: note: Function 'can_init' argument 4 names different: declaration 'rxcb' definition 'arxcb'.
src/drivers/can/can_at91sam7a1.c:110:85: note: Function 'can_init' argument 4 names different: declaration 'rxcb' definition 'arxcb'.
src/drivers/can/can_at91sam7a3.c:124:60: style: Function 'can_init' argument 3 names different: declaration 'txcb' definition 'atxcb'. [funcArgNamesDifferent]
src/drivers/can/can.h:65:60: note: Function 'can_init' argument 3 names different: declaration 'txcb' definition 'atxcb'.
src/drivers/can/can_at91sam7a3.c:124:60: note: Function 'can_init' argument 3 names different: declaration 'txcb' definition 'atxcb'.
src/drivers/can/can_at91sam7a3.c:124:85: style: Function 'can_init' argument 4 names different: declaration 'rxcb' definition 'arxcb'. [funcArgNamesDifferent]
src/drivers/can/can.h:65:84: note: Function 'can_init' argument 4 names different: declaration 'rxcb' definition 'arxcb'.
src/drivers/can/can_at91sam7a3.c:124:85: note: Function 'can_init' argument 4 names different: declaration 'rxcb' definition 'arxcb'.
src/drivers/can/can_socketcan.c:94:11: style: The scope of the variable 'id' can be reduced. [variableScope]
src/drivers/can/can_socketcan.c:134:6: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
src/drivers/can/can_socketcan.c:240:60: style: Function 'can_init' argument 3 names different: declaration 'txcb' definition 'atxcb'. [funcArgNamesDifferent]
src/drivers/can/can.h:65:60: note: Function 'can_init' argument 3 names different: declaration 'txcb' definition 'atxcb'.
src/drivers/can/can_socketcan.c:240:60: note: Function 'can_init' argument 3 names different: declaration 'txcb' definition 'atxcb'.
src/drivers/can/can_socketcan.c:240:85: style: Function 'can_init' argument 4 names different: declaration 'rxcb' definition 'arxcb'. [funcArgNamesDifferent]
src/drivers/can/can.h:65:84: note: Function 'can_init' argument 4 names different: declaration 'rxcb' definition 'arxcb'.
src/drivers/can/can_socketcan.c:240:85: note: Function 'can_init' argument 4 names different: declaration 'rxcb' definition 'arxcb'.
src/drivers/usart/usart_linux.c:228:15: style: The scope of the variable 'length' can be reduced. [variableScope]
src/drivers/usart/usart_linux.c:234:14: style: Checking if unsigned variable 'length' is less than zero. [unsignedLessThanZero]
src/interfaces/csp_if_can.c:354:18: style: The scope of the variable 'buf' can be reduced. [variableScope]
src/interfaces/csp_if_can.c:380:6: style: The scope of the variable 'bytes' can be reduced. [variableScope]
src/interfaces/csp_if_can.c:381:10: style: The scope of the variable 'dest' can be reduced. [variableScope]
src/interfaces/csp_if_can.c:594:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
src/rtable/csp_rtable_cidr.c:118:7: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
src/rtable/csp_rtable_cidr.c:118:7: warning: %u in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
src/rtable/csp_rtable_cidr.c:118:7: warning: %u in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
src/rtable/csp_rtable_cidr.c:119:8: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
src/rtable/csp_rtable_cidr.c:119:8: warning: %u in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
src/rtable/csp_rtable_cidr.c:109:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
src/rtable/csp_rtable_cidr.c:118:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
src/rtable/csp_rtable_cidr.c:119:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
[14:16]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcss-compressor-perl/libcss-compressor-perl_0.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcss-dom-perl/libcss-dom-perl_0.17.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcss-lessp-perl/libcss-lessp-perl_0.86.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcss-minifier-perl/libcss-minifier-perl_0.01.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcss-minifier-xs-perl/libcss-minifier-xs-perl_0.09.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcss-packer-perl/libcss-packer-perl_2.05.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcss-perl/libcss-perl_1.09.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcss-squish-perl/libcss-squish-perl_0.10.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcss-tiny-perl/libcss-tiny-perl_1.20.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcsv/libcsv_3.0.3+dfsg.orig.tar.gz
libcsv-3.0.3/libcsv.c:162:16: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
libcsv-3.0.3/libcsv.c:167:9: note: Assuming that condition 'p==NULL' is not redundant
libcsv-3.0.3/libcsv.c:162:16: note: Null pointer dereference
libcsv-3.0.3/libcsv.c:163:16: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
libcsv-3.0.3/libcsv.c:167:9: note: Assuming that condition 'p==NULL' is not redundant
libcsv-3.0.3/libcsv.c:163:16: note: Null pointer dereference
libcsv-3.0.3/libcsv.c:164:19: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
libcsv-3.0.3/libcsv.c:167:9: note: Assuming that condition 'p==NULL' is not redundant
libcsv-3.0.3/libcsv.c:164:19: note: Null pointer dereference
libcsv-3.0.3/libcsv.c:165:22: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
libcsv-3.0.3/libcsv.c:167:9: note: Assuming that condition 'p==NULL' is not redundant
libcsv-3.0.3/libcsv.c:165:22: note: Null pointer dereference
libcsv-3.0.3/libcsv.c:308:17: style: The scope of the variable 'c' can be reduced. [variableScope]
libcsv-3.0.3/libcsv.c:85:18: style: Function 'csv_strerror' argument 1 names different: declaration 'error' definition 'status'. [funcArgNamesDifferent]
libcsv-3.0.3/csv.h:65:25: note: Function 'csv_strerror' argument 1 names different: declaration 'error' definition 'status'.
libcsv-3.0.3/libcsv.c:85:18: note: Function 'csv_strerror' argument 1 names different: declaration 'error' definition 'status'.
libcsv-3.0.3/libcsv.c:186:7: style: Variable 'pstate' is assigned a value that is never used. [unreadVariable]
libcsv-3.0.3/test_csv.c:93:7: style: The scope of the variable 'result' can be reduced. [variableScope]
libcsv-3.0.3/test_csv.c:112:36: portability: 'input' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libcsv-3.0.3/test_csv.c:244:8: style: Variable 'test18_data' is assigned a value that is never used. [unreadVariable]
[14:16]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcsv-java/libcsv-java_2.1.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/libc/libctapimkt/libctapimkt_1.0.5~rc1.orig.tar.xz
libctapimkt-1.0.5~rc1/ctapi.c:127:19: style: The scope of the variable 'flags' can be reduced. [variableScope]
libctapimkt-1.0.5~rc1/ctapi.c:244:11: style: The scope of the variable 'retval' can be reduced. [variableScope]
libctapimkt-1.0.5~rc1/ctapi.c:87:14: style: Unused variable: i [unusedVariable]
libctapimkt-1.0.5~rc1/ctapi.c:105:14: style: Unused variable: i [unusedVariable]
libctapimkt-1.0.5~rc1/ctapi.c:301:19: warning: Either the condition 'retval<0' is redundant, otherwise there is negative array index -1. [negativeIndex]
libctapimkt-1.0.5~rc1/ctapi.c:295:14: note: Assuming that condition 'retval<0' is not redundant
libctapimkt-1.0.5~rc1/ctapi.c:301:19: note: Negative array index
libctapimkt-1.0.5~rc1/mktlin.c:940:8: error: Array 'cst[300]' accessed at index 300, which is out of bounds. [arrayIndexOutOfBounds]
libctapimkt-1.0.5~rc1/mktlin.c:943:8: error: Array 'cpd[850]' accessed at index 850, which is out of bounds. [arrayIndexOutOfBounds]
libctapimkt-1.0.5~rc1/mktlin.c:946:8: error: Array 'cvd[1250]' accessed at index 1250, which is out of bounds. [arrayIndexOutOfBounds]
libctapimkt-1.0.5~rc1/mktlin.c:265:5: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
libctapimkt-1.0.5~rc1/mktlin.c:301:7: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
libctapimkt-1.0.5~rc1/mktlin.c:308:7: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
libctapimkt-1.0.5~rc1/mktlin.c:315:7: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
libctapimkt-1.0.5~rc1/mktlin.c:322:7: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
libctapimkt-1.0.5~rc1/mktlin.c:329:7: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
libctapimkt-1.0.5~rc1/mktlin.c:336:7: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
libctapimkt-1.0.5~rc1/mktlin.c:473:9: warning: printf format string requires 0 parameters but 2 are given. [wrongPrintfScanfArgNum]
libctapimkt-1.0.5~rc1/mktlin.c:252:7: style: The scope of the variable 'x' can be reduced. [variableScope]
libctapimkt-1.0.5~rc1/mktlin.c:348:17: style: The scope of the variable 'resetct' can be reduced. [variableScope]
libctapimkt-1.0.5~rc1/mktlin.c:351:17: style: The scope of the variable 'requicc' can be reduced. [variableScope]
libctapimkt-1.0.5~rc1/mktlin.c:379:17: style: The scope of the variable 'selfile' can be reduced. [variableScope]
libctapimkt-1.0.5~rc1/mktlin.c:380:17: style: The scope of the variable 'rbvd' can be reduced. [variableScope]
libctapimkt-1.0.5~rc1/mktlin.c:381:17: style: The scope of the variable 'rbkvk' can be reduced. [variableScope]
libctapimkt-1.0.5~rc1/mktlin.c:382:17: style: The scope of the variable 'rbegk' can be reduced. [variableScope]
libctapimkt-1.0.5~rc1/mktlin.c:386:17: style: The scope of the variable 'cst' can be reduced. [variableScope]
libctapimkt-1.0.5~rc1/mktlin.c:387:17: style: The scope of the variable 'cpd' can be reduced. [variableScope]
libctapimkt-1.0.5~rc1/mktlin.c:388:17: style: The scope of the variable 'cvd' can be reduced. [variableScope]
libctapimkt-1.0.5~rc1/mktlin.c:390:17: style: The scope of the variable 'cgetst' can be reduced. [variableScope]
libctapimkt-1.0.5~rc1/mktlin.c:392:17: style: The scope of the variable 'cauth' can be reduced. [variableScope]
libctapimkt-1.0.5~rc1/mktlin.c:395:11: style: The scope of the variable 'y' can be reduced. [variableScope]
libctapimkt-1.0.5~rc1/mktlin.c:395:14: style: The scope of the variable 'z' can be reduced. [variableScope]
libctapimkt-1.0.5~rc1/mktlin.c:395:17: style: The scope of the variable 'nl' can be reduced. [variableScope]
libctapimkt-1.0.5~rc1/mktlin.c:395:21: style: The scope of the variable 'nm' can be reduced. [variableScope]
libctapimkt-1.0.5~rc1/mktlin.c:395:25: style: The scope of the variable 'npd' can be reduced. [variableScope]
libctapimkt-1.0.5~rc1/mktlin.c:395:30: style: The scope of the variable 'nvd1' can be reduced. [variableScope]
libctapimkt-1.0.5~rc1/mktlin.c:395:36: style: The scope of the variable 'nvd2' can be reduced. [variableScope]
libctapimkt-1.0.5~rc1/mktlin.c:395:42: style: The scope of the variable 'ncard' can be reduced. [variableScope]
libctapimkt-1.0.5~rc1/mktlin.c:395:60: style: The scope of the variable 'lenegk' can be reduced. [variableScope]
libctapimkt-1.0.5~rc1/mktlin.c:395:67: style: The scope of the variable 'lenicc' can be reduced. [variableScope]
libctapimkt-1.0.5~rc1/mktlin.c:396:9: style: The scope of the variable 'fz' can be reduced. [variableScope]
libctapimkt-1.0.5~rc1/mktlin.c:304:85: warning: String literal compared with variable 'lib_filename'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
libctapimkt-1.0.5~rc1/mktlin.c:468:3: warning: String literal compared with variable 'lib_filename'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
[14:16]

ftp://ftp.se.debian.org/debian/pool/main/libc/libctl/libctl_4.1.2.orig.tar.gz
libctl-4.1.2/base/main.c:133:33: style: The scope of the variable 'base' can be reduced. [variableScope]
libctl-4.1.2/base/main.c:151:0: error: Memory leak: base0 [memleak]
libctl-4.1.2/utils/geom.c:2265:7: style: The scope of the variable 'LowerUpper' can be reduced. [variableScope]
libctl-4.1.2/utils/geom.c:946:40: style: Function 'square_basis' argument 1 names different: declaration 'lattice_basis' definition 'basis'. [funcArgNamesDifferent]
libctl-4.1.2/utils/ctlgeom.h:85:41: note: Function 'square_basis' argument 1 names different: declaration 'lattice_basis' definition 'basis'.
libctl-4.1.2/utils/geom.c:946:40: note: Function 'square_basis' argument 1 names different: declaration 'lattice_basis' definition 'basis'.
libctl-4.1.2/utils/geom.c:2194:45: style: Function 'point_in_prism' argument 2 names different: declaration 'p' definition 'xc'. [funcArgNamesDifferent]
libctl-4.1.2/utils/geom.c:74:52: note: Function 'point_in_prism' argument 2 names different: declaration 'p' definition 'xc'.
libctl-4.1.2/utils/geom.c:2194:45: note: Function 'point_in_prism' argument 2 names different: declaration 'p' definition 'xc'.
libctl-4.1.2/utils/geom.c:2433:46: style: Function 'normal_to_prism' argument 2 names different: declaration 'p' definition 'xc'. [funcArgNamesDifferent]
libctl-4.1.2/utils/geom.c:75:53: note: Function 'normal_to_prism' argument 2 names different: declaration 'p' definition 'xc'.
libctl-4.1.2/utils/geom.c:2433:46: note: Function 'normal_to_prism' argument 2 names different: declaration 'p' definition 'xc'.
libctl-4.1.2/utils/geom.c:750:17: style: Variable 'p0' is assigned a value that is never used. [unreadVariable]
libctl-4.1.2/utils/geom.c:2198:23: style: Variable 'height' is assigned a value that is never used. [unreadVariable]
libctl-4.1.2/utils/geom.c:2435:23: style: Variable 'centroid' is assigned a value that is never used. [unreadVariable]
libctl-4.1.2/utils/geom.c:2513:17: style: Variable 'nvnorm' is assigned a value that is never used. [unreadVariable]
libctl-4.1.2/utils/test-prism.c:395:26: warning: Either the condition '!msg' is redundant or there is possible null pointer dereference: msg. [nullPointerRedundantCheck]
libctl-4.1.2/utils/test-prism.c:394:7: note: Assuming that condition '!msg' is not redundant
libctl-4.1.2/utils/test-prism.c:395:26: note: Null pointer dereference
libctl-4.1.2/utils/test-prism.c:198:23: style: Variable 'axis' is assigned a value that is never used. [unreadVariable]
libctl-4.1.2/utils/test-prism.c:492:0: style: Variable 'LineNum' is assigned a value that is never used. [unreadVariable]
libctl-4.1.2/utils/test-prism.c:501:6: error: Common realloc mistake: 'vertices' nulled but not freed upon failure [memleakOnRealloc]
libctl-4.1.2/utils/test-prism.c:545:0: error: Resource leak: f [resourceLeak]
[14:16]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcue/libcue_2.2.1.orig.tar.gz
libcue-2.2.1/cd.c:213:23: warning: Either the condition 'cd!=NULL' is redundant or there is possible null pointer dereference: cd. [nullPointerRedundantCheck]
libcue-2.2.1/cd.c:213:42: note: Assuming that condition 'cd!=NULL' is not redundant
libcue-2.2.1/cd.c:213:23: note: Null pointer dereference
libcue-2.2.1/cd.c:47:2: style: Variable 'cd' is reassigned a value before the old one has been used. [redundantAssignment]
libcue-2.2.1/cd.c:46:0: note: Variable 'cd' is reassigned a value before the old one has been used.
libcue-2.2.1/cd.c:47:2: note: Variable 'cd' is reassigned a value before the old one has been used.
libcue-2.2.1/cd.c:107:2: style: Variable 'track' is reassigned a value before the old one has been used. [redundantAssignment]
libcue-2.2.1/cd.c:106:0: note: Variable 'track' is reassigned a value before the old one has been used.
libcue-2.2.1/cd.c:107:2: note: Variable 'track' is reassigned a value before the old one has been used.
libcue-2.2.1/cd.c:85:6: style: The scope of the variable 'i' can be reduced. [variableScope]
libcue-2.2.1/cd.c:340:48: style: Function 'track_set_index' argument 3 names different: declaration 'index' definition 'ind'. [funcArgNamesDifferent]
libcue-2.2.1/cd.h:62:48: note: Function 'track_set_index' argument 3 names different: declaration 'index' definition 'ind'.
libcue-2.2.1/cd.c:340:48: note: Function 'track_set_index' argument 3 names different: declaration 'index' definition 'ind'.
libcue-2.2.1/cdtext.c:53:6: style: The scope of the variable 'i' can be reduced. [variableScope]
[14:16]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcurry-perl/libcurry-perl_1.001000.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcurses-perl/libcurses-perl_1.36.orig.tar.gz
Curses-1.36/Curses.c:389:9: style: The scope of the variable 'n' can be reduced. [variableScope]
Curses-1.36/CursesVar.c:265:12: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
Curses-1.36/CursesBoot.c:18:7: style: Unused variable: i [unusedVariable]
Curses-1.36/CursesBoot.c:22:19: style: Variable 'stash' is assigned a value that is never used. [unreadVariable]
Curses-1.36/CursesBoot.c:23:10: style: Unused variable: tmp [unusedVariable]
Curses-1.36/CursesBoot.c:24:10: style: Unused variable: t2 [unusedVariable]
Curses-1.36/CursesFunWide.c:209:5: error: Memory pointed to by 'buf' is freed twice. [doubleFree]
Curses-1.36/CursesFunWide.c:209:0: error: Deallocating a deallocated pointer: buf [deallocDealloc]
Curses-1.36/CursesWide.c:17:0: error: #error CursesWide.c cannot be compiled on this system; no uv[chr]_to_utf8 [preprocessorErrorDirective]
Curses-1.36/cdemo.c:119:10: style: Variable 'ch' is assigned a value that is never used. [unreadVariable]
Curses-1.36/testint.c:14:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
[14:16]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcurses-ui-perl/libcurses-ui-perl_0.9609.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcurses-widgets-perl/libcurses-widgets-perl_1.997.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcutl/libcutl_1.8.1+ds1.orig.tar.xz
libcutl-1.8.1+ds1/cutl/compiler/context.cxx:21:12: style: The scope of the variable 'x' can be reduced. [variableScope]
libcutl-1.8.1+ds1/cutl/details/genx/genx.c:1277:7: style: The scope of the variable 'i' can be reduced. [variableScope]
libcutl-1.8.1+ds1/cutl/re/re.cxx:47:7: style: Struct 'impl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcutl-1.8.1+ds1/cutl/shared-ptr/base.txx:105:7: performance: Technically the member function 'cutl::bits::counter_ops::reset' can be static. [functionStatic]
libcutl-1.8.1+ds1/cutl/shared-ptr/base.txx:111:7: performance: Technically the member function 'cutl::bits::counter_ops::inc' can be static. [functionStatic]
libcutl-1.8.1+ds1/cutl/shared-ptr/base.txx:117:7: performance: Technically the member function 'cutl::bits::counter_ops::dec' can be static. [functionStatic]
libcutl-1.8.1+ds1/cutl/shared-ptr/base.txx:127:7: performance: Technically the member function 'cutl::bits::counter_ops::count' can be static. [functionStatic]
libcutl-1.8.1+ds1/cutl/shared-ptr/base.txx:158:7: performance: Technically the member function 'cutl::bits::counter_ops::reset' can be static. [functionStatic]
libcutl-1.8.1+ds1/cutl/shared-ptr/base.txx:161:7: performance: Technically the member function 'cutl::bits::counter_ops::inc' can be static. [functionStatic]
libcutl-1.8.1+ds1/cutl/shared-ptr/base.txx:164:7: performance: Technically the member function 'cutl::bits::counter_ops::dec' can be static. [functionStatic]
libcutl-1.8.1+ds1/cutl/shared-ptr/base.txx:171:7: performance: Technically the member function 'cutl::bits::counter_ops::count' can be static. [functionStatic]
libcutl-1.8.1+ds1/cutl/shared-ptr/base.txx:83:7: style: Struct 'counter_ops' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcutl-1.8.1+ds1/cutl/shared-ptr/base.txx:138:7: style: Struct 'counter_ops' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libcutl-1.8.1+ds1/cutl/xml/parser.cxx:181:7: style: Struct 'stream_exception_controller' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[14:16]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcvs-perl/libcvs-perl_0.07.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcwd-guard-perl/libcwd-guard-perl_0.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/libc/libcxgb3/libcxgb3_1.3.1.orig.tar.gz
libcxgb3-1.3.1/src/cxio_wr.h:718:17: style: The scope of the variable 'cqe' can be reduced. [variableScope]
libcxgb3-1.3.1/src/cxio_wr.h:748:18: style: The scope of the variable 'sqp' can be reduced. [variableScope]
libcxgb3-1.3.1/src/cq.c:46:32: style: Function 'iwch_arm_cq' argument 1 names different: declaration 'cq' definition 'ibcq'. [funcArgNamesDifferent]
libcxgb3-1.3.1/src/iwch.h:165:39: note: Function 'iwch_arm_cq' argument 1 names different: declaration 'cq' definition 'ibcq'.
libcxgb3-1.3.1/src/cq.c:46:32: note: Function 'iwch_arm_cq' argument 1 names different: declaration 'cq' definition 'ibcq'.
libcxgb3-1.3.1/src/cq.c:396:32: style: Function 't3b_poll_cq' argument 1 names different: declaration 'cq' definition 'ibcq'. [funcArgNamesDifferent]
libcxgb3-1.3.1/src/iwch.h:164:39: note: Function 't3b_poll_cq' argument 1 names different: declaration 'cq' definition 'ibcq'.
libcxgb3-1.3.1/src/cq.c:396:32: note: Function 't3b_poll_cq' argument 1 names different: declaration 'cq' definition 'ibcq'.
libcxgb3-1.3.1/src/cq.c:396:42: style: Function 't3b_poll_cq' argument 2 names different: declaration 'ne' definition 'num_entries'. [funcArgNamesDifferent]
libcxgb3-1.3.1/src/iwch.h:164:47: note: Function 't3b_poll_cq' argument 2 names different: declaration 'ne' definition 'num_entries'.
libcxgb3-1.3.1/src/cq.c:396:42: note: Function 't3b_poll_cq' argument 2 names different: declaration 'ne' definition 'num_entries'.
libcxgb3-1.3.1/src/cq.c:434:32: style: Function 't3a_poll_cq' argument 1 names different: declaration 'cq' definition 'ibcq'. [funcArgNamesDifferent]
libcxgb3-1.3.1/src/iwch.h:163:39: note: Function 't3a_poll_cq' argument 1 names different: declaration 'cq' definition 'ibcq'.
libcxgb3-1.3.1/src/cq.c:434:32: note: Function 't3a_poll_cq' argument 1 names different: declaration 'cq' definition 'ibcq'.
libcxgb3-1.3.1/src/cq.c:434:42: style: Function 't3a_poll_cq' argument 2 names different: declaration 'ne' definition 'num_entries'. [funcArgNamesDifferent]
libcxgb3-1.3.1/src/iwch.h:163:47: note: Function 't3a_poll_cq' argument 2 names different: declaration 'ne' definition 'num_entries'.
libcxgb3-1.3.1/src/cq.c:434:42: note: Function 't3a_poll_cq' argument 2 names different: declaration 'ne' definition 'num_entries'.
libcxgb3-1.3.1/src/iwch.h:110:9: portability: '(void*)ibdev' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libcxgb3-1.3.1/src/iwch.h:115:9: portability: '(void*)ibctx' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libcxgb3-1.3.1/src/iwch.h:120:9: portability: '(void*)ibpd' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libcxgb3-1.3.1/src/iwch.h:125:9: portability: '(void*)ibcq' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libcxgb3-1.3.1/src/iwch.h:130:9: portability: '(void*)ibqp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libcxgb3-1.3.1/src/iwch.h:135:9: portability: '(void*)ibmr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libcxgb3-1.3.1/src/iwch.c:183:2: warning: %i in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
libcxgb3-1.3.1/src/iwch.c:188:2: warning: %i in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
libcxgb3-1.3.1/src/iwch.c:214:2: warning: %i in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
libcxgb3-1.3.1/src/iwch.c:216:2: warning: %i in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
libcxgb3-1.3.1/src/iwch.c:219:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
libcxgb3-1.3.1/src/iwch.c:228:13: style: Checking if unsigned variable 'fw_min' is less than zero. [unsignedLessThanZero]
libcxgb3-1.3.1/src/qp.c:187:11: style: The scope of the variable 'idx' can be reduced. [variableScope]
libcxgb3-1.3.1/src/qp.c:298:11: style: The scope of the variable 'offset' can be reduced. [variableScope]
libcxgb3-1.3.1/src/qp.c:422:23: style: The scope of the variable 'swcqe' can be reduced. [variableScope]
libcxgb3-1.3.1/src/qp.c:440:17: style: The scope of the variable 'cqe' can be reduced. [variableScope]
libcxgb3-1.3.1/src/qp.c:458:17: style: The scope of the variable 'cqe' can be reduced. [variableScope]
libcxgb3-1.3.1/src/qp.c:546:11: style: The scope of the variable 'idx' can be reduced. [variableScope]
libcxgb3-1.3.1/src/qp.c:547:15: style: The scope of the variable 'wqe' can be reduced. [variableScope]
libcxgb3-1.3.1/src/qp.c:201:14: style: Checking if unsigned variable 'num_wrs' is less than zero. [unsignedLessThanZero]
libcxgb3-1.3.1/src/verbs.c:64:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcxgb3-1.3.1/src/verbs.c:64:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcxgb3-1.3.1/src/verbs.c:64:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcxgb3-1.3.1/src/verbs.c:229:35: style: Function 'iwch_resize_cq' argument 1 names different: declaration 'cq' definition 'ibcq'. [funcArgNamesDifferent]
libcxgb3-1.3.1/src/iwch.h:161:42: note: Function 'iwch_resize_cq' argument 1 names different: declaration 'cq' definition 'ibcq'.
libcxgb3-1.3.1/src/verbs.c:229:35: note: Function 'iwch_resize_cq' argument 1 names different: declaration 'cq' definition 'ibcq'.
libcxgb3-1.3.1/src/verbs.c:246:36: style: Function 'iwch_destroy_cq' argument 1 names different: declaration 'cq' definition 'ibcq'. [funcArgNamesDifferent]
libcxgb3-1.3.1/src/iwch.h:162:43: note: Function 'iwch_destroy_cq' argument 1 names different: declaration 'cq' definition 'ibcq'.
libcxgb3-1.3.1/src/verbs.c:246:36: note: Function 'iwch_destroy_cq' argument 1 names different: declaration 'cq' definition 'ibcq'.
libcxgb3-1.3.1/src/verbs.c:276:11: style: Function 'iwch_modify_srq' argument 3 names different: declaration 'mask' definition 'attr_mask'. [funcArgNamesDifferent]
libcxgb3-1.3.1/src/iwch.h:173:11: note: Function 'iwch_modify_srq' argument 3 names different: declaration 'mask' definition 'attr_mask'.
libcxgb3-1.3.1/src/verbs.c:276:11: note: Function 'iwch_modify_srq' argument 3 names different: declaration 'mask' definition 'attr_mask'.
libcxgb3-1.3.1/src/verbs.c:378:35: style: Function 'iwch_modify_qp' argument 1 names different: declaration 'qp' definition 'ibqp'. [funcArgNamesDifferent]
libcxgb3-1.3.1/src/iwch.h:181:42: note: Function 'iwch_modify_qp' argument 1 names different: declaration 'qp' definition 'ibqp'.
libcxgb3-1.3.1/src/verbs.c:378:35: note: Function 'iwch_modify_qp' argument 1 names different: declaration 'qp' definition 'ibqp'.
libcxgb3-1.3.1/src/verbs.c:396:36: style: Function 'iwch_destroy_qp' argument 1 names different: declaration 'qp' definition 'ibqp'. [funcArgNamesDifferent]
libcxgb3-1.3.1/src/iwch.h:183:43: note: Function 'iwch_destroy_qp' argument 1 names different: declaration 'qp' definition 'ibqp'.
libcxgb3-1.3.1/src/verbs.c:396:36: note: Function 'iwch_destroy_qp' argument 1 names different: declaration 'qp' definition 'ibqp'.
libcxgb3-1.3.1/src/verbs.c:438:70: style: Function 'iwch_create_ah' argument 2 names different: declaration 'ah_attr' definition 'attr'. [funcArgNamesDifferent]
libcxgb3-1.3.1/src/iwch.h:199:29: note: Function 'iwch_create_ah' argument 2 names different: declaration 'ah_attr' definition 'attr'.
libcxgb3-1.3.1/src/verbs.c:438:70: note: Function 'iwch_create_ah' argument 2 names different: declaration 'ah_attr' definition 'attr'.
libcxgb3-1.3.1/src/verbs.c:328:26: portability: 'dbva' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
libcxgb3-1.3.1/src/verbs.c:131:18: error: Uninitialized struct member: resp.pbl_addr [uninitStructMember]
[14:16]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcxl/libcxl_1.7.orig.tar.gz
libcxl-1.7/libcxl.c:938:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
libcxl-1.7/libcxl.c:764:68: style: Function 'cxl_work_set_num_irqs' argument 2 names different: declaration 'num_irqs' definition 'irqs'. [funcArgNamesDifferent]
libcxl-1.7/libcxl.h:104:68: note: Function 'cxl_work_set_num_irqs' argument 2 names different: declaration 'num_irqs' definition 'irqs'.
libcxl-1.7/libcxl.c:764:68: note: Function 'cxl_work_set_num_irqs' argument 2 names different: declaration 'num_irqs' definition 'irqs'.
libcxl-1.7/libcxl_sysfs.c:111:9: warning: %lx in format string (no. 1) requires 'unsigned long *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
[14:16]

ftp://ftp.se.debian.org/debian/pool/main/libc/libcypher-parser/libcypher-parser_0.6.0.orig.tar.gz
libcypher-parser-0.6.0/src/lib/ast_all.c:84:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_all_nodes_scan.c:67:33: style: Function 'cypher_ast_all_nodes_scan_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1535:33: note: Function 'cypher_ast_all_nodes_scan_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_all_nodes_scan.c:67:33: note: Function 'cypher_ast_all_nodes_scan_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_all_nodes_scan.c:62:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_all_rels_scan.c:67:33: style: Function 'cypher_ast_all_rels_scan_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1759:33: note: Function 'cypher_ast_all_rels_scan_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_all_rels_scan.c:67:33: note: Function 'cypher_ast_all_rels_scan_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_all_rels_scan.c:62:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_any.c:84:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_apply_all_operator.c:68:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/src/lib/ast_apply_all_operator.c:78:33: style: Function 'cypher_ast_apply_all_operator_get_func_name' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3496:33: note: Function 'cypher_ast_apply_all_operator_get_func_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_apply_all_operator.c:78:33: note: Function 'cypher_ast_apply_all_operator_get_func_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_apply_all_operator.c:87:73: style: Function 'cypher_ast_apply_all_operator_get_distinct' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3508:73: note: Function 'cypher_ast_apply_all_operator_get_distinct' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_apply_all_operator.c:87:73: note: Function 'cypher_ast_apply_all_operator_get_distinct' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_apply_all_operator.c:66:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_apply_operator.c:74:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/src/lib/ast_apply_operator.c:84:33: style: Function 'cypher_ast_apply_operator_get_func_name' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3426:33: note: Function 'cypher_ast_apply_operator_get_func_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_apply_operator.c:84:33: note: Function 'cypher_ast_apply_operator_get_func_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_apply_operator.c:93:69: style: Function 'cypher_ast_apply_operator_get_distinct' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3438:69: note: Function 'cypher_ast_apply_operator_get_distinct' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_apply_operator.c:93:69: note: Function 'cypher_ast_apply_operator_get_distinct' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_apply_operator.c:103:33: style: Function 'cypher_ast_apply_operator_narguments' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3450:75: note: Function 'cypher_ast_apply_operator_narguments' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_apply_operator.c:103:33: note: Function 'cypher_ast_apply_operator_narguments' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_apply_operator.c:113:33: style: Function 'cypher_ast_apply_operator_get_argument' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3464:33: note: Function 'cypher_ast_apply_operator_get_argument' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_apply_operator.c:113:33: note: Function 'cypher_ast_apply_operator_get_argument' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_binary_operator.c:75:33: style: Function 'cypher_ast_binary_operator_get_operator' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3303:33: note: Function 'cypher_ast_binary_operator_get_operator' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_binary_operator.c:75:33: note: Function 'cypher_ast_binary_operator_get_operator' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_binary_operator.c:85:33: style: Function 'cypher_ast_binary_operator_get_argument1' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3316:33: note: Function 'cypher_ast_binary_operator_get_argument1' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_binary_operator.c:85:33: note: Function 'cypher_ast_binary_operator_get_argument1' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_binary_operator.c:95:33: style: Function 'cypher_ast_binary_operator_get_argument2' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3329:33: note: Function 'cypher_ast_binary_operator_get_argument2' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_binary_operator.c:95:33: note: Function 'cypher_ast_binary_operator_get_argument2' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_binary_operator.c:70:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_block_comment.c:64:72: style: Function 'cypher_ast_block_comment_get_value' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:5300:72: note: Function 'cypher_ast_block_comment_get_value' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_block_comment.c:64:72: note: Function 'cypher_ast_block_comment_get_value' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_block_comment.c:60:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_call.c:91:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/src/lib/ast_call.c:110:33: style: Function 'cypher_ast_call_get_proc_name' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2902:33: note: Function 'cypher_ast_call_get_proc_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_call.c:110:33: note: Function 'cypher_ast_call_get_proc_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_call.c:118:65: style: Function 'cypher_ast_call_narguments' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2914:65: note: Function 'cypher_ast_call_narguments' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_call.c:118:65: note: Function 'cypher_ast_call_narguments' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_call.c:127:33: style: Function 'cypher_ast_call_get_argument' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2928:33: note: Function 'cypher_ast_call_get_argument' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_call.c:127:33: note: Function 'cypher_ast_call_get_argument' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_call.c:139:67: style: Function 'cypher_ast_call_nprojections' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2940:67: note: Function 'cypher_ast_call_nprojections' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_call.c:139:67: note: Function 'cypher_ast_call_nprojections' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_call.c:148:33: style: Function 'cypher_ast_call_get_projection' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2954:33: note: Function 'cypher_ast_call_get_projection' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_call.c:148:33: note: Function 'cypher_ast_call_get_projection' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_case.c:75:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/src/lib/ast_case.c:85:33: style: Function 'cypher_ast_case_get_expression' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4292:33: note: Function 'cypher_ast_case_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_case.c:85:33: note: Function 'cypher_ast_case_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_case.c:94:68: style: Function 'cypher_ast_case_nalternatives' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4304:68: note: Function 'cypher_ast_case_nalternatives' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_case.c:94:68: note: Function 'cypher_ast_case_nalternatives' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_case.c:104:33: style: Function 'cypher_ast_case_get_predicate' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4318:33: note: Function 'cypher_ast_case_get_predicate' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_case.c:104:33: note: Function 'cypher_ast_case_get_predicate' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_case.c:118:33: style: Function 'cypher_ast_case_get_value' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4332:33: note: Function 'cypher_ast_case_get_value' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_case.c:118:33: note: Function 'cypher_ast_case_get_value' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_case.c:132:33: style: Function 'cypher_ast_case_get_default' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4345:33: note: Function 'cypher_ast_case_get_default' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_case.c:132:33: note: Function 'cypher_ast_case_get_default' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_collection.c:70:67: style: Function 'cypher_ast_collection_length' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4376:67: note: Function 'cypher_ast_collection_length' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_collection.c:70:67: note: Function 'cypher_ast_collection_length' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_collection.c:80:33: style: Function 'cypher_ast_collection_get' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4390:75: note: Function 'cypher_ast_collection_get' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_collection.c:80:33: note: Function 'cypher_ast_collection_get' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_command.c:65:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/src/lib/ast_command.c:75:33: style: Function 'cypher_ast_command_get_name' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:5218:33: note: Function 'cypher_ast_command_get_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_command.c:75:33: note: Function 'cypher_ast_command_get_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_command.c:83:68: style: Function 'cypher_ast_command_narguments' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:5230:68: note: Function 'cypher_ast_command_narguments' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_command.c:83:68: note: Function 'cypher_ast_command_narguments' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_command.c:92:33: style: Function 'cypher_ast_command_get_argument' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:5246:33: note: Function 'cypher_ast_command_get_argument' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_command.c:92:33: note: Function 'cypher_ast_command_get_argument' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_comparison.c:78:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/src/lib/ast_comparison.c:96:71: style: Function 'cypher_ast_comparison_get_length' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3362:71: note: Function 'cypher_ast_comparison_get_length' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_comparison.c:96:71: note: Function 'cypher_ast_comparison_get_length' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_comparison.c:105:33: style: Function 'cypher_ast_comparison_get_operator' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3377:33: note: Function 'cypher_ast_comparison_get_operator' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_comparison.c:105:33: note: Function 'cypher_ast_comparison_get_operator' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_comparison.c:118:33: style: Function 'cypher_ast_comparison_get_argument' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3392:33: note: Function 'cypher_ast_comparison_get_argument' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_comparison.c:118:33: note: Function 'cypher_ast_comparison_get_argument' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_create.c:89:12: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcypher-parser-0.6.0/src/lib/ast_create.c:68:58: style: Function 'cypher_ast_create_is_unique' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2174:58: note: Function 'cypher_ast_create_is_unique' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_create.c:68:58: note: Function 'cypher_ast_create_is_unique' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_create.c:77:33: style: Function 'cypher_ast_create_get_pattern' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2187:33: note: Function 'cypher_ast_create_get_pattern' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_create.c:77:33: note: Function 'cypher_ast_create_get_pattern' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_create.c:64:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_create_node_prop_constraint.c:77:33: style: Function 'cypher_ast_create_node_prop_constraint_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:819:33: note: Function 'cypher_ast_create_node_prop_constraint_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_create_node_prop_constraint.c:77:33: note: Function 'cypher_ast_create_node_prop_constraint_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_create_node_prop_constraint.c:86:33: style: Function 'cypher_ast_create_node_prop_constraint_get_label' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:832:33: note: Function 'cypher_ast_create_node_prop_constraint_get_label' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_create_node_prop_constraint.c:86:33: note: Function 'cypher_ast_create_node_prop_constraint_get_label' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_create_node_prop_constraint.c:95:33: style: Function 'cypher_ast_create_node_prop_constraint_get_expression' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:845:33: note: Function 'cypher_ast_create_node_prop_constraint_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_create_node_prop_constraint.c:95:33: note: Function 'cypher_ast_create_node_prop_constraint_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_create_node_prop_constraint.c:104:33: style: Function 'cypher_ast_create_node_prop_constraint_is_unique' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:857:33: note: Function 'cypher_ast_create_node_prop_constraint_is_unique' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_create_node_prop_constraint.c:104:33: note: Function 'cypher_ast_create_node_prop_constraint_is_unique' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_create_node_prop_constraint.c:72:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_create_node_prop_index.c:71:41: style: Function 'cypher_ast_create_node_prop_index_get_label' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:727:33: note: Function 'cypher_ast_create_node_prop_index_get_label' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_create_node_prop_index.c:71:41: note: Function 'cypher_ast_create_node_prop_index_get_label' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_create_node_prop_index.c:81:41: style: Function 'cypher_ast_create_node_prop_index_get_prop_name' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:740:33: note: Function 'cypher_ast_create_node_prop_index_get_prop_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_create_node_prop_index.c:81:41: note: Function 'cypher_ast_create_node_prop_index_get_prop_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_create_node_prop_index.c:66:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_create_rel_prop_constraint.c:48:69: style: Function 'cypher_ast_create_rel_prop_constraint' argument 2 names different: declaration 'label' definition 'reltype'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:949:69: note: Function 'cypher_ast_create_rel_prop_constraint' argument 2 names different: declaration 'label' definition 'reltype'.
libcypher-parser-0.6.0/src/lib/ast_create_rel_prop_constraint.c:48:69: note: Function 'cypher_ast_create_rel_prop_constraint' argument 2 names different: declaration 'label' definition 'reltype'.
libcypher-parser-0.6.0/src/lib/ast_create_rel_prop_constraint.c:77:33: style: Function 'cypher_ast_create_rel_prop_constraint_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:965:33: note: Function 'cypher_ast_create_rel_prop_constraint_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_create_rel_prop_constraint.c:77:33: note: Function 'cypher_ast_create_rel_prop_constraint_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_create_rel_prop_constraint.c:86:33: style: Function 'cypher_ast_create_rel_prop_constraint_get_reltype' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:978:33: note: Function 'cypher_ast_create_rel_prop_constraint_get_reltype' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_create_rel_prop_constraint.c:86:33: note: Function 'cypher_ast_create_rel_prop_constraint_get_reltype' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_create_rel_prop_constraint.c:95:33: style: Function 'cypher_ast_create_rel_prop_constraint_get_expression' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:991:33: note: Function 'cypher_ast_create_rel_prop_constraint_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_create_rel_prop_constraint.c:95:33: note: Function 'cypher_ast_create_rel_prop_constraint_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_create_rel_prop_constraint.c:104:33: style: Function 'cypher_ast_create_rel_prop_constraint_is_unique' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1003:33: note: Function 'cypher_ast_create_rel_prop_constraint_is_unique' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_create_rel_prop_constraint.c:104:33: note: Function 'cypher_ast_create_rel_prop_constraint_is_unique' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_create_rel_prop_constraint.c:72:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_cypher_option.c:72:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/src/lib/ast_cypher_option.c:82:33: style: Function 'cypher_ast_cypher_option_get_version' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:596:33: note: Function 'cypher_ast_cypher_option_get_version' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_cypher_option.c:82:33: note: Function 'cypher_ast_cypher_option_get_version' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_cypher_option.c:91:71: style: Function 'cypher_ast_cypher_option_nparams' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:608:71: note: Function 'cypher_ast_cypher_option_nparams' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_cypher_option.c:91:71: note: Function 'cypher_ast_cypher_option_nparams' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_cypher_option.c:101:33: style: Function 'cypher_ast_cypher_option_get_param' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:623:33: note: Function 'cypher_ast_cypher_option_get_param' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_cypher_option.c:101:33: note: Function 'cypher_ast_cypher_option_get_param' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_cypher_option_param.c:67:33: style: Function 'cypher_ast_cypher_option_param_get_name' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:652:33: note: Function 'cypher_ast_cypher_option_param_get_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_cypher_option_param.c:67:33: note: Function 'cypher_ast_cypher_option_param_get_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_cypher_option_param.c:77:33: style: Function 'cypher_ast_cypher_option_param_get_value' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:665:33: note: Function 'cypher_ast_cypher_option_param_get_value' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_cypher_option_param.c:77:33: note: Function 'cypher_ast_cypher_option_param_get_value' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_cypher_option_param.c:62:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_delete.c:71:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/src/lib/ast_delete.c:80:59: style: Function 'cypher_ast_delete_has_detach' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2458:59: note: Function 'cypher_ast_delete_has_detach' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_delete.c:80:59: note: Function 'cypher_ast_delete_has_detach' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_delete.c:89:69: style: Function 'cypher_ast_delete_nexpressions' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2470:69: note: Function 'cypher_ast_delete_nexpressions' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_delete.c:89:69: note: Function 'cypher_ast_delete_nexpressions' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_delete.c:99:33: style: Function 'cypher_ast_delete_get_expression' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2484:33: note: Function 'cypher_ast_delete_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_delete.c:99:33: note: Function 'cypher_ast_delete_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_drop_node_prop_constraint.c:77:33: style: Function 'cypher_ast_drop_node_prop_constraint_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:892:33: note: Function 'cypher_ast_drop_node_prop_constraint_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_drop_node_prop_constraint.c:77:33: note: Function 'cypher_ast_drop_node_prop_constraint_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_drop_node_prop_constraint.c:86:33: style: Function 'cypher_ast_drop_node_prop_constraint_get_label' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:905:33: note: Function 'cypher_ast_drop_node_prop_constraint_get_label' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_drop_node_prop_constraint.c:86:33: note: Function 'cypher_ast_drop_node_prop_constraint_get_label' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_drop_node_prop_constraint.c:95:33: style: Function 'cypher_ast_drop_node_prop_constraint_get_expression' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:918:33: note: Function 'cypher_ast_drop_node_prop_constraint_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_drop_node_prop_constraint.c:95:33: note: Function 'cypher_ast_drop_node_prop_constraint_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_drop_node_prop_constraint.c:104:33: style: Function 'cypher_ast_drop_node_prop_constraint_is_unique' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:930:33: note: Function 'cypher_ast_drop_node_prop_constraint_is_unique' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_drop_node_prop_constraint.c:104:33: note: Function 'cypher_ast_drop_node_prop_constraint_is_unique' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_drop_node_prop_constraint.c:72:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_drop_node_prop_index.c:71:41: style: Function 'cypher_ast_drop_node_prop_index_get_label' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:771:33: note: Function 'cypher_ast_drop_node_prop_index_get_label' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_drop_node_prop_index.c:71:41: note: Function 'cypher_ast_drop_node_prop_index_get_label' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_drop_node_prop_index.c:81:41: style: Function 'cypher_ast_drop_node_prop_index_get_prop_name' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:784:33: note: Function 'cypher_ast_drop_node_prop_index_get_prop_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_drop_node_prop_index.c:81:41: note: Function 'cypher_ast_drop_node_prop_index_get_prop_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_drop_node_prop_index.c:66:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_drop_rel_prop_constraint.c:48:69: style: Function 'cypher_ast_drop_rel_prop_constraint' argument 2 names different: declaration 'label' definition 'reltype'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1022:69: note: Function 'cypher_ast_drop_rel_prop_constraint' argument 2 names different: declaration 'label' definition 'reltype'.
libcypher-parser-0.6.0/src/lib/ast_drop_rel_prop_constraint.c:48:69: note: Function 'cypher_ast_drop_rel_prop_constraint' argument 2 names different: declaration 'label' definition 'reltype'.
libcypher-parser-0.6.0/src/lib/ast_drop_rel_prop_constraint.c:77:33: style: Function 'cypher_ast_drop_rel_prop_constraint_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1038:33: note: Function 'cypher_ast_drop_rel_prop_constraint_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_drop_rel_prop_constraint.c:77:33: note: Function 'cypher_ast_drop_rel_prop_constraint_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_drop_rel_prop_constraint.c:86:33: style: Function 'cypher_ast_drop_rel_prop_constraint_get_reltype' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1051:33: note: Function 'cypher_ast_drop_rel_prop_constraint_get_reltype' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_drop_rel_prop_constraint.c:86:33: note: Function 'cypher_ast_drop_rel_prop_constraint_get_reltype' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_drop_rel_prop_constraint.c:95:33: style: Function 'cypher_ast_drop_rel_prop_constraint_get_expression' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1064:33: note: Function 'cypher_ast_drop_rel_prop_constraint_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_drop_rel_prop_constraint.c:95:33: note: Function 'cypher_ast_drop_rel_prop_constraint_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_drop_rel_prop_constraint.c:104:33: style: Function 'cypher_ast_drop_rel_prop_constraint_is_unique' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1076:33: note: Function 'cypher_ast_drop_rel_prop_constraint_is_unique' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_drop_rel_prop_constraint.c:104:33: note: Function 'cypher_ast_drop_rel_prop_constraint_is_unique' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_drop_rel_prop_constraint.c:72:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_error.c:59:64: style: Function 'cypher_ast_error_get_value' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:5325:64: note: Function 'cypher_ast_error_get_value' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_error.c:59:64: note: Function 'cypher_ast_error_get_value' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_error.c:55:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_explain_option.c:58:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_extract.c:84:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_false.c:57:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_filter.c:84:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_float.c:64:67: style: Function 'cypher_ast_float_get_valuestr' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4605:67: note: Function 'cypher_ast_float_get_valuestr' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_float.c:64:67: note: Function 'cypher_ast_float_get_valuestr' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_float.c:60:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_foreach.c:74:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/src/lib/ast_foreach.c:84:33: style: Function 'cypher_ast_foreach_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2651:33: note: Function 'cypher_ast_foreach_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_foreach.c:84:33: note: Function 'cypher_ast_foreach_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_foreach.c:94:33: style: Function 'cypher_ast_foreach_get_expression' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2664:33: note: Function 'cypher_ast_foreach_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_foreach.c:94:33: note: Function 'cypher_ast_foreach_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_foreach.c:103:66: style: Function 'cypher_ast_foreach_nclauses' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2676:66: note: Function 'cypher_ast_foreach_nclauses' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_foreach.c:103:66: note: Function 'cypher_ast_foreach_nclauses' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_foreach.c:113:33: style: Function 'cypher_ast_foreach_get_clause' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2690:33: note: Function 'cypher_ast_foreach_get_clause' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_foreach.c:113:33: note: Function 'cypher_ast_foreach_get_clause' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_function_name.c:59:72: style: Function 'cypher_ast_function_name_get_value' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4741:72: note: Function 'cypher_ast_function_name_get_value' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_function_name.c:59:72: note: Function 'cypher_ast_function_name_get_value' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_function_name.c:55:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_identifier.c:64:68: style: Function 'cypher_ast_identifier_get_name' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4497:68: note: Function 'cypher_ast_identifier_get_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_identifier.c:64:68: note: Function 'cypher_ast_identifier_get_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_identifier.c:60:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_index_name.c:59:69: style: Function 'cypher_ast_index_name_get_value' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4766:69: note: Function 'cypher_ast_index_name_get_value' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_index_name.c:59:69: note: Function 'cypher_ast_index_name_get_value' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_index_name.c:55:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_integer.c:64:69: style: Function 'cypher_ast_integer_get_valuestr' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4578:69: note: Function 'cypher_ast_integer_get_valuestr' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_integer.c:64:69: note: Function 'cypher_ast_integer_get_valuestr' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_integer.c:60:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_label.c:59:63: style: Function 'cypher_ast_label_get_name' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4666:63: note: Function 'cypher_ast_label_get_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_label.c:59:63: note: Function 'cypher_ast_label_get_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_label.c:55:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_labels_operator.c:72:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/src/lib/ast_labels_operator.c:82:33: style: Function 'cypher_ast_labels_operator_get_expression' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3874:33: note: Function 'cypher_ast_labels_operator_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_labels_operator.c:82:33: note: Function 'cypher_ast_labels_operator_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_labels_operator.c:91:73: style: Function 'cypher_ast_labels_operator_nlabels' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3886:73: note: Function 'cypher_ast_labels_operator_nlabels' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_labels_operator.c:91:73: note: Function 'cypher_ast_labels_operator_nlabels' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_labels_operator.c:101:33: style: Function 'cypher_ast_labels_operator_get_label' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3900:33: note: Function 'cypher_ast_labels_operator_get_label' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_labels_operator.c:101:33: note: Function 'cypher_ast_labels_operator_get_label' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_line_comment.c:64:71: style: Function 'cypher_ast_line_comment_get_value' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:5273:71: note: Function 'cypher_ast_line_comment_get_value' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_line_comment.c:64:71: note: Function 'cypher_ast_line_comment_get_value' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_line_comment.c:60:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_list_comprehension.c:108:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/src/lib/ast_list_comprehension.c:118:33: style: Function 'cypher_ast_list_comprehension_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3935:33: note: Function 'cypher_ast_list_comprehension_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_list_comprehension.c:118:33: note: Function 'cypher_ast_list_comprehension_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_list_comprehension.c:130:33: style: Function 'cypher_ast_list_comprehension_get_expression' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3948:33: note: Function 'cypher_ast_list_comprehension_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_list_comprehension.c:130:33: note: Function 'cypher_ast_list_comprehension_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_list_comprehension.c:141:33: style: Function 'cypher_ast_list_comprehension_get_predicate' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3961:33: note: Function 'cypher_ast_list_comprehension_get_predicate' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_list_comprehension.c:141:33: note: Function 'cypher_ast_list_comprehension_get_predicate' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_list_comprehension.c:152:33: style: Function 'cypher_ast_list_comprehension_get_eval' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3974:33: note: Function 'cypher_ast_list_comprehension_get_eval' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_list_comprehension.c:152:33: note: Function 'cypher_ast_list_comprehension_get_eval' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_list_comprehension.c:106:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_load_csv.c:75:67: style: Function 'cypher_ast_load_csv_has_with_headers' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1214:67: note: Function 'cypher_ast_load_csv_has_with_headers' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_load_csv.c:75:67: note: Function 'cypher_ast_load_csv_has_with_headers' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_load_csv.c:84:33: style: Function 'cypher_ast_load_csv_get_url' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1227:33: note: Function 'cypher_ast_load_csv_get_url' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_load_csv.c:84:33: note: Function 'cypher_ast_load_csv_get_url' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_load_csv.c:93:33: style: Function 'cypher_ast_load_csv_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1240:33: note: Function 'cypher_ast_load_csv_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_load_csv.c:93:33: note: Function 'cypher_ast_load_csv_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_load_csv.c:102:33: style: Function 'cypher_ast_load_csv_get_field_terminator' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1253:33: note: Function 'cypher_ast_load_csv_get_field_terminator' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_load_csv.c:102:33: note: Function 'cypher_ast_load_csv_get_field_terminator' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_load_csv.c:71:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_map.c:63:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/src/lib/ast_map.c:115:62: style: Function 'cypher_ast_map_nentries' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4442:62: note: Function 'cypher_ast_map_nentries' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_map.c:115:62: note: Function 'cypher_ast_map_nentries' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_map.c:123:72: style: Function 'cypher_ast_map_get_key' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4455:72: note: Function 'cypher_ast_map_get_key' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_map.c:123:72: note: Function 'cypher_ast_map_get_key' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_map.c:136:74: style: Function 'cypher_ast_map_get_value' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4470:33: note: Function 'cypher_ast_map_get_value' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_map.c:136:74: note: Function 'cypher_ast_map_get_value' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_map_projection.c:75:33: style: Function 'cypher_ast_map_projection_get_expression' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3692:33: note: Function 'cypher_ast_map_projection_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_map_projection.c:75:33: note: Function 'cypher_ast_map_projection_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_map_projection.c:85:33: style: Function 'cypher_ast_map_projection_nselectors' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3704:75: note: Function 'cypher_ast_map_projection_nselectors' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_map_projection.c:85:33: note: Function 'cypher_ast_map_projection_nselectors' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_map_projection.c:95:33: style: Function 'cypher_ast_map_projection_get_selector' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3718:33: note: Function 'cypher_ast_map_projection_get_selector' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_map_projection.c:95:33: note: Function 'cypher_ast_map_projection_get_selector' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_map_projection.c:70:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_map_projection_all_properties.c:60:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_map_projection_identifier.c:69:33: style: Function 'cypher_ast_map_projection_identifier_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3825:33: note: Function 'cypher_ast_map_projection_identifier_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_map_projection_identifier.c:69:33: note: Function 'cypher_ast_map_projection_identifier_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_map_projection_identifier.c:64:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_map_projection_literal.c:72:33: style: Function 'cypher_ast_map_projection_literal_get_prop_name' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3750:33: note: Function 'cypher_ast_map_projection_literal_get_prop_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_map_projection_literal.c:72:33: note: Function 'cypher_ast_map_projection_literal_get_prop_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_map_projection_literal.c:82:33: style: Function 'cypher_ast_map_projection_literal_get_expression' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3763:33: note: Function 'cypher_ast_map_projection_literal_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_map_projection_literal.c:82:33: note: Function 'cypher_ast_map_projection_literal_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_map_projection_literal.c:67:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_map_projection_property.c:69:33: style: Function 'cypher_ast_map_projection_property_get_prop_name' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3794:33: note: Function 'cypher_ast_map_projection_property_get_prop_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_map_projection_property.c:69:33: note: Function 'cypher_ast_map_projection_property_get_prop_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_map_projection_property.c:64:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_match.c:138:17: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcypher-parser-0.6.0/src/lib/ast_match.c:76:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/src/lib/ast_match.c:85:59: style: Function 'cypher_ast_match_is_optional' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1796:59: note: Function 'cypher_ast_match_is_optional' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_match.c:85:59: note: Function 'cypher_ast_match_is_optional' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_match.c:94:33: style: Function 'cypher_ast_match_get_pattern' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1809:33: note: Function 'cypher_ast_match_get_pattern' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_match.c:94:33: note: Function 'cypher_ast_match_get_pattern' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_match.c:102:62: style: Function 'cypher_ast_match_nhints' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1821:62: note: Function 'cypher_ast_match_nhints' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_match.c:102:62: note: Function 'cypher_ast_match_nhints' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_match.c:111:33: style: Function 'cypher_ast_match_get_hint' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1835:33: note: Function 'cypher_ast_match_get_hint' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_match.c:111:33: note: Function 'cypher_ast_match_get_hint' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_match.c:124:33: style: Function 'cypher_ast_match_get_predicate' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1848:33: note: Function 'cypher_ast_match_get_predicate' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_match.c:124:33: note: Function 'cypher_ast_match_get_predicate' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_merge.c:115:17: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcypher-parser-0.6.0/src/lib/ast_merge.c:70:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/src/lib/ast_merge.c:80:33: style: Function 'cypher_ast_merge_get_pattern_path' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2030:33: note: Function 'cypher_ast_merge_get_pattern_path' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_merge.c:80:33: note: Function 'cypher_ast_merge_get_pattern_path' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_merge.c:88:64: style: Function 'cypher_ast_merge_nactions' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2042:64: note: Function 'cypher_ast_merge_nactions' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_merge.c:88:64: note: Function 'cypher_ast_merge_nactions' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_merge.c:97:33: style: Function 'cypher_ast_merge_get_action' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2056:33: note: Function 'cypher_ast_merge_get_action' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_merge.c:97:33: note: Function 'cypher_ast_merge_get_action' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_merge_properties.c:71:33: style: Function 'cypher_ast_merge_properties_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2352:33: note: Function 'cypher_ast_merge_properties_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_merge_properties.c:71:33: note: Function 'cypher_ast_merge_properties_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_merge_properties.c:81:33: style: Function 'cypher_ast_merge_properties_get_expression' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2365:33: note: Function 'cypher_ast_merge_properties_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_merge_properties.c:81:33: note: Function 'cypher_ast_merge_properties_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_merge_properties.c:66:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_named_path.c:124:12: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcypher-parser-0.6.0/src/lib/ast_named_path.c:124:12: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcypher-parser-0.6.0/src/lib/ast_named_path.c:77:33: style: Function 'cypher_ast_named_path_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4865:33: note: Function 'cypher_ast_named_path_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_named_path.c:77:33: note: Function 'cypher_ast_named_path_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_named_path.c:89:33: style: Function 'cypher_ast_named_path_get_path' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4878:33: note: Function 'cypher_ast_named_path_get_path' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_named_path.c:89:33: note: Function 'cypher_ast_named_path_get_path' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_named_path.c:72:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_node_id_lookup.c:71:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/src/lib/ast_node_id_lookup.c:81:33: style: Function 'cypher_ast_node_id_lookup_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1479:33: note: Function 'cypher_ast_node_id_lookup_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_node_id_lookup.c:81:33: note: Function 'cypher_ast_node_id_lookup_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_node_id_lookup.c:90:69: style: Function 'cypher_ast_node_id_lookup_nids' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1491:69: note: Function 'cypher_ast_node_id_lookup_nids' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_node_id_lookup.c:90:69: note: Function 'cypher_ast_node_id_lookup_nids' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_node_id_lookup.c:100:33: style: Function 'cypher_ast_node_id_lookup_get_id' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1505:33: note: Function 'cypher_ast_node_id_lookup_get_id' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_node_id_lookup.c:100:33: note: Function 'cypher_ast_node_id_lookup_get_id' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_node_index_lookup.c:79:33: style: Function 'cypher_ast_node_index_lookup_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1348:33: note: Function 'cypher_ast_node_index_lookup_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_node_index_lookup.c:79:33: note: Function 'cypher_ast_node_index_lookup_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_node_index_lookup.c:89:33: style: Function 'cypher_ast_node_index_lookup_get_index_name' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1361:33: note: Function 'cypher_ast_node_index_lookup_get_index_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_node_index_lookup.c:89:33: note: Function 'cypher_ast_node_index_lookup_get_index_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_node_index_lookup.c:99:33: style: Function 'cypher_ast_node_index_lookup_get_prop_name' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1374:33: note: Function 'cypher_ast_node_index_lookup_get_prop_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_node_index_lookup.c:99:33: note: Function 'cypher_ast_node_index_lookup_get_prop_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_node_index_lookup.c:109:33: style: Function 'cypher_ast_node_index_lookup_get_lookup' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1387:33: note: Function 'cypher_ast_node_index_lookup_get_lookup' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_node_index_lookup.c:109:33: note: Function 'cypher_ast_node_index_lookup_get_lookup' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_node_index_lookup.c:74:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_node_index_query.c:75:33: style: Function 'cypher_ast_node_index_query_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1420:33: note: Function 'cypher_ast_node_index_query_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_node_index_query.c:75:33: note: Function 'cypher_ast_node_index_query_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_node_index_query.c:85:33: style: Function 'cypher_ast_node_index_query_get_index_name' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1433:33: note: Function 'cypher_ast_node_index_query_get_index_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_node_index_query.c:85:33: note: Function 'cypher_ast_node_index_query_get_index_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_node_index_query.c:95:33: style: Function 'cypher_ast_node_index_query_get_query' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1446:33: note: Function 'cypher_ast_node_index_query_get_query' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_node_index_query.c:95:33: note: Function 'cypher_ast_node_index_query_get_query' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_node_index_query.c:70:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_node_pattern.c:70:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/src/lib/ast_node_pattern.c:80:33: style: Function 'cypher_ast_node_pattern_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:5002:33: note: Function 'cypher_ast_node_pattern_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_node_pattern.c:80:33: note: Function 'cypher_ast_node_pattern_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_node_pattern.c:89:70: style: Function 'cypher_ast_node_pattern_nlabels' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:5014:70: note: Function 'cypher_ast_node_pattern_nlabels' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_node_pattern.c:89:70: note: Function 'cypher_ast_node_pattern_nlabels' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_node_pattern.c:99:33: style: Function 'cypher_ast_node_pattern_get_label' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:5028:33: note: Function 'cypher_ast_node_pattern_get_label' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_node_pattern.c:99:33: note: Function 'cypher_ast_node_pattern_get_label' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_node_pattern.c:113:33: style: Function 'cypher_ast_node_pattern_get_properties' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:5041:33: note: Function 'cypher_ast_node_pattern_get_properties' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_node_pattern.c:113:33: note: Function 'cypher_ast_node_pattern_get_properties' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_none.c:83:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_null.c:57:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_on_create.c:67:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/src/lib/ast_on_create.c:76:66: style: Function 'cypher_ast_on_create_nitems' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2130:66: note: Function 'cypher_ast_on_create_nitems' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_on_create.c:76:66: note: Function 'cypher_ast_on_create_nitems' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_on_create.c:85:33: style: Function 'cypher_ast_on_create_get_item' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2144:33: note: Function 'cypher_ast_on_create_get_item' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_on_create.c:85:33: note: Function 'cypher_ast_on_create_get_item' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_on_match.c:67:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/src/lib/ast_on_match.c:76:65: style: Function 'cypher_ast_on_match_nitems' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2086:65: note: Function 'cypher_ast_on_match_nitems' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_on_match.c:76:65: note: Function 'cypher_ast_on_match_nitems' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_on_match.c:85:33: style: Function 'cypher_ast_on_match_get_item' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2100:33: note: Function 'cypher_ast_on_match_get_item' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_on_match.c:85:33: note: Function 'cypher_ast_on_match_get_item' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_order_by.c:62:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/src/lib/ast_order_by.c:71:65: style: Function 'cypher_ast_order_by_nitems' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3140:65: note: Function 'cypher_ast_order_by_nitems' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_order_by.c:71:65: note: Function 'cypher_ast_order_by_nitems' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_order_by.c:80:33: style: Function 'cypher_ast_order_by_get_item' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3154:33: note: Function 'cypher_ast_order_by_get_item' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_order_by.c:80:33: note: Function 'cypher_ast_order_by_get_item' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_parameter.c:64:67: style: Function 'cypher_ast_parameter_get_name' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4524:67: note: Function 'cypher_ast_parameter_get_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_parameter.c:64:67: note: Function 'cypher_ast_parameter_get_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_parameter.c:60:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_pattern.c:62:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/src/lib/ast_pattern.c:71:64: style: Function 'cypher_ast_pattern_npaths' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4820:64: note: Function 'cypher_ast_pattern_npaths' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_pattern.c:71:64: note: Function 'cypher_ast_pattern_npaths' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_pattern.c:80:33: style: Function 'cypher_ast_pattern_get_path' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4834:33: note: Function 'cypher_ast_pattern_get_path' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_pattern.c:80:33: note: Function 'cypher_ast_pattern_get_path' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_pattern_comprehension.c:81:33: style: Function 'cypher_ast_pattern_comprehension_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4130:33: note: Function 'cypher_ast_pattern_comprehension_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_pattern_comprehension.c:81:33: note: Function 'cypher_ast_pattern_comprehension_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_pattern_comprehension.c:91:33: style: Function 'cypher_ast_pattern_comprehension_get_pattern' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4143:33: note: Function 'cypher_ast_pattern_comprehension_get_pattern' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_pattern_comprehension.c:91:33: note: Function 'cypher_ast_pattern_comprehension_get_pattern' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_pattern_comprehension.c:101:33: style: Function 'cypher_ast_pattern_comprehension_get_predicate' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4156:33: note: Function 'cypher_ast_pattern_comprehension_get_predicate' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_pattern_comprehension.c:101:33: note: Function 'cypher_ast_pattern_comprehension_get_predicate' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_pattern_comprehension.c:111:33: style: Function 'cypher_ast_pattern_comprehension_get_eval' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4169:33: note: Function 'cypher_ast_pattern_comprehension_get_eval' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_pattern_comprehension.c:111:33: note: Function 'cypher_ast_pattern_comprehension_get_eval' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_pattern_comprehension.c:76:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_pattern_path.c:95:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/src/lib/ast_pattern_path.c:104:72: style: Function 'cypher_ast_pattern_path_nelements' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4951:72: note: Function 'cypher_ast_pattern_path_nelements' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_pattern_path.c:104:72: note: Function 'cypher_ast_pattern_path_nelements' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_pattern_path.c:115:33: style: Function 'cypher_ast_pattern_path_get_element' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4968:33: note: Function 'cypher_ast_pattern_path_get_element' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_pattern_path.c:115:33: note: Function 'cypher_ast_pattern_path_get_element' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_proc_name.c:59:68: style: Function 'cypher_ast_proc_name_get_value' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4791:68: note: Function 'cypher_ast_proc_name_get_value' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_proc_name.c:59:68: note: Function 'cypher_ast_proc_name_get_value' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_proc_name.c:55:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_profile_option.c:58:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_projection.c:65:33: style: Function 'cypher_ast_projection_get_expression' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3099:33: note: Function 'cypher_ast_projection_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_projection.c:65:33: note: Function 'cypher_ast_projection_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_projection.c:74:33: style: Function 'cypher_ast_projection_get_alias' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3112:33: note: Function 'cypher_ast_projection_get_alias' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_projection.c:74:33: note: Function 'cypher_ast_projection_get_alias' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_projection.c:60:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_prop_name.c:59:68: style: Function 'cypher_ast_prop_name_get_value' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4716:68: note: Function 'cypher_ast_prop_name_get_value' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_prop_name.c:59:68: note: Function 'cypher_ast_prop_name_get_value' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_prop_name.c:55:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_property_operator.c:73:41: style: Function 'cypher_ast_property_operator_get_expression' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3540:33: note: Function 'cypher_ast_property_operator_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_property_operator.c:73:41: note: Function 'cypher_ast_property_operator_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_property_operator.c:83:41: style: Function 'cypher_ast_property_operator_get_prop_name' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3553:33: note: Function 'cypher_ast_property_operator_get_prop_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_property_operator.c:83:41: note: Function 'cypher_ast_property_operator_get_prop_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_property_operator.c:68:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_query.c:76:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/src/lib/ast_query.c:93:64: style: Function 'cypher_ast_query_noptions' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1109:64: note: Function 'cypher_ast_query_noptions' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_query.c:93:64: note: Function 'cypher_ast_query_noptions' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_query.c:102:33: style: Function 'cypher_ast_query_get_option' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1123:33: note: Function 'cypher_ast_query_get_option' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_query.c:102:33: note: Function 'cypher_ast_query_get_option' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_query.c:114:64: style: Function 'cypher_ast_query_nclauses' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1135:64: note: Function 'cypher_ast_query_nclauses' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_query.c:114:64: note: Function 'cypher_ast_query_nclauses' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_query.c:123:33: style: Function 'cypher_ast_query_get_clause' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1149:33: note: Function 'cypher_ast_query_get_clause' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_query.c:123:33: note: Function 'cypher_ast_query_get_clause' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_range.c:66:33: style: Function 'cypher_ast_range_get_start' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:5173:33: note: Function 'cypher_ast_range_get_start' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_range.c:66:33: note: Function 'cypher_ast_range_get_start' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_range.c:75:33: style: Function 'cypher_ast_range_get_end' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:5186:33: note: Function 'cypher_ast_range_get_end' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_range.c:75:33: note: Function 'cypher_ast_range_get_end' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_range.c:61:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_reduce.c:81:33: style: Function 'cypher_ast_reduce_get_accumulator' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4205:33: note: Function 'cypher_ast_reduce_get_accumulator' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_reduce.c:81:33: note: Function 'cypher_ast_reduce_get_accumulator' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_reduce.c:90:33: style: Function 'cypher_ast_reduce_get_init' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4218:33: note: Function 'cypher_ast_reduce_get_init' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_reduce.c:90:33: note: Function 'cypher_ast_reduce_get_init' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_reduce.c:99:33: style: Function 'cypher_ast_reduce_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4231:33: note: Function 'cypher_ast_reduce_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_reduce.c:99:33: note: Function 'cypher_ast_reduce_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_reduce.c:108:33: style: Function 'cypher_ast_reduce_get_expression' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4244:33: note: Function 'cypher_ast_reduce_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_reduce.c:108:33: note: Function 'cypher_ast_reduce_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_reduce.c:117:33: style: Function 'cypher_ast_reduce_get_eval' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4257:33: note: Function 'cypher_ast_reduce_get_eval' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_reduce.c:117:33: note: Function 'cypher_ast_reduce_get_eval' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_reduce.c:76:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_rel_id_lookup.c:71:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/src/lib/ast_rel_id_lookup.c:81:33: style: Function 'cypher_ast_rel_id_lookup_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1703:33: note: Function 'cypher_ast_rel_id_lookup_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_rel_id_lookup.c:81:33: note: Function 'cypher_ast_rel_id_lookup_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_rel_id_lookup.c:90:68: style: Function 'cypher_ast_rel_id_lookup_nids' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1715:68: note: Function 'cypher_ast_rel_id_lookup_nids' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_rel_id_lookup.c:90:68: note: Function 'cypher_ast_rel_id_lookup_nids' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_rel_id_lookup.c:100:33: style: Function 'cypher_ast_rel_id_lookup_get_id' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1729:33: note: Function 'cypher_ast_rel_id_lookup_get_id' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_rel_id_lookup.c:100:33: note: Function 'cypher_ast_rel_id_lookup_get_id' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_rel_index_lookup.c:79:33: style: Function 'cypher_ast_rel_index_lookup_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1571:33: note: Function 'cypher_ast_rel_index_lookup_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_rel_index_lookup.c:79:33: note: Function 'cypher_ast_rel_index_lookup_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_rel_index_lookup.c:89:33: style: Function 'cypher_ast_rel_index_lookup_get_index_name' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1584:33: note: Function 'cypher_ast_rel_index_lookup_get_index_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_rel_index_lookup.c:89:33: note: Function 'cypher_ast_rel_index_lookup_get_index_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_rel_index_lookup.c:99:33: style: Function 'cypher_ast_rel_index_lookup_get_prop_name' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1597:33: note: Function 'cypher_ast_rel_index_lookup_get_prop_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_rel_index_lookup.c:99:33: note: Function 'cypher_ast_rel_index_lookup_get_prop_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_rel_index_lookup.c:109:33: style: Function 'cypher_ast_rel_index_lookup_get_lookup' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1610:33: note: Function 'cypher_ast_rel_index_lookup_get_lookup' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_rel_index_lookup.c:109:33: note: Function 'cypher_ast_rel_index_lookup_get_lookup' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_rel_index_lookup.c:74:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_rel_index_query.c:75:33: style: Function 'cypher_ast_rel_index_query_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1643:33: note: Function 'cypher_ast_rel_index_query_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_rel_index_query.c:75:33: note: Function 'cypher_ast_rel_index_query_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_rel_index_query.c:85:33: style: Function 'cypher_ast_rel_index_query_get_index_name' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1656:33: note: Function 'cypher_ast_rel_index_query_get_index_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_rel_index_query.c:85:33: note: Function 'cypher_ast_rel_index_query_get_index_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_rel_index_query.c:95:33: style: Function 'cypher_ast_rel_index_query_get_query' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1669:33: note: Function 'cypher_ast_rel_index_query_get_query' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_rel_index_query.c:95:33: note: Function 'cypher_ast_rel_index_query_get_query' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_rel_index_query.c:70:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_rel_pattern.c:76:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/src/lib/ast_rel_pattern.c:86:33: style: Function 'cypher_ast_rel_pattern_get_direction' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:5079:33: note: Function 'cypher_ast_rel_pattern_get_direction' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_rel_pattern.c:86:33: note: Function 'cypher_ast_rel_pattern_get_direction' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_rel_pattern.c:96:33: style: Function 'cypher_ast_rel_pattern_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:5092:33: note: Function 'cypher_ast_rel_pattern_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_rel_pattern.c:96:33: note: Function 'cypher_ast_rel_pattern_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_rel_pattern.c:105:71: style: Function 'cypher_ast_rel_pattern_nreltypes' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:5104:71: note: Function 'cypher_ast_rel_pattern_nreltypes' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_rel_pattern.c:105:71: note: Function 'cypher_ast_rel_pattern_nreltypes' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_rel_pattern.c:115:33: style: Function 'cypher_ast_rel_pattern_get_reltype' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:5118:33: note: Function 'cypher_ast_rel_pattern_get_reltype' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_rel_pattern.c:115:33: note: Function 'cypher_ast_rel_pattern_get_reltype' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_rel_pattern.c:129:33: style: Function 'cypher_ast_rel_pattern_get_varlength' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:5131:33: note: Function 'cypher_ast_rel_pattern_get_varlength' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_rel_pattern.c:129:33: note: Function 'cypher_ast_rel_pattern_get_varlength' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_rel_pattern.c:139:33: style: Function 'cypher_ast_rel_pattern_get_properties' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:5144:33: note: Function 'cypher_ast_rel_pattern_get_properties' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_rel_pattern.c:139:33: note: Function 'cypher_ast_rel_pattern_get_properties' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_reltype.c:59:65: style: Function 'cypher_ast_reltype_get_name' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4691:65: note: Function 'cypher_ast_reltype_get_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_reltype.c:59:65: note: Function 'cypher_ast_reltype_get_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_reltype.c:55:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_remove.c:67:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/src/lib/ast_remove.c:76:63: style: Function 'cypher_ast_remove_nitems' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2514:63: note: Function 'cypher_ast_remove_nitems' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_remove.c:76:63: note: Function 'cypher_ast_remove_nitems' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_remove.c:85:33: style: Function 'cypher_ast_remove_get_item' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2528:33: note: Function 'cypher_ast_remove_get_item' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_remove.c:85:33: note: Function 'cypher_ast_remove_get_item' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_remove_labels.c:71:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/src/lib/ast_remove_labels.c:81:33: style: Function 'cypher_ast_remove_labels_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2561:33: note: Function 'cypher_ast_remove_labels_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_remove_labels.c:81:33: note: Function 'cypher_ast_remove_labels_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_remove_labels.c:90:71: style: Function 'cypher_ast_remove_labels_nlabels' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2573:71: note: Function 'cypher_ast_remove_labels_nlabels' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_remove_labels.c:90:71: note: Function 'cypher_ast_remove_labels_nlabels' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_remove_labels.c:100:33: style: Function 'cypher_ast_remove_labels_get_label' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2587:33: note: Function 'cypher_ast_remove_labels_get_label' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_remove_labels.c:100:33: note: Function 'cypher_ast_remove_labels_get_label' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_remove_property.c:67:33: style: Function 'cypher_ast_remove_property_get_property' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2617:33: note: Function 'cypher_ast_remove_property_get_property' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_remove_property.c:67:33: note: Function 'cypher_ast_remove_property_get_property' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_remove_property.c:62:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_return.c:83:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/src/lib/ast_return.c:92:60: style: Function 'cypher_ast_return_is_distinct' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2993:60: note: Function 'cypher_ast_return_is_distinct' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_return.c:92:60: note: Function 'cypher_ast_return_is_distinct' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_return.c:101:69: style: Function 'cypher_ast_return_has_include_existing' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3005:69: note: Function 'cypher_ast_return_has_include_existing' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_return.c:101:69: note: Function 'cypher_ast_return_has_include_existing' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_return.c:110:69: style: Function 'cypher_ast_return_nprojections' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3017:69: note: Function 'cypher_ast_return_nprojections' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_return.c:110:69: note: Function 'cypher_ast_return_nprojections' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_return.c:120:33: style: Function 'cypher_ast_return_get_projection' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3031:33: note: Function 'cypher_ast_return_get_projection' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_return.c:120:33: note: Function 'cypher_ast_return_get_projection' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_return.c:134:33: style: Function 'cypher_ast_return_get_order_by' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3044:33: note: Function 'cypher_ast_return_get_order_by' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_return.c:134:33: note: Function 'cypher_ast_return_get_order_by' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_return.c:144:33: style: Function 'cypher_ast_return_get_skip' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3057:33: note: Function 'cypher_ast_return_get_skip' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_return.c:144:33: note: Function 'cypher_ast_return_get_skip' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_return.c:154:33: style: Function 'cypher_ast_return_get_limit' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3070:33: note: Function 'cypher_ast_return_get_limit' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_return.c:154:33: note: Function 'cypher_ast_return_get_limit' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_set.c:67:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/src/lib/ast_set.c:76:60: style: Function 'cypher_ast_set_nitems' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2217:60: note: Function 'cypher_ast_set_nitems' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_set.c:76:60: note: Function 'cypher_ast_set_nitems' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_set.c:85:33: style: Function 'cypher_ast_set_get_item' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2231:33: note: Function 'cypher_ast_set_get_item' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_set.c:85:33: note: Function 'cypher_ast_set_get_item' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_set_all_properties.c:72:33: style: Function 'cypher_ast_set_all_properties_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2307:33: note: Function 'cypher_ast_set_all_properties_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_set_all_properties.c:72:33: note: Function 'cypher_ast_set_all_properties_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_set_all_properties.c:82:33: style: Function 'cypher_ast_set_all_properties_get_expression' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2320:33: note: Function 'cypher_ast_set_all_properties_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_set_all_properties.c:82:33: note: Function 'cypher_ast_set_all_properties_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_set_all_properties.c:67:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_set_labels.c:71:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/src/lib/ast_set_labels.c:81:33: style: Function 'cypher_ast_set_labels_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2399:33: note: Function 'cypher_ast_set_labels_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_set_labels.c:81:33: note: Function 'cypher_ast_set_labels_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_set_labels.c:89:68: style: Function 'cypher_ast_set_labels_nlabels' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2411:68: note: Function 'cypher_ast_set_labels_nlabels' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_set_labels.c:89:68: note: Function 'cypher_ast_set_labels_nlabels' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_set_labels.c:98:33: style: Function 'cypher_ast_set_labels_get_label' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2425:33: note: Function 'cypher_ast_set_labels_get_label' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_set_labels.c:98:33: note: Function 'cypher_ast_set_labels_get_label' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_set_property.c:70:33: style: Function 'cypher_ast_set_property_get_property' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2262:33: note: Function 'cypher_ast_set_property_get_property' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_set_property.c:70:33: note: Function 'cypher_ast_set_property_get_property' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_set_property.c:80:33: style: Function 'cypher_ast_set_property_get_expression' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2275:33: note: Function 'cypher_ast_set_property_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_set_property.c:80:33: note: Function 'cypher_ast_set_property_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_set_property.c:65:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_shortest_path.c:122:12: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcypher-parser-0.6.0/src/lib/ast_shortest_path.c:75:65: style: Function 'cypher_ast_shortest_path_is_single' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4909:65: note: Function 'cypher_ast_shortest_path_is_single' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_shortest_path.c:75:65: note: Function 'cypher_ast_shortest_path_is_single' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_shortest_path.c:87:33: style: Function 'cypher_ast_shortest_path_get_path' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4922:33: note: Function 'cypher_ast_shortest_path_get_path' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_shortest_path.c:87:33: note: Function 'cypher_ast_shortest_path_get_path' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_shortest_path.c:71:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_single.c:84:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_slice_operator.c:75:33: style: Function 'cypher_ast_slice_operator_get_expression' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3631:33: note: Function 'cypher_ast_slice_operator_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_slice_operator.c:75:33: note: Function 'cypher_ast_slice_operator_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_slice_operator.c:85:33: style: Function 'cypher_ast_slice_operator_get_start' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3644:33: note: Function 'cypher_ast_slice_operator_get_start' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_slice_operator.c:85:33: note: Function 'cypher_ast_slice_operator_get_start' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_slice_operator.c:95:33: style: Function 'cypher_ast_slice_operator_get_end' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3657:33: note: Function 'cypher_ast_slice_operator_get_end' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_slice_operator.c:95:33: note: Function 'cypher_ast_slice_operator_get_end' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_slice_operator.c:70:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_sort_item.c:64:33: style: Function 'cypher_ast_sort_item_get_expression' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3183:33: note: Function 'cypher_ast_sort_item_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_sort_item.c:64:33: note: Function 'cypher_ast_sort_item_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_sort_item.c:72:64: style: Function 'cypher_ast_sort_item_is_ascending' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3195:64: note: Function 'cypher_ast_sort_item_is_ascending' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_sort_item.c:72:64: note: Function 'cypher_ast_sort_item_is_ascending' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_sort_item.c:59:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_start.c:71:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/src/lib/ast_start.c:80:63: style: Function 'cypher_ast_start_npoints' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1286:63: note: Function 'cypher_ast_start_npoints' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_start.c:80:63: note: Function 'cypher_ast_start_npoints' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_start.c:89:33: style: Function 'cypher_ast_start_get_point' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1300:33: note: Function 'cypher_ast_start_get_point' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_start.c:89:33: note: Function 'cypher_ast_start_get_point' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_start.c:102:33: style: Function 'cypher_ast_start_get_predicate' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1313:33: note: Function 'cypher_ast_start_get_predicate' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_start.c:102:33: note: Function 'cypher_ast_start_get_predicate' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_statement.c:65:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/src/lib/ast_statement.c:74:68: style: Function 'cypher_ast_statement_noptions' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:534:68: note: Function 'cypher_ast_statement_noptions' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_statement.c:74:68: note: Function 'cypher_ast_statement_noptions' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_statement.c:83:33: style: Function 'cypher_ast_statement_get_option' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:548:33: note: Function 'cypher_ast_statement_get_option' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_statement.c:83:33: note: Function 'cypher_ast_statement_get_option' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_statement.c:96:33: style: Function 'cypher_ast_statement_get_body' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:561:33: note: Function 'cypher_ast_statement_get_body' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_statement.c:96:33: note: Function 'cypher_ast_statement_get_body' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_string.c:64:65: style: Function 'cypher_ast_string_get_value' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:4551:65: note: Function 'cypher_ast_string_get_value' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_string.c:64:65: note: Function 'cypher_ast_string_get_value' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_string.c:60:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_subscript_operator.c:73:33: style: Function 'cypher_ast_subscript_operator_get_expression' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3585:33: note: Function 'cypher_ast_subscript_operator_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_subscript_operator.c:73:33: note: Function 'cypher_ast_subscript_operator_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_subscript_operator.c:83:33: style: Function 'cypher_ast_subscript_operator_get_subscript' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3598:33: note: Function 'cypher_ast_subscript_operator_get_subscript' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_subscript_operator.c:83:33: note: Function 'cypher_ast_subscript_operator_get_subscript' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_subscript_operator.c:68:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_true.c:57:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_unary_operator.c:71:33: style: Function 'cypher_ast_unary_operator_get_operator' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3255:33: note: Function 'cypher_ast_unary_operator_get_operator' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_unary_operator.c:71:33: note: Function 'cypher_ast_unary_operator_get_operator' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_unary_operator.c:81:33: style: Function 'cypher_ast_unary_operator_get_argument' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3268:33: note: Function 'cypher_ast_unary_operator_get_argument' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_unary_operator.c:81:33: note: Function 'cypher_ast_unary_operator_get_argument' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_unary_operator.c:66:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_union.c:63:55: style: Function 'cypher_ast_union_has_all' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:3223:55: note: Function 'cypher_ast_union_has_all' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_union.c:63:55: note: Function 'cypher_ast_union_has_all' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_union.c:59:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_unwind.c:71:33: style: Function 'cypher_ast_unwind_get_expression' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2852:33: note: Function 'cypher_ast_unwind_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_unwind.c:71:33: note: Function 'cypher_ast_unwind_get_expression' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_unwind.c:81:33: style: Function 'cypher_ast_unwind_get_alias' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2865:33: note: Function 'cypher_ast_unwind_get_alias' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_unwind.c:81:33: note: Function 'cypher_ast_unwind_get_alias' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_unwind.c:66:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_using_index.c:75:33: style: Function 'cypher_ast_using_index_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1881:33: note: Function 'cypher_ast_using_index_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_using_index.c:75:33: note: Function 'cypher_ast_using_index_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_using_index.c:85:33: style: Function 'cypher_ast_using_index_get_label' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1894:33: note: Function 'cypher_ast_using_index_get_label' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_using_index.c:85:33: note: Function 'cypher_ast_using_index_get_label' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_using_index.c:95:33: style: Function 'cypher_ast_using_index_get_prop_name' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1907:33: note: Function 'cypher_ast_using_index_get_prop_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_using_index.c:95:33: note: Function 'cypher_ast_using_index_get_prop_name' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_using_index.c:70:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_using_join.c:70:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/src/lib/ast_using_join.c:79:73: style: Function 'cypher_ast_using_join_nidentifiers' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1939:73: note: Function 'cypher_ast_using_join_nidentifiers' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_using_join.c:79:73: note: Function 'cypher_ast_using_join_nidentifiers' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_using_join.c:89:33: style: Function 'cypher_ast_using_join_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1953:33: note: Function 'cypher_ast_using_join_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_using_join.c:89:33: note: Function 'cypher_ast_using_join_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_using_periodic_commit.c:69:33: style: Function 'cypher_ast_using_periodic_commit_get_limit' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1179:33: note: Function 'cypher_ast_using_periodic_commit_get_limit' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_using_periodic_commit.c:69:33: note: Function 'cypher_ast_using_periodic_commit_get_limit' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_using_periodic_commit.c:64:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_using_scan.c:71:33: style: Function 'cypher_ast_using_scan_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1984:33: note: Function 'cypher_ast_using_scan_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_using_scan.c:71:33: note: Function 'cypher_ast_using_scan_get_identifier' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_using_scan.c:81:33: style: Function 'cypher_ast_using_scan_get_label' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:1997:33: note: Function 'cypher_ast_using_scan_get_label' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_using_scan.c:81:33: note: Function 'cypher_ast_using_scan_get_label' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_using_scan.c:66:5: error: Memory leak: node [memleak]
libcypher-parser-0.6.0/src/lib/ast_with.c:86:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/src/lib/ast_with.c:95:58: style: Function 'cypher_ast_with_is_distinct' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2731:58: note: Function 'cypher_ast_with_is_distinct' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_with.c:95:58: note: Function 'cypher_ast_with_is_distinct' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_with.c:104:67: style: Function 'cypher_ast_with_has_include_existing' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2743:67: note: Function 'cypher_ast_with_has_include_existing' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_with.c:104:67: note: Function 'cypher_ast_with_has_include_existing' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_with.c:113:67: style: Function 'cypher_ast_with_nprojections' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2755:67: note: Function 'cypher_ast_with_nprojections' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_with.c:113:67: note: Function 'cypher_ast_with_nprojections' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_with.c:123:33: style: Function 'cypher_ast_with_get_projection' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2769:33: note: Function 'cypher_ast_with_get_projection' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_with.c:123:33: note: Function 'cypher_ast_with_get_projection' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_with.c:137:33: style: Function 'cypher_ast_with_get_order_by' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2782:33: note: Function 'cypher_ast_with_get_order_by' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_with.c:137:33: note: Function 'cypher_ast_with_get_order_by' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_with.c:147:33: style: Function 'cypher_ast_with_get_skip' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2795:33: note: Function 'cypher_ast_with_get_skip' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_with.c:147:33: note: Function 'cypher_ast_with_get_skip' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_with.c:157:33: style: Function 'cypher_ast_with_get_limit' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2808:33: note: Function 'cypher_ast_with_get_limit' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_with.c:157:33: note: Function 'cypher_ast_with_get_limit' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_with.c:167:33: style: Function 'cypher_ast_with_get_predicate' argument 1 names different: declaration 'node' definition 'astnode'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/cypher-parser.h:2821:33: note: Function 'cypher_ast_with_get_predicate' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/ast_with.c:167:33: note: Function 'cypher_ast_with_get_predicate' argument 1 names different: declaration 'node' definition 'astnode'.
libcypher-parser-0.6.0/src/lib/parser.c:762:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/src/lib/parser.c:892:56: style: Function 'block_start_action' argument 3 names different: declaration 'count' definition 'pos'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/parser.c:145:63: note: Function 'block_start_action' argument 3 names different: declaration 'count' definition 'pos'.
libcypher-parser-0.6.0/src/lib/parser.c:892:56: note: Function 'block_start_action' argument 3 names different: declaration 'count' definition 'pos'.
libcypher-parser-0.6.0/src/lib/parser.c:928:54: style: Function 'block_end_action' argument 3 names different: declaration 'count' definition 'pos'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/parser.c:148:61: note: Function 'block_end_action' argument 3 names different: declaration 'count' definition 'pos'.
libcypher-parser-0.6.0/src/lib/parser.c:928:54: note: Function 'block_end_action' argument 3 names different: declaration 'count' definition 'pos'.
libcypher-parser-0.6.0/src/lib/parser.c:1015:38: style: Function '_err' argument 2 names different: declaration 'msg' definition 'label'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/parser.c:155:45: note: Function '_err' argument 2 names different: declaration 'msg' definition 'label'.
libcypher-parser-0.6.0/src/lib/parser.c:1015:38: note: Function '_err' argument 2 names different: declaration 'msg' definition 'label'.
libcypher-parser-0.6.0/src/lib/parser.c:2274:27: style: Function '_subscript_operator' argument 2 names different: declaration 'arg' definition 'expression'. [funcArgNamesDifferent]
libcypher-parser-0.6.0/src/lib/parser.c:354:27: note: Function '_subscript_operator' argument 2 names different: declaration 'arg' definition 'expression'.
libcypher-parser-0.6.0/src/lib/parser.c:2274:27: note: Function '_subscript_operator' argument 2 names different: declaration 'arg' definition 'expression'.
libcypher-parser-0.6.0/src/lib/parser_leg.c:2468:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2475:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2482:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2614:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2621:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2639:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2646:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2653:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2660:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2678:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2685:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2692:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2699:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2706:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2713:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2720:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2727:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2734:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2741:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2748:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2755:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2762:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2769:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2776:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2783:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2790:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2866:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2910:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2923:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2944:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2965:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2979:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2998:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:3042:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:3055:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:3076:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:3097:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:3111:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:153:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:166:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:185:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:202:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:265:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:278:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:301:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:311:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:343:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:349:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:356:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:382:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:413:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:419:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:426:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:452:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:504:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:538:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:551:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:585:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:604:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:622:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:692:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:706:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:713:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:723:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:730:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:736:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:783:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:792:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:799:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:825:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:832:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:845:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:852:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:878:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:885:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:906:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:924:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:973:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:983:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:999:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:1005:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:1012:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:1018:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:1048:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:1062:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:1079:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:1089:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:1157:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:1167:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:1183:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:1209:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:1216:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:1230:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:1273:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:1287:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:1507:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:1517:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:1890:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:1896:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:1903:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:1909:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:1916:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:1930:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:1937:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:1951:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:1981:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:1991:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2006:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2016:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2031:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2041:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2056:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2066:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2081:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2091:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2106:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2116:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2131:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2141:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2156:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2178:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2193:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2207:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2222:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2236:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2251:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2265:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2280:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2294:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2309:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2315:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2338:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2344:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2359:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2365:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2380:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2386:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2517:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2523:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2530:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2536:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2543:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2549:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2556:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:2562:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:3277:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:3288:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:3303:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:3367:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:3377:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:3419:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:3426:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:3433:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:3467:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:3485:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:3549:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:3556:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:3563:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:3598:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:3608:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:3719:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:3725:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:3732:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:3742:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:3875:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:3881:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:3888:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:3894:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:3901:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:3907:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:3914:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:3924:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4014:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4020:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4027:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4033:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4051:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4057:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4161:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4167:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4174:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4184:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4191:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4197:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4214:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4224:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4349:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4363:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4446:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4459:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4470:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4480:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4487:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4508:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4519:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4529:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4536:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4574:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4580:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4688:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4695:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4702:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4719:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4733:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4749:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4759:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4766:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4776:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4793:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4823:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4838:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4848:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4863:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4886:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4909:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4932:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4955:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4972:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4982:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:4998:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5008:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5015:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5025:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5042:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5052:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5068:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5074:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5081:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5087:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5104:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5114:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5129:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5135:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5150:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5169:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5188:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5207:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5226:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5244:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5258:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5265:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5279:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5296:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5302:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5342:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5364:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5440:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5450:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5690:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5696:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5753:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5767:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5833:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5841:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5848:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5865:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5882:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5888:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5903:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5911:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5918:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5935:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5952:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:5958:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:6020:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:6036:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:6068:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:6078:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:6110:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:6116:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:6140:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:6162:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:6194:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:6200:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:6215:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:6221:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:6236:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:6250:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:6292:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:6302:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:6339:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:6361:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:6407:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:6421:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:6436:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:6450:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:6486:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/parser_leg.c:6508:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/quick_parser_leg.c:327:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/quick_parser_leg.c:333:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/quick_parser_leg.c:352:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/quick_parser_leg.c:358:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
libcypher-parser-0.6.0/src/lib/segment.c:68:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
libcypher-parser-0.6.0/tests/check_libcypher-parser.c:31:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
libcypher-parser-0.6.0/tests/check_segments.c:79:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
[14:16]

DATE 2018-08-22
TIME 14:16:56